LichFireGrow: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(new page)
 
m (a unit)
 
Line 1: Line 1:
LichFireGrow is called by Heretic iron lich fire pillar fireballs so that they can expand.
LichFireGrow is called by Heretic iron lich fire pillar fireballs so that they can expand.


This codepointer raises the object by 9 map units. It also lowers its counter 0. When the counter reaches 0, the damage of the calling object will be restored to the value defined in the EDF definition, and its current frame will be set to S_LICHFX3_4.
This codepointer raises the object by 9 map units. It also lowers its counter 0 by a unit. When the counter reaches 0, the damage of the calling object will be restored to the value defined in the EDF definition, and its current frame will be set to S_LICHFX3_4.
===See also===
===See also===
*[[List of codepointers]]
*[[List of codepointers]]


[[Category:Codepointers]]
[[Category:Codepointers]]

Latest revision as of 06:01, 27 December 2011

LichFireGrow is called by Heretic iron lich fire pillar fireballs so that they can expand.

This codepointer raises the object by 9 map units. It also lowers its counter 0 by a unit. When the counter reaches 0, the damage of the calling object will be restored to the value defined in the EDF definition, and its current frame will be set to S_LICHFX3_4.

See also[edit]