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:
GaboGG 2026-07-29 12:41:15 -04:00
parent 3ec8932b86
commit 6ac31faa1f
5 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name HV Unified // @name HV Unified
// @namespace hvunified // @namespace hvunified
// @version 0.14.31 // @version 0.14.32
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
// @author GaboGG + Hermes // @author GaboGG + Hermes
// @match *://*.hentaiverse.org/* // @match *://*.hentaiverse.org/*
@ -17,7 +17,7 @@
// CONFIG — default settings // CONFIG — default settings
// ═══════════════════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════════════════
const VERSION = '0.14.31'; const VERSION = '0.14.32';
const CFG = { const CFG = {
// — Battle automation // — Battle automation
@ -2542,8 +2542,8 @@ function getDifficultyAdvice() {
reason = 'Better drops + EXP. You have enough HP now.'; reason = 'Better drops + EXP. You have enough HP now.';
break; break;
case 'veteran': case 'veteran':
suggested = 'IWBTH'; suggested = 'Nintendo';
reason = '15x EXP. Good balance of rewards and survivability.'; reason = '10x EXP. Better drops than Hell, while still comfortable.';
break; break;
case 'master': case 'master':
suggested = 'PFUDOR'; suggested = 'PFUDOR';

View file

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name HV Unified // @name HV Unified
// @namespace hvunified // @namespace hvunified
// @version 0.14.31 // @version 0.14.32
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
// @author GaboGG + Hermes // @author GaboGG + Hermes
// @match *://*.hentaiverse.org/* // @match *://*.hentaiverse.org/*
@ -17,7 +17,7 @@
// CONFIG — default settings // CONFIG — default settings
// ═══════════════════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════════════════
const VERSION = '0.14.31'; const VERSION = '0.14.32';
const CFG = { const CFG = {
// — Battle automation // — Battle automation
@ -2542,8 +2542,8 @@ function getDifficultyAdvice() {
reason = 'Better drops + EXP. You have enough HP now.'; reason = 'Better drops + EXP. You have enough HP now.';
break; break;
case 'veteran': case 'veteran':
suggested = 'IWBTH'; suggested = 'Nintendo';
reason = '15x EXP. Good balance of rewards and survivability.'; reason = '10x EXP. Better drops than Hell, while still comfortable.';
break; break;
case 'master': case 'master':
suggested = 'PFUDOR'; suggested = 'PFUDOR';

View file

@ -2,7 +2,7 @@
// CONFIG — default settings // CONFIG — default settings
// ═══════════════════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════════════════
const VERSION = '0.14.31'; const VERSION = '0.14.32';
const CFG = { const CFG = {
// — Battle automation // — Battle automation

View file

@ -50,8 +50,8 @@ function getDifficultyAdvice() {
reason = 'Better drops + EXP. You have enough HP now.'; reason = 'Better drops + EXP. You have enough HP now.';
break; break;
case 'veteran': case 'veteran':
suggested = 'IWBTH'; suggested = 'Nintendo';
reason = '15x EXP. Good balance of rewards and survivability.'; reason = '10x EXP. Better drops than Hell, while still comfortable.';
break; break;
case 'master': case 'master':
suggested = 'PFUDOR'; suggested = 'PFUDOR';

View file

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name HV Unified // @name HV Unified
// @namespace hvunified // @namespace hvunified
// @version 0.14.31 // @version 0.14.32
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
// @author GaboGG + Hermes // @author GaboGG + Hermes
// @match *://*.hentaiverse.org/* // @match *://*.hentaiverse.org/*