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==
|
// ==UserScript==
|
||||||
// @name HV Unified
|
// @name HV Unified
|
||||||
// @namespace hvunified
|
// @namespace hvunified
|
||||||
// @version 0.13.26
|
// @version 0.13.28
|
||||||
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
||||||
// @author GaboGG + Hermes
|
// @author GaboGG + Hermes
|
||||||
// @match *://*.hentaiverse.org/*
|
// @match *://*.hentaiverse.org/*
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
// CONFIG — default settings
|
// CONFIG — default settings
|
||||||
// ═══════════════════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════════════════
|
||||||
|
|
||||||
const VERSION = '0.13.26';
|
const VERSION = '0.13.28';
|
||||||
|
|
||||||
const CFG = {
|
const CFG = {
|
||||||
// — Battle automation
|
// — Battle automation
|
||||||
|
|
@ -2199,8 +2199,8 @@ function getDifficultyAdvice() {
|
||||||
reason = 'Better drops + EXP. You have enough HP now.';
|
reason = 'Better drops + EXP. You have enough HP now.';
|
||||||
break;
|
break;
|
||||||
case 'veteran':
|
case 'veteran':
|
||||||
suggested = 'PFUDOR';
|
suggested = 'IWBTH';
|
||||||
reason = '20x EXP. You can handle PFUDOR at L150+.';
|
reason = '15x EXP. Good balance of rewards and survivability.';
|
||||||
break;
|
break;
|
||||||
case 'master':
|
case 'master':
|
||||||
suggested = 'PFUDOR';
|
suggested = 'PFUDOR';
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name HV Unified
|
// @name HV Unified
|
||||||
// @namespace hvunified
|
// @namespace hvunified
|
||||||
// @version 0.13.26
|
// @version 0.13.28
|
||||||
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
||||||
// @author GaboGG + Hermes
|
// @author GaboGG + Hermes
|
||||||
// @match *://*.hentaiverse.org/*
|
// @match *://*.hentaiverse.org/*
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
// CONFIG — default settings
|
// CONFIG — default settings
|
||||||
// ═══════════════════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════════════════
|
||||||
|
|
||||||
const VERSION = '0.13.26';
|
const VERSION = '0.13.28';
|
||||||
|
|
||||||
const CFG = {
|
const CFG = {
|
||||||
// — Battle automation
|
// — Battle automation
|
||||||
|
|
@ -2199,8 +2199,8 @@ function getDifficultyAdvice() {
|
||||||
reason = 'Better drops + EXP. You have enough HP now.';
|
reason = 'Better drops + EXP. You have enough HP now.';
|
||||||
break;
|
break;
|
||||||
case 'veteran':
|
case 'veteran':
|
||||||
suggested = 'PFUDOR';
|
suggested = 'IWBTH';
|
||||||
reason = '20x EXP. You can handle PFUDOR at L150+.';
|
reason = '15x EXP. Good balance of rewards and survivability.';
|
||||||
break;
|
break;
|
||||||
case 'master':
|
case 'master':
|
||||||
suggested = 'PFUDOR';
|
suggested = 'PFUDOR';
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// CONFIG — default settings
|
// CONFIG — default settings
|
||||||
// ═══════════════════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════════════════
|
||||||
|
|
||||||
const VERSION = '0.13.26';
|
const VERSION = '0.13.28';
|
||||||
|
|
||||||
const CFG = {
|
const CFG = {
|
||||||
// — Battle automation
|
// — Battle automation
|
||||||
|
|
|
||||||
|
|
@ -50,8 +50,8 @@ function getDifficultyAdvice() {
|
||||||
reason = 'Better drops + EXP. You have enough HP now.';
|
reason = 'Better drops + EXP. You have enough HP now.';
|
||||||
break;
|
break;
|
||||||
case 'veteran':
|
case 'veteran':
|
||||||
suggested = 'PFUDOR';
|
suggested = 'IWBTH';
|
||||||
reason = '20x EXP. You can handle PFUDOR at L150+.';
|
reason = '15x EXP. Good balance of rewards and survivability.';
|
||||||
break;
|
break;
|
||||||
case 'master':
|
case 'master':
|
||||||
suggested = 'PFUDOR';
|
suggested = 'PFUDOR';
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name HV Unified
|
// @name HV Unified
|
||||||
// @namespace hvunified
|
// @namespace hvunified
|
||||||
// @version 0.13.26
|
// @version 0.13.28
|
||||||
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
||||||
// @author GaboGG + Hermes
|
// @author GaboGG + Hermes
|
||||||
// @match *://*.hentaiverse.org/*
|
// @match *://*.hentaiverse.org/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue