TroopAttack: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Monster attack, normal Purpose: Imp 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 ob...)
(No difference)

Revision as of 18:12, 15 August 2009

Type: Monster attack, normal

Purpose: Imp 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 emit the "claw" sound effect and damage the target directly for (rnd%8 + 1) * 3 damage. Otherwise, the object will fire a DoomImpShot projectile at the target.

Thunk: Yes.