No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
}, | }, | ||
"class": { | "class": { | ||
"type": "string" | "type": "string", | ||
"label": "Class", | |||
"description": "The class of this character", | |||
"example": "Rogue" | |||
}, | }, | ||
"affiliation": { | "affiliation": { | ||
| Line 31: | Line 34: | ||
"The Ravens", | "The Ravens", | ||
"Vultures", | "Vultures", | ||
"Vermin" | "Vermin", | ||
"Unaffiliated" | |||
], | |||
"label": "Affiliation", | |||
"description": "Who this character is affiliated with" | |||
}, | |||
"alignment": { | |||
"label": "Alignment", | |||
"description": "Where this character is on the alignment chart", | |||
"example": "True Neutral", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"True Neutral", | |||
"Chaotic Neutral", | |||
"Lawful Neutral", | |||
"Lawful Good", | |||
"Chaotic Good", | |||
"Lawful Evil", | |||
"Chaotic Evil", | |||
"Neutral Evil", | |||
"Neutral Good" | |||
] | ] | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"name", | |||
"alias", | |||
"age", | |||
"image", | |||
"class", | |||
"affiliation", | |||
"alignment" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 14:24, 15 March 2024
Description
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the character/object | String | optional |
| Alias | alias | Other names for the character/object | String | optional |
| Age | age | Age of the character/object | String | optional |
| Image | image | The Image to use for the character/object | String | optional |
| Class | class | The class of this character
| String | optional |
| Affiliation | affiliation | Who this character is affiliated with
| String | optional |
| Alignment | alignment | Where this character is on the alignment chart
| String | optional |
