Classes:GoldWandHefty

From ZDoom Wiki

Jump to: navigation, search
Crystal geode
Actor type Ammo Game
DoomEd Number 12 Class Name GoldWandHefty
Spawn ID 12 Identifier T_HEFTYWANDAMMO

Classes: InventoryAmmoGoldWandAmmoGoldWandHefty

Large crystal containing fifty charges for the gold wand.

DECORATE definition

ACTOR GoldWandHefty : GoldWandAmmo 12
{
  Game Heretic
  SpawnID 12
  Inventory.PickupMessage "$TXT_AMMOGOLDWAND2" // "CRYSTAL GEODE"
  Inventory.Amount 50
  States
  {
  Spawn:
    AMG2 ABC 4
    Loop
  }
}
Personal tools