HV Unified simulator
- 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. |
||
|---|---|---|
| docs | ||
| references | ||
| scripts | ||
| simulator | ||
| src | ||
| .gitignore | ||