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