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