No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
"description": "Wallpapers that you can get from this NPC.", | "description": "Wallpapers that you can get from this NPC.", | ||
"example": "WP #1", | "example": "WP #1", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"Menu": { | "Menu": { | ||
"description": "Menu themes that the NPC would you.", | "description": "Menu themes that the NPC would you.", | ||
"example": "Menu Theme #1", | "example": "Menu Theme #1", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"Events": { | "Events": { | ||
"description": "Events associated with this NPC.", | "description": "Events associated with this NPC.", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
} | } | ||
}, | }, | ||
"description": "A template used in displaying NPC information.", | "description": "A template used in displaying NPC information.", | ||
"format": " | "format": "{{_\n|_ = _\n}}" | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 17:38, 5 September 2021
A template used in displaying NPC information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
headercolor | headercolor | The header's background color. | String | suggested |
headerfontcolor | headerfontcolor | The header's text color. | String | suggested |
image | image | An image representing the NPC. | String | suggested |
caption | caption | A caption describing the NPC's image. | String | optional |
location | location | The NPC's location. | String | suggested |
role | role | The NPC's purpose. | String | optional |
size | size | The NPC's physical size. | String | suggested |
killable | killable | Whether the NPC can be killed. | String | suggested |
notes | notes | Additional notes related to the NPC. | String | suggested |
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 | suggested |
Menu | Menu | Menu themes that the NPC would you.
| String | suggested |
Events | Events | Events associated with this NPC. | String | suggested |