1.6.6 misc2.21.14
- Jan 01, 2020
-
-
Chris Davidson authored
-
- Dec 31, 2019
-
-
Chris Davidson authored
-
Chris Davidson authored
Copying and pasting really awkward callbacks for this was getting old. Also, theres an unknown bug with autocast and the deactivate callbacks causing permanent stat loss, hopefully moving where they happen indirectly fixes it.
-
Chris Davidson authored
-
Chris Davidson authored
This removes an annoying issue where leveling the talent wasn't strictly better and should make it more reliable as a debuff spam counter for melee.
-
Chris Davidson authored
This is mostly to fix Yeek being able to instakill them early game since their rank is below rare but they're still randbosses. Might be better to just make them rares?
-
Chris Davidson authored
-
Chris Davidson authored
This is supposed to be one of the bigger selling points for SBlade players and combatTalentSpellDamage doesn't let us play with scaling power easily.
-
Chris Davidson authored
I'm really unconvinced by the rule that APR/crit power should have abnormally high (0.75 vs 0.5) scaling, but at the very least we should take it off known problem cases.
-
Chris Davidson authored
-
Chris Davidson authored
Thats an ENTIRE INTEGER
-
Chris Davidson authored
This is so upsetting
-
Chris Davidson authored
-
Chris Davidson authored
-
Chris Davidson authored
This was using a very naive combatDamage call on each slot instead of doing the interpreting the character sheet does. Now they both use the same method, though I'm not 100% I covered all the special casing.
-
Chris Davidson authored
Theres a weird asymmetry with how Mindrot and the rest of Gloom works.
-
Chris Davidson authored
This is mostly just making what the character sheet does available elsewhere.
-
Chris Davidson authored
-
Chris Davidson authored
Add a combat_precomputed_x property for all of the powers, Accuracy, and Defense that lets you set them to a fixed value This is mostly to make it easy for pets to inherit a snapshot of their summoner's stats at cast without fancy function capture and such. Ideally we would just add the summoner's raw power to the summon, but at present there is no way to calculate raw power without information loss.
-