Classes:Wilhelm
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Barnacle Wilhelm | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 25 | Class Name | Wilhelm |
Classes: Actor → WolfensteinMonster → Wilhelm
→ProfessorQuarkblitz
Overview
Second boss in Spear of Destiny.
DECORATE Definition
actor Wilhelm : WolfensteinMonster 25 { Points 5000 Health 950, 1050, 1150, 1300 Speed 1, 4 MissileFrequency 0.04 SeeSound "will/sight" DeathSound "will/death" AttackSound "will/attack" DropItem "GoldKey" +AMBUSH states { Spawn: WILL A -1 NOP A_Look(0, 0, 0, 0, 360) stop See: WILL A 5 NOP A_Chase("*", "*", CHF_BACKOFF) WILL A 1.5 WILL B 4 NOP A_Chase("*", "*", CHF_BACKOFF) WILL C 5 NOP A_Chase("*", "*", CHF_BACKOFF) WILL C 1.5 WILL D 4 NOP A_Chase("*", "*", CHF_BACKOFF) loop Missile: WILL E 15 A_FaceTarget WILL F 5 bright A_FaceTarget WILL G 0 bright A_FaceTarget WILL G 5 bright A_CustomMissile("Rocket") WILL HGH 5 bright A_WolfAttack WILL H 0 bright A_WolfAttack goto See Death: WILL A .5 A_Fall WILL A 35 A_Scream WILL IJK 5 WILL L -1 stop } }