HV Unified simulator
Find a file
GaboGG 86968f531c v0.13.24 - Fix castInitialBuffs sorting (was most-expensive-first, not cheapest-first)
- castInitialBuffs was sorting by mpCost descending (b.mpCost - a.mpCost)
- So it picked Spark of Life (70) before Haste (41), defeating the
  whole purpose of casting cheapest-first to proc channeling
- Changed to ascending sort (a.mpCost - b.mpCost): Haste first, then
  Spark, etc.
2026-07-26 15:16:07 -04:00
docs Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
references Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
scripts v0.13.24 - Fix castInitialBuffs sorting (was most-expensive-first, not cheapest-first) 2026-07-26 15:16:07 -04:00
simulator Fix: Spark of Life icon key, mana items after buffs 2026-07-22 06:13:54 -04:00
src v0.13.24 - Fix castInitialBuffs sorting (was most-expensive-first, not cheapest-first) 2026-07-26 15:16:07 -04:00
.gitignore Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00