SargAttack: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Monster attack, normal Purpose: Demon attack codepointer. If the object's target is valid and is within melee range (64 units) of the target, it will face the target and damage it d...)
 
No edit summary
 
Line 1: Line 1:
Type: Monster attack, normal
Type: Monster attack, normal


Purpose: Demon attack codepointer. If the object's target is valid and is within melee range (64 units) of the target, it will face the target and damage it directly for (rnd%10 + 1) * 4 damage.
Purpose: Demon attack codepointer. If the object's target is valid and is within melee range (44 units to the bounding box) of the target, it will face the target and damage it directly for (rnd%10 + 1) * 4 damage.


Thunk: Yes.
Thunk: Yes.
[[Category:Codepointers]]

Latest revision as of 08:07, 22 August 2009

Type: Monster attack, normal

Purpose: Demon attack codepointer. If the object's target is valid and is within melee range (44 units to the bounding box) of the target, it will face the target and damage it directly for (rnd%10 + 1) * 4 damage.

Thunk: Yes.