Classes:FakeHitler
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Fake Hitler | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 18 | Class Name | FakeHitler |
Classes: Actor → WolfensteinMonster → FakeHitler
Overview
The first incarnation of Hitler that is encountered at the end of Episode 3 of Wolfenstein 3d. This version is nothing more than a decoy flown around on wires. It attacks with a chest-mounted flamethrower.
DECORATE Definition
actor FakeHitler: WolfensteinMonster 18 { Points 2000 Health 200, 300, 400, 500 Speed 1, 3 DeathSound "fake/death" SeeSound "fake/sight" +AMBUSH states { Spawn: FAKE A -1 NOP A_Look(0, 0, 0, 0, 360) stop See: FAKE A 5 NOP A_Chase("*", "*", CHF_BACKOFF) FAKE A 1.5 FAKE B 4 NOP A_Chase("*", "*", CHF_BACKOFF) FAKE C 5 NOP A_Chase("*", "*", CHF_BACKOFF) FAKE C 1.5 FAKE D 4 NOP A_Chase("*", "*", CHF_BACKOFF) loop Missile: FAKE E 4 bright A_FaceTarget FAKE EEEEEEEE 4 bright A_CustomMissile("FireBall") goto See Death: FAKE F 5 A_Fall FAKE G 5 A_Scream FAKE HIJ 5 FAKE K -1 stop } }