621
edits
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
</ul> | </ul> | ||
</tabber> | </tabber> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Talent": { | |||
"label": "Talent", | |||
"description": "The type of talent. (based on the rarity)", | |||
"example": "Supreme", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Supreme", | |||
"Outstanding", | |||
"Ordinary" | |||
], | |||
"required": true | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "The characters type.", | |||
"example": "Diligent", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Diligent", | |||
"Informed", | |||
"Brave", | |||
"Inspiring", | |||
"Unfettered" | |||
], | |||
"required": true | |||
}, | |||
"trading": { | |||
"label": "Trading", | |||
"description": "The trading type of the character.", | |||
"example": "Handicraft", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Handicraft", | |||
"Weaponry", | |||
"Souvenir", | |||
"Grimoire", | |||
"Cuisine" | |||
], | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |