-
… the shield, so we don't need to check for sling and ammo as well.
-
Updated many NPCs tiles
-
forceUseTalent will not break things like movement infusion and won't be distrubed by confusion See merge request !728
-
Add a new hook/callback, ActorAI:aiTalentTactics/callbackOnAITalentTactics This hook/callback allows modifying talent tactical table. It is useful for sustains that modify other talents' behavior, like Arcane Combat, and allows more fine-grained AI management. This modification may significantly buff Arcane Blade npcs. See merge request !729
-
Split the effect of Brutalized and Stunned Allows Brutalize reduce enemies' `cut_immune` without checking stun immune Bleed synergy is the core design of Fallen, and immune reduction should pass enemy immunity to ensure it can be used on any enemy, like Reaver's Epidemic or Archmage's Wet. See merge request !731
-
Shadow Fade Fix Fix Shadows not Fading once they are immune to their summoner's damage In 083e3474 shadows were updated to not try to fade if they were being hit by their master who they are immune to. But it was done incorrectly and Shadows of level 5+ lost the ability to fade at all. See merge request !732
-
This allows Brutalize reduce enemy's' `cut_immune` with out checking stun immune
-
This hook/callback allows modifying talent tactical table. It is useful for sustains that modify other talents' behavior, like Arcane Combat, and allows more fine-grained AI management. This modification may significantly buff Arcane Blade npcs.
-
Typo and Description Fixes See merge request !709
-
Update Yeek's Quickened to trigger if the damage would leave you at 30% life or … …less. This seemed to be the original intent, but it was not taking the damage into account as written, so would only trigger when taking damage *after* your life was 30% or less. See merge request !707
-
… combat training at 1.0 mastery" This reverts commit 65446034.
-
This reverts commit 3380a69e.
-
fix AI targeting add the missing brackets, so AI's AOE does not ignores friendly creatures and correctly calculate weight; the most obvious behavior of this bug is that summoner's fire dragon & hydra hit their master and other allies. See merge request !722