Classes:Trans
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Trans Grosse | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 23 | Class Name | Trans |
Classes: Actor → WolfensteinMonster → Trans
→SubmarineWilly
Overview
Boss at the end of the tunnels in Spear of Destiny.
DECORATE Definition
actor Trans : WolfensteinMonster 23 { Points 5000 Health 850, 950, 1050, 1200 Speed 1, 3 SeeSound "trans/sight" DeathSound "trans/death" AttackSound "trans/attack" DropItem "GoldKey" +AMBUSH states { Spawn: TRNS A -1 NOP A_Look(0, 0, 0, 0, 360) stop See: TRNS A 5 NOP A_Chase TRNS A 1.5 TRNS B 4 NOP A_Chase TRNS C 5 NOP A_Chase TRNS C 1.5 TRNS D 4 NOP A_Chase loop Missile: TRNS E 15 A_FaceTarget TRNS F 5 bright A_FaceTarget TRNS GFGFGE 5 bright A_WolfAttack goto See Death: TRNS A .5 A_Fall TRNS A 52.5 A_Scream TRNS HIJ 7.5 TRNS K -1 stop } }