Classes:WolfensteinMonster

From ECWolf Wiki
Revision as of 05:21, 2 January 2013 by Blzut3 (talk | contribs) (→‎DECORATE Definition: Linked properties and flags)

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
}