Classes:Blood
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Blood | |||
---|---|---|---|
Actor type | Health | Game | |
DoomEd Number | 67 | Class Name | Blood |
Classes: Actor → Inventory → Health → Blood
→Blood2
Overview
A pool of blood. Gives 1 point of health if the player has 10 points or less.
DECORATE Definition
actor Blood : Health 67 { inventory.amount 1 inventory.maxamount 11 inventory.pickupsound "misc/slurpie" states { Spawn: BLUD A -1 stop } }