Box: Difference between revisions
From PMDOWiki
No edit summary |
|||
| Line 5: | Line 5: | ||
== Box types == | == Box types == | ||
There are different types of boxes in PMDO, which tend to hold specific classes of items in them: | There are different types of boxes in PMDO, which tend to hold specific classes of items in them: | ||
* '''Dainty Box''': Holds food. | * '''{{:Dainty Box/Data|ItemLinkWithSprite}}''': Holds food. | ||
* '''Deluxe Box''': Holds nothing in particular. | * '''{{:Deluxe Box/Data|ItemLinkWithSprite}}''': Holds nothing in particular. | ||
* '''Glittery Box''': Holds items that sell for a high price. | * '''{{:Glittery Box/Data|ItemLinkWithSprite}}''': Holds items that sell for a high price. | ||
* '''Heavy Box''': Holds exclusive items. | * '''{{:Heavy Box/Data|ItemLinkWithSprite}}''': Holds exclusive items. | ||
* '''Light Box''': Holds exclusive items. | * '''{{:Light Box/Data|ItemLinkWithSprite}}''': Holds exclusive items. | ||
* '''Nifty Box''': Holds nothing in particular. | * '''{{:Nifty Box/Data|ItemLinkWithSprite}}''': Holds nothing in particular. | ||
== Implementation == | == Implementation == | ||
Boxes may be spawned like any other spawnable. To initialize their contents, the [[spawn method]] of <code>Box Spawner<></code> must be used. In this spawn method, the information of what can be generated in the box is defined. For more information, see the [[box spawner]] page. | Boxes may be spawned like any other spawnable. To initialize their contents, the [[spawn method]] of <code>Box Spawner<></code> must be used. In this spawn method, the information of what can be generated in the box is defined. For more information, see the [[box spawner]] page. | ||
Latest revision as of 01:56, 4 February 2026
A box is a type of item in PMDO.
Usage
Boxes tend to be found at the end of dungeons, or hidden in a vault. Their contents may be randomly and/or contextually generated, but they may also be spawned always containing the same thing.
Box types
There are different types of boxes in PMDO, which tend to hold specific classes of items in them:
Dainty Box: Holds food.
Deluxe Box: Holds nothing in particular.
Glittery Box: Holds items that sell for a high price.
Heavy Box: Holds exclusive items.
Light Box: Holds exclusive items.
Nifty Box: Holds nothing in particular.
Implementation
Boxes may be spawned like any other spawnable. To initialize their contents, the spawn method of Box Spawner<> must be used. In this spawn method, the information of what can be generated in the box is defined. For more information, see the box spawner page.
Related Articles
| Items |
|---|
| Food • Berry • Seed • Booster (Gummi) • Orb • Held Item • Exclusive Item • Ammo (Wand) • Apricorn • Box • Evolution Item • Loot • Medicine • TM |
