Classes:UpgradeStamina
Classes: Inventory→DummyStrifeItem→UpgradeStamina
An inventory item. When used, this increases the player's max health by 10 (up to 200), increases the damage of the Punch Dagger, and fully heals you to boot!
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Stamina upgrade | |||
---|---|---|---|
Actor type | Token | Game | ![]() |
DoomEd Number | None | Class Name | UpgradeStamina |
Conversation ID | 306, 287, 307 | Puzzle Item ID | N/A |
By inheriting this item, you can make health powerups that increase the player's max health. See this article for more information.
DECORATE definition
ACTOR UpgradeStamina : DummyStrifeItem native { Inventory.Amount 10 Inventory.MaxAmount 100 }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.