contributors, Interface administrators, uploadaccess
1,929
edits
No edit summary |
mNo edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
{{!}} 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 | {{!}} <strong>Blessing</strong> | ||
{{!}}- | {{!}}- | ||
{{!}} +{{{intimacy}}} | {{!}} +{{{intimacy}}} | ||
| Line 17: | Line 17: | ||
{{!}}- | {{!}}- | ||
{{!}}- | {{!}}- | ||
}} | |||
{{#if:{{{intimacyUp|}}}| | |||
{{!}} colspan="2" {{!}} <strong>Upgrade Effect</strong> | {{!}} colspan="2" {{!}} <strong>Upgrade Effect</strong> | ||
{{!}} {{dg|+{{{intimacyUp}}}}} | {{!}} {{dg|+{{{intimacyUp}}}}} | ||
| Line 23: | Line 25: | ||
{{#if:{{{costumeTitle|}}}| | {{#if:{{{costumeTitle|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} style="text-align: center;" colspan="4" {{!}} {{{ | {{!}} style="text-align: center;" colspan="4" {{!}} '''Lv.{{{titleLevel}}} Costume Title''' <br/> {{{titleType}}} "{{{costumeTitle}}}" | ||
}} | }} | ||
{{#if:{{{release|}}}| | {{#if:{{{release|}}}| | ||
| Line 30: | Line 31: | ||
{{!}} colspan="4" {{!}} '''Other Information:''' | {{!}} colspan="4" {{!}} '''Other Information:''' | ||
{{!}}- | {{!}}- | ||
{{!}} Release Date | {{!}} <strong>Release Date</strong> | ||
{{!}} colspan="3" {{!}} {{{release}}} | {{!}} colspan="3" {{!}} {{{release}}} | ||
}} | }} | ||
| Line 60: | Line 61: | ||
"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": { | ||
"description": "This is the costume's item icon.", | "description": "This is the costume's item icon.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"example": "Item Costume ⟦A Bold Change⟧ " | |||
}, | }, | ||
"img": { | "img": { | ||
| Line 71: | Line 72: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"description": "This is where the file for the image is specified.", | "description": "This is where the file for the image is specified.", | ||
"suggested": true | "suggested": true, | ||
"example": "Costume ⟦A Bold Change⟧ " | |||
}, | }, | ||
"intimacy": { | "intimacy": { | ||
| Line 95: | Line 97: | ||
"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 110: | Line 127: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release", | ||
"titleType", | |||
"titleLevel" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||