Template:EXSkillTable/sandbox: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 2:
|style="text-align:center; background-color:#d9edfb; width:10%"|'''EX Skill'''<br>Cost {{{SkillBaseCost}}}{{#if: {{{SkillUpgradedCost|}}} | <br><span style="color:red">(Level{{{SkillUpgradedCostLv}}}+)<br>Cost {{{SkillUpgradedCost}}}</span> | }}
|colspan="2" style="position: relative; padding-left:74px; text-align:center; background-color:#d9edfb;" |{{#if:{{{SkillIcon|}}}|[[File:{{{SkillIcon|}}}.png|64x64px|left]]|{{SkillIcon/sandbox|{{{SkillDamageType}}}|{{{SkillIconType}}}}}}}
<br>'''{{#if:{{{SkillNameJP|}}}|<span style="color:#4a4d4f">{{{SkillNameJP}}} -&ndash;&nbsp;</span>|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|- style="color:#ffffff"
!style="background-color:#2d4c72"|Lv.
Line 55:
"SkillUpgradedCostLv": {
"description": "The level at which a skill's cost is reduced."
},
"SkillIcon": {
"description": "Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType."
},
"SkillDamageType": {
Line 65 ⟶ 62:
"description": "Skill icon name. Refer to SkillIcon template",
"example": "SKILLICON_AIRI_EXSKILL"
},
"SkillIcon": {
"description": "Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType.",
"deprecated": "Should not be used unless strictly necessary, fill out SkillDamageType and SkillIconType instead"
},
"SkillName": {
Line 71 ⟶ 72:
"SkillNameJP": {},
"SkillDescriptionGeneral": {
"description": "A generic description of the skill. Replace the value that changes upon level up with X. Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"example": "Deal <span style=\"color:#1484fe\">{{SkillValue|X%</span>}} damage to an enemy.",
"required": true
},
"SkillDescriptionLv1": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": truefalse
},
"SkillDescriptionLv2": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": truefalse
},
"SkillDescriptionLv3": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": truefalse
},
"SkillDescriptionLv4": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": truefalse
},
"SkillDescriptionLv5": {
"description": "Use <span style=\"color:#1484fe\">{{SkillValue|text</span>}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": truefalse
}
},