From 6ac31faa1fc4dfae4039d6d4c021725a99db30a0 Mon Sep 17 00:00:00 2001 From: GaboGG Date: Wed, 29 Jul 2026 12:41:15 -0400 Subject: [PATCH] =?UTF-8?q?v0.14.32=20-=20Veteran=20suggestion:=20IWBTH=20?= =?UTF-8?q?=E2=86=92=20Nintendo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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.' --- scripts/hv-unified.user.js | 8 ++++---- scripts/latest.user.js | 8 ++++---- src/config.js | 2 +- src/guidance.js | 4 ++-- src/header.user.js | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/hv-unified.user.js b/scripts/hv-unified.user.js index 59d9f1b..95b7f32 100644 --- a/scripts/hv-unified.user.js +++ b/scripts/hv-unified.user.js @@ -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'; diff --git a/scripts/latest.user.js b/scripts/latest.user.js index 59d9f1b..95b7f32 100644 --- a/scripts/latest.user.js +++ b/scripts/latest.user.js @@ -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'; diff --git a/src/config.js b/src/config.js index b096f97..84e6aa1 100644 --- a/src/config.js +++ b/src/config.js @@ -2,7 +2,7 @@ // CONFIG — default settings // ═══════════════════════════════════════════════════════════════════════ -const VERSION = '0.14.31'; +const VERSION = '0.14.32'; const CFG = { // — Battle automation diff --git a/src/guidance.js b/src/guidance.js index bfd4289..9bdc84e 100644 --- a/src/guidance.js +++ b/src/guidance.js @@ -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'; diff --git a/src/header.user.js b/src/header.user.js index 3026237..55ed274 100644 --- a/src/header.user.js +++ b/src/header.user.js @@ -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/*