Difference between revisions of "Classes:WolfensteinMonster"
From ECWolf Wiki
Hair Machine (talk | contribs) |
Hair Machine (talk | contribs) |
||
| Line 3: | Line 3: | ||
== DECORATE Definition == | == DECORATE Definition == | ||
| + | |||
| + | actor WolfensteinMonster | ||
| + | { | ||
| + | missilefrequency 0.08 | ||
| + | minmissilechance 256 | ||
| + | height 64 | ||
| + | radius 42 | ||
| + | painchance 256 | ||
| + | meleerange 42 | ||
| + | MONSTER | ||
| + | +ALWAYSFAST | ||
| + | } | ||
Revision as of 01:47, 2 January 2013
Overview
The base class from which all enemy actors in ECWolf inherit.
DECORATE Definition
actor WolfensteinMonster
{
missilefrequency 0.08
minmissilechance 256
height 64
radius 42
painchance 256
meleerange 42
MONSTER
+ALWAYSFAST
}