Difference between revisions of "Classes:WellWithBlood"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Well With Blood | class = WellWithBlood | doomednum = 87 | game = Spear }}Classes: {{Class|Actor}} → <u>WellWithBlood</u><br> &n...") |
|||
Line 14: | Line 14: | ||
actor <u>WellWithBlood</u> 87 | actor <u>WellWithBlood</u> 87 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:18, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Well With Blood | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 87 | Class Name | WellWithBlood |
Classes: Actor → WellWithBlood
→NuclearBarrel
Overview
A stone well filled with blood and a corpse.
DECORATE Definition
actor WellWithBlood 87 { Radius 32 +SOLID states { Spawn: WEL3 A -1 stop } }