HeadAttack

From Eternity Wiki
Revision as of 18:12, 15 August 2009 by Printz (talk | contribs) (New page: Type: Monster attack, normal Purpose: Cacodemon attack codepointer. If the object's target is valid, it will face toward it. If the target is within melee range (64 units) of the object, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Type: Monster attack, normal

Purpose: Cacodemon attack codepointer. If the object's target is valid, it will face toward it. If the target is within melee range (64 units) of the object, the object will damage the target directly for (rnd%6 + 1) * 10 damage. Otherwise, the object will fire a CacodemonShot projectile at the target.

Thunk: Yes.