621
edits
No edit summary |
No edit summary |
||
Line 91: | Line 91: | ||
"description": "The characters type.", | "description": "The characters type.", | ||
"example": "Diligent", | "example": "Diligent", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"Diligent", | |||
"Informed", | |||
"Inspiring", | |||
"Brave", | |||
"Unfettered" | |||
] | |||
}, | }, | ||
"rarity": { | "rarity": { | ||
"label": "Rarity | "label": "Rarity", | ||
"description": "The characters rarity.", | "description": "The characters rarity.", | ||
"example": "UR/SSR/SR/R/N", | "example": "UR/SSR/SR/R/N", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"UR", | |||
"SSR", | |||
"SR", | |||
"R", | |||
"N" | |||
], | |||
"required": true | |||
}, | }, | ||
"title": { | "title": { |