-
…ning (prevents infinite ressource bug)
-
Tentative fix for yeti's in EoR havingfur stick outside of pants
-
Last minute Korea translation bugfix See merge request !748
-
Miscs for next version 1. fix wintry ego on shield not crit (it does mindcrit, but then use the base damage instead) 2. fix Shattering Charge double crits (luckily only spire dragon knows this obslete talent, which is extremely rare except Gorbat Pride). See merge request !747
-
fix talent level of chants & hymns boosted by difficulty twice. In high difficulties, Chant of XXX or Hymn of XXX has higher level than Chant Acolyte or Hymn Acolyte accordingly, because they get double boost from difficulty. This merge request add "no_difficulty_boost" tag to Chant Acolyte and Hymn Acolyte to avoid double boost. See merge request !743
-
Translation Update for 1.7.4 update translation for 1.7.4 See merge request !724
-
Update targeting parameters for Kneecapper and Kill Shot Update targeting parameters for Kneecapper and Kill Shot so they will not trigger a shot or go on cooldown or use energy when targeting an empty tile. Behavior was inconsistent between the two, and Called Shots won't hit an actor that is not targeted, so targeting an empty tile is useless and may as well be prevented. See merge request !742
-
Fix description for Animate Blade. Summons last 15 turns, not 10. See merge request !741
-
…r a shot or go on cooldown or use energy when targeting an empty tile. Behavior was inconsistent between the two, and Called Shots won't hit an actor that is not targeted, so targeting an empty tile is useless and may as well be prevented.
-
Misc 1.7.4 See merge request !723
-
fix disengage not springing over creatures Due to a recent bugfix commit making Disengage not to move through walls, now Disengage cannot springing over the creatures too, which is inconsistent with the talent description. This commit will allow Disengage to spring over creatures again while blocked by walls. See merge request !735
-
Fix Brawler Attack Speed Currently, Empty Hand sets actor.combat.physspeed to 0.8 on learn, while gauntlets directly add to actor.combat.physspeed, which may not work as intended. For example: If you start with brawler class and unlearn all unarmed talent, then you'll start the game with 1.0 combat.physspeed instead of 1.2(default speed for gauntlets). Afterwards, if you learn your first talent that grants Empty Hand while wearing heavy gauntlets, your combat.physspeed will be set to 0.8, and then you can switch to gloves to reduce combat.physspeed to 0.6(166% attack speed). See merge request !734
-
Support inconstant resource drain Make things like `drain_vim` recalculate in every turn. This will fix the problem with `Fearscape`, and the regen value of `Dream Prison` and `Meditation` will be automatically updated. It will also make addon maker easier to make sustained talent with changing resource drain. See merge request !727