Difference between revisions of "Classes:Blinky"
From ECWolf Wiki
(Created page with "{{Actor| | type = Monster | game = Wolf3D | name = Blinky | class = Blinky | doomednum = 29 }}Classes: {{Class|Actor}} → <u>Blinky</u><br> == Overview == The red Pac...") |
m (→DECORATE Definition: Format) |
||
Line 13: | Line 13: | ||
actor <u>Blinky</u> 29 | actor <u>Blinky</u> 29 | ||
{ | { | ||
− | {{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:
|
Blinky | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 29 | Class Name | Blinky |
Overview
The red Pac-Man ghost.
DECORATE Definition
actor Blinky 29 { Damage (2) Speed 2.93, 5.859 states { Spawn: BLKY AB 5 NOP A_Chase("*", "*", CHF_DONTDODGE) loop } }