contributors, delete_pages, Interface administrators
4,701
edits
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 13: | Line 13: | ||
| colspan="2" | <u>Each Upgrade</u><br> {{dg|+{{{intimacyUp|#}}}}}<br>{{dg|+{{{blessingUp|#}}}}} | | colspan="2" | <u>Each Upgrade</u><br> {{dg|+{{{intimacyUp|#}}}}}<br>{{dg|+{{{blessingUp|#}}}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{costumeTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}} | ||
|- | |- | ||
| colspan="4" | '''Other Information:''' | | colspan="4" | '''Other Information:''' | ||
Line 25: | Line 25: | ||
{{Infobox Costume | {{Infobox Costume | ||
| name = Costume Name (no brackets) | | name = Costume Name (no brackets) | ||
| img = Family/Fellow Character ⟦Costume Name⟧ | | img = Family/Fellow Character ⟦Costume Name⟧.png | ||
| activate = | | activate = | ||
| upgrade = | | upgrade = | ||
Line 31: | Line 31: | ||
| description = | | description = | ||
| bonus = | | bonus = | ||
| intimacy = | | intimacy = # | ||
| intimacyUp = | | intimacyUp = # | ||
| blessing = | | blessing = # | ||
| blessingUp = | | blessingUp = # | ||
| costumeTitle = | | costumeTitle = | ||
| releaseDate = | | releaseDate = | ||
Line 43: | Line 43: | ||
"params": { | "params": { | ||
"activate": { | "activate": { | ||
"description": "This is the value for the costume's activation reward." | "description": "This is the value for the costume's activation reward.", | ||
"type": "number" | |||
}, | }, | ||
"bonus": { | "bonus": { | ||
Line 51: | Line 52: | ||
"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", | ||
"autovalue": "Item Costume ⟦Costume Name⟧.png" | |||
}, | }, | ||
"img": { | "img": { | ||
Line 61: | Line 63: | ||
}, | }, | ||
"description": { | "description": { | ||
"description": "This is the costume's description", | "description": "This is the costume's description.", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"name": { | "name": { | ||
Line 71: | Line 73: | ||
}, | }, | ||
"upgrade": { | "upgrade": { | ||
"description": "This is the value for the costume's upgrade reward." | "description": "This is the value for the costume's upgrade reward.", | ||
"type": "number" | |||
}, | |||
"intimacy": { | |||
"description": "The amount of Intimacy gained upon receiving the costume for the first time.", | |||
"type": "number", | |||
"autovalue": "#" | |||
}, | |||
"blessing": { | |||
"description": "The amount of Blessing Power received upon receiving the costume for the first time.", | |||
"type": "number", | |||
"autovalue": "#" | |||
}, | |||
"intimacyUp": { | |||
"description": "The amount of Intimacy received for each subsequent costume upgrade.", | |||
"type": "number", | |||
"autovalue": "#" | |||
}, | |||
"blessingUp": { | |||
"description": "The amount of Blessing Power received for each subsequent costume upgrade.", | |||
"autovalue": "#" | |||
}, | |||
"costumeTitle": { | |||
"description": "The title received from the costume, usually after a certain amount of upgrades.", | |||
"type": "unbalanced-wikitext" | |||
}, | }, | ||
"release": {} | "release": {} | ||
}, | }, | ||
Line 95: | Line 115: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release" | ||
] | ] |