Classes:Chalice
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
  | 
| Chalice | |||
|---|---|---|---|
| Actor type | Miscellaneous | Game | |
| DoomEd Number | 63 | Class Name | Chalice | 
Classes: Actor → Inventory → ScoreItem → Chalice
 →Plutonium
Overview
A chalice that gives 500 points when picked up.
DECORATE Definition
actor Chalice : ScoreItem 63 { inventory.amount 500 inventory.pickupsound "treasure/chalice/pickup" states { Spawn: CHAL A -1 stop } }