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/*