Classes:MedPatch

From ZDoom Wiki

Jump to: navigation, search
Medical patch
Actor type Artifact Game
DoomEd Number 2011 Class Name MedPatch
Conversation ID 125, 121, 124 Puzzle Item ID N/A

Classes: InventoryHealthPickupMedPatch

The smallest health inventory item in Strife. Gives 10 Health.

DECORATE definition

ACTOR MedPatch : HealthPickup 2011
{
  Game Strife
  ConversationID 125, 121, 124
  Health 10
  +FLOORCLIP
  +INVENTORY.INVBAR
  Inventory.MaxAmount 20
  Tag "Med_patch"
  Inventory.Icon "I_STMP"
  Inventory.PickupMessage "$TXT_MEDPATCH" // "You picked up the Med patch."
  States
  {
  Spawn:
    STMP A -1
    Stop
  }
}
Personal tools