Classes:WolfensteinMonster

From ECWolf Wiki
Revision as of 01:16, 3 January 2013 by Blzut3 (talk | contribs) (Class Hierarchy)

Classes: ActorWolfensteinMonster
 →AngelOfDeath
 →DeathKnight
 →Dog
 →FakeHitler
 →FatFace
 →Gift
 →Gretel
 →Guard
 →Hans
 →Hitler
 →MechaHitler
 →Mutant
 →Officer
 →Schabbs
 →Trans
 →UberMutant
 →Wilhelm
 →WolfensteinSS

Overview

This is a helper base class from which all Wolfenstein-style monsters should inherit. The primary purpose for this actor is to set the aggresiveness properties consistent with that of monsters which call A_Chase for every tic.

DECORATE Definition

actor WolfensteinMonster
{
  missilefrequency 0.08
  minmissilechance 256
  height 64
  radius 42
  painchance 256
  meleerange 42
  MONSTER
  +ALWAYSFAST
}