(remove newlines and explanatory text) |
(use "None" as default comment) |
||
Line 5: | Line 5: | ||
|Vending Machine/Event ID = {{{event_id|EV}}}|+sep=, | |Vending Machine/Event ID = {{{event_id|EV}}}|+sep=, | ||
|Vending Machine/Image = [[File:{{{image}}}]] | |Vending Machine/Image = [[File:{{{image}}}]] | ||
|Vending Machine/Comment = {{{comment|}}} | |Vending Machine/Comment = {{#if:{{{comment|}}}|{{{comment}}}|None}} | ||
|Vending Machine/Is implemented = {{{is_implemented|true}}} | |Vending Machine/Is implemented = {{{is_implemented|true}}} | ||
|Vending Machine/Is accessible = {{{is_accessible|true}}} | |Vending Machine/Is accessible = {{{is_accessible|true}}} |
Revision as of 12:41, 11 September 2024
Represents data for a vending machine in-game.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Location | location | The vending machine's location.
| String | required |
Location Alias | location_alias | Descriptive text substituting the location's name. This is intended to precedence over the location's page name when displayed.
| String | optional |
Map ID | map_id | The map ID where the vending machine is situated in. Zero-padded
| String | optional |
Event ID | event_id | The event ID(s) containing logic governing a vending machine. Zero-padded, can take on multiple values, separated by a comma.
| String | optional |
Image | image | A wiki link pointing to the vending machine's image.
| Page name | required |
Comments | comment | Remarks about a the vending machine; these could be related to its appearance or distinctive features.
| String | optional |
Is Implemented | is_implemented | Boolean flag denoting whether a vending machine has been officially implemented for use in-game. Defaults to true.
| Boolean | optional |
Is Accessible | is_accessible | Boolean flag denoting whether a vending machine can be accessed through normal means. Defaults to true.
| Boolean | optional |
Is Unique | is_unique | Boolean flag that denotes whether a vending machine is unique or otherwise. Defaults to false.
| Boolean | optional |
Is Secret | is_secret | Boolean flag that denotes whether a vending machine is secret or otherwise. Defaults to false.
| Boolean | optional |