contributors, Interface administrators, uploadaccess
497
edits
mNo edit summary |
No edit summary |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
|- | |- | ||
| colspan="4" | [[File:{{{img|}}}|500px|center]] | | colspan="4" | [[File:{{{img|}}}|500px|center]] | ||
|- | |- | ||
| style="width: 25%; text-align: center;" | [[File:{{{icon}}}]] | | style="width: 25%; text-align: center;" | [[File:{{{icon}}}]] | ||
| colspan="3" style="width: 75%;" | {{{description}}} | | colspan="3" style="width: 75%;" | {{{description}}} | ||
{{#if:{{{intimacy|}}}| | {{#if:{{{intimacy|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 50%;" colspan="2" rowspan="2" {{!}} <strong>Effect</strong> | {{!}} style="width: 50%;" colspan="2" rowspan="2" {{!}} <strong>Effect</strong> | ||
{{!}} <strong>Intimacy</strong> | {{!}} <strong>Intimacy</strong> | ||
{{!}} <strong>Blessing Power</strong> | {{!}} <strong>Blessing Power</strong> | ||
{{!}}- +{{{intimacy}}} | {{!}}- | ||
{{!}} | {{!}} +{{{intimacy}}} | ||
{{!}}- | {{!}} +{{{blessing}}} | ||
{{!}} colspan="2" {{!}} < | {{!}}- | ||
{{!}} {{dg|+{{{intimacyUp}}}}} | {{!}}- | ||
{{!}} {{dg|+{{{blessingUp}}}}} | {{!}} colspan="2" {{!}} <strong>Upgrade Effect</strong> | ||
{{!}} {{dg|+{{{intimacyUp}}}}} | |||
{{!}} {{dg|+{{{blessingUp}}}}} | |||
}} | }} | ||
{{#if:{{{costumeTitle|}}}| | |||
{{#if:{{{costumeTitle|}}}| | {{!}}- | ||
{{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}} | {{!}} style="text-align: center;" colspan="4" {{!}} '''Lv.{{{titleLevel}}} Costume Title''' <br/> {{{titleType}}} "{{{costumeTitle}}}" | ||
}} | |||
{{#if:{{{release|}}}| | |||
{{!}}- | |||
{{!}} colspan="4" {{!}} '''Other Information:''' | |||
{{!}}- | |||
{{!}} <strong>Release Date</strong> | |||
{{!}} colspan="3" {{!}} {{{release}}} | |||
}} | }} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
| Line 57: | Line 59: | ||
"costumeTitle": { | "costumeTitle": { | ||
"description": "The title received from the costume, usually after a certain amount of upgrades.", | "description": "The title received from the costume, usually after a certain amount of upgrades.", | ||
"type": " | "type": "string" | ||
}, | }, | ||
"icon": { | "icon": { | ||
| Line 92: | Line 93: | ||
"description": "This is the value for the costume's upgrade reward.", | "description": "This is the value for the costume's upgrade reward.", | ||
"type": "number" | "type": "number" | ||
}, | |||
"titleType": { | |||
"description": "The type of Title an upgraded costume will grant", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Prefix", | |||
"Suffix" | |||
] | |||
}, | |||
"titleLevel": { | |||
"description": "Level a Costume Title unlocks on", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"5" | |||
] | |||
} | } | ||
}, | }, | ||
| Line 107: | Line 123: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release", | ||
"titleType", | |||
"titleLevel" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||