Implemented SPA 484

Implemented

SE_Fc_Spell_Damage_Amt_IncomingPC	484 // focus effect that modifies incoming spell damage by flat amount. Consider it a debuff that adds damage to incoming spells. Positive value to add additional damage.
This commit is contained in:
KayenEQ
2021-07-14 22:44:48 -04:00
parent a08fa7f2bf
commit 581b21109e
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -136,6 +136,7 @@ typedef enum { //focus types
focusBlockNextSpell,
focusFcHealPctIncoming,
focusFcDamageAmtIncoming,
focusFcSpellDamageAmtIncomingPC,
focusFcHealAmtIncoming,
focusFcBaseEffects,
focusIncreaseNumHits,