- When maxBuffDur gap (max - current) is < 10, the cap is unreliable (first observation mid-battle, not at full duration) - In that case, skip the fill-level formula entirely - Only suggest a buff for channeling if it actually needs refresh (dur <= minTurns from BUFF_PRIORITY) - Once maxBuffDur learns the true cap (after a fresh cast), the normal fill-level scoring takes over correctly
14 lines
412 B
JavaScript
14 lines
412 B
JavaScript
// ==UserScript==
|
|
// @name HV Unified
|
|
// @namespace hvunified
|
|
// @version 0.13.32
|
|
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
|
// @author GaboGG + Hermes
|
|
// @match *://*.hentaiverse.org/*
|
|
// @match *://alt.hentaiverse.org/*
|
|
// @grant none
|
|
// @run-at document-end
|
|
// ==/UserScript==
|
|
|
|
(function() {
|
|
'use strict';
|