Classes:Macil1

From ZDoom Wiki

Jump to: navigation, search
Macil
Actor type Monster Game
DoomEd Number 64 Class Name Macil1
Conversation ID 49, 48, 49 Puzzle Item ID N/A

Classes: Macil1

 →Macil2
Macil is the brave leader of The Front, sworn to fight for freedom and justice! This particular variation of Macil is essentially immune to harm.

DECORATE definition

ACTOR Macil1 64 native
{
  Game Strife
  ConversationID 49, 48, 49
  Health 95
  Radius 20
  Height 56
  Speed 8
  Painchance 250
  Monster
  -COUNTKILL
  +NOTDMATCH
  +FIRERESIST
  +NOICEDEATH
  +NOSPLASHALERT
  +NODAMAGE
  MinMissileChance 150
  SeeSound "macil/sight"
  PainSound "macil/pain"
  ActiveSound "macil/active"
  Tag "MACIL"
  Obituary "$OB_MACIL" // "%o should have never rebelled against Macil."
  DropItem "BoxOfBullets"
  MaxStepHeight 16
  MaxDropoffHeight 32
  States
  {
  Spawn:
    LEDR C 5 A_Look2
    Loop
    LEDR A 8
    Loop
    LEDR B 8
    Loop
    LEAD ABCD 6 A_Wander
    Loop
  See:
    LEAD AABBCCDD 3 A_Chase
    Loop
  Missile:
  Death:
    LEAD E 2 A_FaceTarget
    LEAD F 2 BRIGHT A_ShootGun
    LEAD E 2 A_SentinelRefire
    Loop
  Pain:
    LEAD Y 3
    LEAD Y 3 A_Pain
    Goto See
  }
}
Personal tools