v0.14.32 - Veteran suggestion: IWBTH → Nintendo
- guidance.js now suggests Nintendo (4x) instead of IWBTH (5x) for the Veteran tier (150-300). You're dropping down to clear arenas while the current gear catches up. - Updated the reason text to '10x EXP. Better drops than Hell, while still comfortable.'
This commit is contained in:
parent
3ec8932b86
commit
6ac31faa1f
5 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name HV Unified
|
||||
// @namespace hvunified
|
||||
// @version 0.14.31
|
||||
// @version 0.14.32
|
||||
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
||||
// @author GaboGG + Hermes
|
||||
// @match *://*.hentaiverse.org/*
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
// CONFIG — default settings
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
const VERSION = '0.14.31';
|
||||
const VERSION = '0.14.32';
|
||||
|
||||
const CFG = {
|
||||
// — Battle automation
|
||||
|
|
@ -2542,8 +2542,8 @@ function getDifficultyAdvice() {
|
|||
reason = 'Better drops + EXP. You have enough HP now.';
|
||||
break;
|
||||
case 'veteran':
|
||||
suggested = 'IWBTH';
|
||||
reason = '15x EXP. Good balance of rewards and survivability.';
|
||||
suggested = 'Nintendo';
|
||||
reason = '10x EXP. Better drops than Hell, while still comfortable.';
|
||||
break;
|
||||
case 'master':
|
||||
suggested = 'PFUDOR';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name HV Unified
|
||||
// @namespace hvunified
|
||||
// @version 0.14.31
|
||||
// @version 0.14.32
|
||||
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
||||
// @author GaboGG + Hermes
|
||||
// @match *://*.hentaiverse.org/*
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
// CONFIG — default settings
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
const VERSION = '0.14.31';
|
||||
const VERSION = '0.14.32';
|
||||
|
||||
const CFG = {
|
||||
// — Battle automation
|
||||
|
|
@ -2542,8 +2542,8 @@ function getDifficultyAdvice() {
|
|||
reason = 'Better drops + EXP. You have enough HP now.';
|
||||
break;
|
||||
case 'veteran':
|
||||
suggested = 'IWBTH';
|
||||
reason = '15x EXP. Good balance of rewards and survivability.';
|
||||
suggested = 'Nintendo';
|
||||
reason = '10x EXP. Better drops than Hell, while still comfortable.';
|
||||
break;
|
||||
case 'master':
|
||||
suggested = 'PFUDOR';
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// CONFIG — default settings
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
const VERSION = '0.14.31';
|
||||
const VERSION = '0.14.32';
|
||||
|
||||
const CFG = {
|
||||
// — Battle automation
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ function getDifficultyAdvice() {
|
|||
reason = 'Better drops + EXP. You have enough HP now.';
|
||||
break;
|
||||
case 'veteran':
|
||||
suggested = 'IWBTH';
|
||||
reason = '15x EXP. Good balance of rewards and survivability.';
|
||||
suggested = 'Nintendo';
|
||||
reason = '10x EXP. Better drops than Hell, while still comfortable.';
|
||||
break;
|
||||
case 'master':
|
||||
suggested = 'PFUDOR';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name HV Unified
|
||||
// @namespace hvunified
|
||||
// @version 0.14.31
|
||||
// @version 0.14.32
|
||||
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
||||
// @author GaboGG + Hermes
|
||||
// @match *://*.hentaiverse.org/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue