(Created page with "<templatedata> { "params": { "headercolor": { "description": "The header's background color." }, "headerfontcolor": { "description": "The header's text color."...") |
No edit summary |
||
Line 28: | Line 28: | ||
"notes": { | "notes": { | ||
"description": "Additional notes related to the NPC." | "description": "Additional notes related to the NPC." | ||
}, | |||
"EffectName": { | |||
"description": "The name of the effect associated with this NPC.", | |||
"type": "string" | |||
}, | |||
"Effects": { | |||
"description": "The effect that you can get from this NPC.", | |||
"type": "string" | |||
}, | |||
"Wallpapers": { | |||
"description": "Wallpapers that you can get from this NPC.", | |||
"example": "WP #1", | |||
"type": "string" | |||
}, | |||
"Menu": { | |||
"description": "Menu themes that the NPC would you.", | |||
"example": "Menu Theme #1", | |||
"type": "string" | |||
}, | |||
"Events": { | |||
"description": "Events associated with this NPC.", | |||
"type": "string" | |||
} | } | ||
}, | }, |
Revision as of 07:08, 5 September 2021
A template used in displaying NPC information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
headercolor | headercolor | The header's background color. | Unknown | optional |
headerfontcolor | headerfontcolor | The header's text color. | Unknown | optional |
image | image | An image representing the NPC. | Unknown | optional |
caption | caption | A caption describing the NPC's image. | Unknown | optional |
location | location | The NPC's location. | Unknown | optional |
role | role | The NPC's purpose. | Unknown | optional |
size | size | The NPC's physical size. | Unknown | optional |
killable | killable | Whether the NPC can be killed. | Unknown | optional |
notes | notes | Additional notes related to the NPC. | Unknown | optional |
EffectName | EffectName | The name of the effect associated with this NPC. | String | optional |
Effects | Effects | The effect that you can get from this NPC. | String | optional |
Wallpapers | Wallpapers | Wallpapers that you can get from this NPC.
| String | optional |
Menu | Menu | Menu themes that the NPC would you.
| String | optional |
Events | Events | Events associated with this NPC. | String | optional |