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