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)
This commit is contained in:
parent
ad2ff4b482
commit
e1269cd3fe
5 changed files with 12 additions and 12 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// CONFIG — default settings
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
const VERSION = '0.13.26';
|
||||
const VERSION = '0.13.28';
|
||||
|
||||
const CFG = {
|
||||
// — Battle automation
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue