Difference between revisions of "User:Migck"
Jump to navigation
Jump to search
no edit summary
imported>Migck |
imported>Migck |
||
Line 19: | Line 19: | ||
# OnHit goes next. Applies to any weapon/unarmed/spell hit. | # OnHit goes next. Applies to any weapon/unarmed/spell hit. | ||
# OnHitWith goes next, if attacking with an actual weapon. | # OnHitWith goes next, if attacking with an actual weapon. | ||
## In the case of bow and arrow, OnHitWith only returns the arrow. After OnHit, the effects on the bow are returned by OnMagicEffectHit and OnMagicApply. | |||
# OnHealthDamage goes at the end. First goes the damage done by the weapon, then by enchantment if applicable. Arrow's enchantment goes before bow's. | # OnHealthDamage goes at the end. First goes the damage done by the weapon, then by enchantment if applicable. Arrow's enchantment goes before bow's. | ||