Classes:Gretel
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Gretel Grosse | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 20 | Class Name | Gretel |
Classes: Actor → WolfensteinMonster → Gretel
Overview
Gretel Grosse is the boss of Episode 5, guarding the plans for the continuation of the Giftkrieg project. The twin sister of Hans, she behaves identically.
DECORATE Definition
actor Gretel: WolfensteinMonster 20 { Points 5000 Health 850, 950, 1050, 1200 Speed 1, 3 AttackSound "gretel/attack" DeathSound "gretel/death" SeeSound "gretel/sight" DropItem "GoldKey" +AMBUSH states { Spawn: GRET A -1 NOP A_Look(0, 0, 0, 0, 360) stop See: GRET A 5 NOP A_Chase GRET A 1.5 GRET B 4 NOP A_Chase GRET C 5 NOP A_Chase GRET C 1.5 GRET D 4 NOP A_Chase loop Missile: GRET E 15 A_FaceTarget GRET F 5 A_FaceTarget GRET GFGFGE 5 bright A_WolfAttack(0, "*", 0.667) goto See Death: GRET H 7.5 A_Fall GRET I 7.5 A_Scream GRET J 7.5 GRET K -1 stop } }