contributors, delete_pages, Interface administrators
4,719
edits
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 10: | Line 10: | ||
|- | |- | ||
| '''Maximum Materias:''' | | '''Maximum Materias:''' | ||
| style="text-align: right;" | {{{ | | style="text-align: right;" | {{{maxMaterias|#}}} | ||
|- | |||
| '''Upgrade Cost:''' | |||
| style="text-align: right;" | {{{upgradeCost|#}}} | |||
|- | |- | ||
| colspan="2" | '''Recycles into:'''<br>{{{recycle|<ul><li>[[Quenching Stone]] x#</li><li>[[Magic Ore]] x#</li></ul>}}} | | colspan="2" | '''Recycles into:'''<br>{{{recycle|<ul><li>[[Quenching Stone]] x#</li><li>[[Magic Ore]] x#</li></ul>}}} | ||
Line 22: | Line 25: | ||
| intSkills = | | intSkills = | ||
| maxMaterias = | | maxMaterias = | ||
| upgradeCost = | |||
| recycle = | | recycle = | ||
}} | }} | ||
Line 49: | Line 53: | ||
"maxMaterias": { | "maxMaterias": { | ||
"description": "This is where the maximum materias of an Artifact is specified.", | "description": "This is where the maximum materias of an Artifact is specified.", | ||
"type": "number", | |||
"default": "#", | |||
"required": true | |||
}, | |||
"upgradeCost": { | |||
"description": "This is where the upgrade cost of an Artifact is specified.", | |||
"type": "number", | "type": "number", | ||
"default": "#", | "default": "#", |