hv-unified/src/header.user.js
GaboGG 3618198081 v0.14.25 - Stalling: refresh buffs when 1 enemy remains (gives skill CDs time)
- New stalling logic: when exactly 1 normal enemy remains (not rare,
  not high threat), refresh any buff below 15 turns instead of attacking
- This naturally delays the killing blow by 1 turn, letting Rending Blow
  and Shatter Strike cooldowns tick down before the round ends
- Result: next round starts with skills ready + higher buff uptime
- Edge case: one-tapping the last enemy would end the round with skills
  still on cooldown — now avoided
2026-07-28 09:36:58 -04:00

14 lines
412 B
JavaScript

// ==UserScript==
// @name HV Unified
// @namespace hvunified
// @version 0.14.25
// @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';