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