Difference between revisions of "User:Migck"
Jump to navigation
Jump to search
→Damage Order
imported>Migck |
imported>Migck |
||
Line 17: | Line 17: | ||
# OnMagicEffectHit goes first in any other case, if applicable. | # OnMagicEffectHit goes first in any other case, if applicable. | ||
# OnMagicApply goes next, once for each effect in the magic item, if applicable. | # OnMagicApply goes next, once for each effect in the magic item, if applicable. | ||
# OnHit goes next. Applies to any weapon/unarmed/spell hit. | # OnHit goes next. Applies to any weapon/unarmed/spell hit. If there are several magic effects, OnHit goes after the first of them. | ||
# OnMagicEffectHit and OnMagicApply from poisons, if present, go after OnHit. | |||
# 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. | ## In the case of bow and arrow, OnHitWith only returns the arrow. After OnHit, the effects from the poison and on the bow if present 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 itself, then by poison, then enchantment if applicable. Arrow's enchantment goes before bow's. | ||
= Block testing = | = Block testing = |