Difference between revisions of "Classes:Clyde"
From ECWolf Wiki
(Created page with "{{Actor| | type = Monster | name = Clyde | class = Clyde | game = Wolf3D | doomednum = 30 }}Classes: {{Class|Actor}} → <u>Clyde</u><br> == Overview == The orange Pac...") |
m (→DECORATE Definition: Format) |
||
Line 13: | Line 13: | ||
actor <u>Clyde</u> 30 | actor <u>Clyde</u> 30 | ||
{ | { | ||
− | {{property| | + | {{property|Damage}} (2) |
− | {{property| | + | {{property|Speed}} 2.93, 5.859 |
states | states | ||
{ | { |
Latest revision as of 14:16, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Clyde | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 30 | Class Name | Clyde |
Overview
The orange Pac-Man ghost.
DECORATE Definition
actor Clyde 30 { Damage (2) Speed 2.93, 5.859 states { Spawn: CLYD AB 5 NOP A_Chase("*", "*", CHF_DONTDODGE) loop } }