No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
"params": { | "params": { | ||
"headercolor": { | "headercolor": { | ||
"description": "The header's background color." | "description": "The header's background color.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"headerfontcolor": { | "headerfontcolor": { | ||
"description": "The header's text color." | "description": "The header's text color.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"image": { | "image": { | ||
"description": "An image representing the NPC." | "description": "An image representing the NPC.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"caption": { | "caption": { | ||
"description": "A caption describing the NPC's image." | "description": "A caption describing the NPC's image.", | ||
"type": "string" | |||
}, | }, | ||
"location": { | "location": { | ||
"description": "The NPC's location." | "description": "The NPC's location.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"role": { | "role": { | ||
"description": "The NPC's purpose." | "description": "The NPC's purpose.", | ||
"type": "string" | |||
}, | }, | ||
"size": { | "size": { | ||
"description": "The NPC's physical size." | "description": "The NPC's physical size.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"killable": { | "killable": { | ||
"description": "Whether the NPC can be killed." | "description": "Whether the NPC can be killed.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"notes": { | "notes": { | ||
"description": "Additional notes related to the NPC." | "description": "Additional notes related to the NPC.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"EffectName": { | "EffectName": { |
Revision as of 07:12, 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 | optional |
Menu | Menu | Menu themes that the NPC would you.
| String | optional |
Events | Events | Events associated with this NPC. | String | optional |