contributors, Interface administrators
1,586
edits
FaeriMagic (talk | contribs) m (Fixed icon.) |
FaeriMagic (talk | contribs) m (Made Effect section conditional. Added conditional aptitude rows.) |
||
Line 7: | Line 7: | ||
| {{{description}}} | | {{{description}}} | ||
|- | |- | ||
| style="text-align: center;" colspan="2" | '''Activate:''' [[File:Icon Collection Point.png|15px]] +{{{activate|50}}}<br>'''Upgrade:''' [[File:Icon Collection Point.png|15px]] +{{{upgrade|25}}} | |||
|- | |||
{{#if:{{{effect|}}}| | |||
| colspan="2" | '''Effect:'''<br>{{{effect}}} | | colspan="2" | '''Effect:'''<br>{{{effect}}} | ||
}} | |||
|- | |||
{{#if:{{{apt1|}}}| | |||
| [[File:{{{apt1Image}}}]] | |||
| {{{apt1}}} | |||
}} | |||
|- | |||
{{#if:{{{apt2|}}}| | |||
| [[File:{{{apt2Image}}}]] | |||
| {{{apt2}}} | |||
}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 17: | Line 31: | ||
| icon = | | icon = | ||
| description = | | description = | ||
| effect = | | activate = | ||
| upgrade = | |||
| effect = | |||
| apt1 = | |||
| apt1Image = | |||
| apt2 = | |||
| apt2Image = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 45: | Line 65: | ||
"description": "This is the costume's icon.", | "description": "This is the costume's icon.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"activate": { | |||
"description": "This is the value for the costume's activation reward." | |||
}, | |||
"upgrade": { | |||
"description": "This is the value for the costume's upgrade reward." | |||
} | } | ||
}, | }, | ||
Line 53: | Line 79: | ||
"icon", | "icon", | ||
"description", | "description", | ||
"activate", | |||
"upgrade", | |||
"effect" | "effect" | ||
] | ] |