From e1269cd3fe8dd5caae5372c0edc2a28a1fcfc916 Mon Sep 17 00:00:00 2001 From: GaboGG Date: Mon, 27 Jul 2026 10:04:02 -0400 Subject: [PATCH] v0.13.28 - Fix difficulty advice: recommend IWBTH for Veteran, not PFUDOR - Changed Veteran suggestion from PFUDOR (20x) to IWBTH (15x) - PFUDOR is now only suggested at Master tier (L300+) - Since you're already on IWBTH, the banner won't show anymore (current == suggested, so no nag) --- 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 9873501..fbc2b0f 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.13.26 +// @version 0.13.28 // @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.13.26'; +const VERSION = '0.13.28'; const CFG = { // — Battle automation @@ -2199,8 +2199,8 @@ function getDifficultyAdvice() { reason = 'Better drops + EXP. You have enough HP now.'; break; case 'veteran': - suggested = 'PFUDOR'; - reason = '20x EXP. You can handle PFUDOR at L150+.'; + suggested = 'IWBTH'; + reason = '15x EXP. Good balance of rewards and survivability.'; break; case 'master': suggested = 'PFUDOR'; diff --git a/scripts/latest.user.js b/scripts/latest.user.js index 9873501..fbc2b0f 100644 --- a/scripts/latest.user.js +++ b/scripts/latest.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name HV Unified // @namespace hvunified -// @version 0.13.26 +// @version 0.13.28 // @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.13.26'; +const VERSION = '0.13.28'; const CFG = { // — Battle automation @@ -2199,8 +2199,8 @@ function getDifficultyAdvice() { reason = 'Better drops + EXP. You have enough HP now.'; break; case 'veteran': - suggested = 'PFUDOR'; - reason = '20x EXP. You can handle PFUDOR at L150+.'; + suggested = 'IWBTH'; + reason = '15x EXP. Good balance of rewards and survivability.'; break; case 'master': suggested = 'PFUDOR'; diff --git a/src/config.js b/src/config.js index 19605e8..86c7aed 100644 --- a/src/config.js +++ b/src/config.js @@ -2,7 +2,7 @@ // CONFIG — default settings // ═══════════════════════════════════════════════════════════════════════ -const VERSION = '0.13.26'; +const VERSION = '0.13.28'; const CFG = { // — Battle automation diff --git a/src/guidance.js b/src/guidance.js index b6a859b..0b3ddef 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 = 'PFUDOR'; - reason = '20x EXP. You can handle PFUDOR at L150+.'; + suggested = 'IWBTH'; + reason = '15x EXP. Good balance of rewards and survivability.'; break; case 'master': suggested = 'PFUDOR'; diff --git a/src/header.user.js b/src/header.user.js index 37374f0..4e6cfb0 100644 --- a/src/header.user.js +++ b/src/header.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name HV Unified // @namespace hvunified -// @version 0.13.26 +// @version 0.13.28 // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @author GaboGG + Hermes // @match *://*.hentaiverse.org/*