Kayen: Implemented SE_ReduceHealing (Reduces amount of healing on target by X amount)

Kayen: Implemented SE_CastonFocusEffect (Triggers spell as part of a focus, when that focus effect is used)
Kayen: Implemented SE_IncreaseHitDmgTaken (Effect is triggered when X amount of damage is taken)
Kayen: More fixes for various spell triggers/procs to now properly use their resist modifier.
This commit is contained in:
KayenEQ
2013-12-15 03:15:39 -05:00
parent b9c270fab6
commit 52722dc0c8
8 changed files with 79 additions and 26 deletions
+1
View File
@@ -73,6 +73,7 @@ typedef enum { //focus types
focusBlockNextSpell,
focusHealRate,
focusAdditionalDamage,
focusReduceHeal,
focusSpellEffectiveness,
focusIncreaseNumHits,
focusCriticalHealRate,