CPosAttack: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Monster attack, normal Purpose: Causes a Chaingunner chaingun attack. If the object's target is valid, it will turn to face it, play the "chgun" sound effect, and fire a single trac...)
 
No edit summary
Line 1: Line 1:
Type: Monster attack, normal
Type: Monster attack, normal


Purpose: Causes a Chaingunner chaingun attack. If the object's target is valid, it will turn to face it, play the "chgun" sound effect, and fire a single tracer with "monster" accuracy (very wide horizontal spread) for standard monster tracer damage of (rnd%5 + 1) * 3.
Purpose: Causes a Chaingunner chaingun attack. If the object's target is valid, it will turn to [[FaceTarget|face]] it, play the "chgun" sound effect, and fire a single tracer with "monster" accuracy (very wide horizontal spread) for standard monster tracer damage of (rnd%5 + 1) * 3.


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

Revision as of 07:02, 16 August 2009

Type: Monster attack, normal

Purpose: Causes a Chaingunner chaingun attack. If the object's target is valid, it will turn to face it, play the "chgun" sound effect, and fire a single tracer with "monster" accuracy (very wide horizontal spread) for standard monster tracer damage of (rnd%5 + 1) * 3.

Thunk: Yes.