Classes:ElectricBolts

From ZDoom Wiki

Jump to: navigation, search
Electric bolts
Actor type Ammo Game
DoomEd Number 114 Class Name ElectricBolts
Conversation ID 186, 180, 184 Puzzle Item ID N/A

Classes: InventoryAmmoClipOfBulletsBoxOfBullets

A quiver of electric bolts for the crossbow.

DECORATE definition

ACTOR ElectricBolts : Ammo 114
{
  Game Strife
  ConversationID 186, 180, 184
  +FLOORCLIP
  Inventory.Amount 20
  Inventory.MaxAmount 50
  Ammo.BackpackAmount 4
  Ammo.BackpackMaxAmount 100
  Inventory.Icon "I_XQRL"
  Tag "electric_bolts" // "electric_arrows" in the Teaser
  Inventory.PickupMessage "$TXT_ELECTRICBOLTS" // "You picked up the electric bolts."
  States
  {
  Spawn:
    XQRL A -1
    Stop
  }
}
Personal tools