Difference between revisions of "Classes:Skewer"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Skewer | class = Skewer | game = Spear | doomednum = 82 }}Classes: {{Class|Actor}} → <u>Skewer</u><br> →{{Class|Skull...") |
|||
Line 14: | Line 14: | ||
actor <u>Skewer</u> 82 | actor <u>Skewer</u> 82 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:21, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Skewer | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 82 | Class Name | Skewer |
Classes: Actor → Skewer
→SkullPile
Overview
A bloody skewer with skulls.
DECORATE Definition
actor Skewer 82 { Radius 32 +SOLID states { Spawn: SKWR A -1 stop } }