Difference between revisions of "Classes:Gibs"
From ECWolf Wiki
m |
|||
Line 1: | Line 1: | ||
{{Actor| | {{Actor| | ||
− | | type = | + | | type = Health |
| name = Gibs | | name = Gibs | ||
| class = Gibs | | class = Gibs |
Latest revision as of 05:41, 11 June 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Gibs | |||
---|---|---|---|
Actor type | Health | Game | |
DoomEd Number | 71 | Class Name | Gibs |
Classes: Actor → Inventory → Health → Gibs
→Gibs2
Overview
A pool of blood with a few gibs.
DECORATE Definition
actor Gibs : Health 71 { inventory.amount 1 inventory.maxamount 11 inventory.pickupsound "misc/slurpie" states { Spawn: GIBS A -1 stop } }