Template:EXSkillTable/sandbox: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(support per-level skill cost changes)
Line 63: Line 63:
|{{{SkillDescriptionLv5}}}
|{{{SkillDescriptionLv5}}}
|}
|}
</includeonly>
</includeonly><noinclude> <nowiki>{{EXSkillTable
|SkillName=
|SkillNameJP=
|SkillBaseCost=
|SkillCostLv2=(fill in if skill has a cost reduction at given level levels)
.
.
|SkillCostLv5=
|SkillDamageType=(Explosive/Penetration/Mystic)
|SkillIconType=(Skill icon name)
|SkillDescriptionGeneral=
|SkillDescriptionLv1= To highlight values similar to ingame, use {{SkillValue|text}}. To highlight major changes, use <span style="color:red">text</span>
.
.
.
|SkillDescriptionLv5=
}}</nowiki>
<noinclude>
See page [[Template:SkillIcon]] for valid skill icons reference
<templatedata>
{
"params": {
"SkillBaseCost": {
"description": "Cost of skill at level 1.",
"required": true
},
"SkillCostLv2": {
"description": "Cost of skill at level 2, if there's a change on given level."
},
"SkillCostLv3": {
"description": "Cost of skill at level 3, if there's a change on given level."
},
"SkillCostLv4": {
"description": "Cost of skill at level 4, if there's a change on given level."
},
"SkillCostLv5": {
"description": "Cost of skill at level 5, if there's a change on given level."
},
"SkillUpgradedCost": {
"description": "Only needs a value if the skill gets a cost reduction at a certain level.",
"deprecated": "Specify SkillCostLv* instead"
},
"SkillUpgradedCostLv": {
"description": "The level at which a skill's cost is reduced.",
"deprecated": "Specify SkillCostLv* instead"
},
"SkillDamageType": {
"description": "Explosive, Penetration, Mystic"
},
"SkillIconType": {
"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": {
"required": true
},
"SkillNameJP": {},
"SkillDescriptionGeneral": {
"description": "A generic description of the skill. Replace the value that changes upon level up with X. Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"example": "Deal {{SkillValue|X%}} damage to an enemy.",
"required": true
},
"SkillDescriptionLv1": {
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": false
},
"SkillDescriptionLv2": {
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": false
},
"SkillDescriptionLv3": {
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": false
},
"SkillDescriptionLv4": {
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": false
},
"SkillDescriptionLv5": {
"description": "Use {{SkillValue|text}} to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"required": false
}
},
"description": "Table for displaying EX Skill information. Use the SkillTable template for the other skills."
}
</templatedata>
</noinclude>

Revision as of 05:39, 21 May 2021

{{EXSkillTable
|SkillName=
|SkillNameJP=
|SkillBaseCost=
|SkillCostLv2=(fill in if skill has a cost reduction at given level levels)
.
.
|SkillCostLv5=
|SkillDamageType=(Explosive/Penetration/Mystic)
|SkillIconType=(Skill icon name)
|SkillDescriptionGeneral=
|SkillDescriptionLv1= To highlight values similar to ingame, use {{SkillValue|text}}. To highlight major changes, use <span style="color:red">text</span>
.
.
.
|SkillDescriptionLv5=
}}

See page Template:SkillIcon for valid skill icons reference

Table for displaying EX Skill information. Use the SkillTable template for the other skills.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
SkillBaseCostSkillBaseCost

Cost of skill at level 1.

Unknownrequired
SkillCostLv2SkillCostLv2

Cost of skill at level 2, if there's a change on given level.

Unknownoptional
SkillCostLv3SkillCostLv3

Cost of skill at level 3, if there's a change on given level.

Unknownoptional
SkillCostLv4SkillCostLv4

Cost of skill at level 4, if there's a change on given level.

Unknownoptional
SkillCostLv5SkillCostLv5

Cost of skill at level 5, if there's a change on given level.

Unknownoptional
SkillUpgradedCostSkillUpgradedCost

Only needs a value if the skill gets a cost reduction at a certain level.

Unknowndeprecated
SkillUpgradedCostLvSkillUpgradedCostLv

The level at which a skill's cost is reduced.

Unknowndeprecated
SkillDamageTypeSkillDamageType

Explosive, Penetration, Mystic

Unknownoptional
SkillIconTypeSkillIconType

Skill icon name. Refer to SkillIcon template

Example
SKILLICON_AIRI_EXSKILL
Unknownoptional
SkillIconSkillIcon

Filename for skill icon, excluding .png extension, overrides SkillIcon template output set by SkillDamageType/SkillIconType.

Unknowndeprecated
SkillNameSkillName

no description

Unknownrequired
SkillNameJPSkillNameJP

no description

Unknownoptional
SkillDescriptionGeneralSkillDescriptionGeneral

A generic description of the skill. Replace the value that changes upon level up with X. Use {{SkillValue|text}} to highlight values like in game. Use <span style="color:red">text</span> to highlight major changes after certain levels.

Example
Deal {{SkillValue|X%}} damage to an enemy.
Unknownrequired
SkillDescriptionLv1SkillDescriptionLv1

Use {{SkillValue|text}} to highlight values like in game. Use <span style="color:red">text</span> to highlight major changes after certain levels.

Unknownoptional
SkillDescriptionLv2SkillDescriptionLv2

Use {{SkillValue|text}} to highlight values like in game. Use <span style="color:red">text</span> to highlight major changes after certain levels.

Unknownoptional
SkillDescriptionLv3SkillDescriptionLv3

Use {{SkillValue|text}} to highlight values like in game. Use <span style="color:red">text</span> to highlight major changes after certain levels.

Unknownoptional
SkillDescriptionLv4SkillDescriptionLv4

Use {{SkillValue|text}} to highlight values like in game. Use <span style="color:red">text</span> to highlight major changes after certain levels.

Unknownoptional
SkillDescriptionLv5SkillDescriptionLv5

Use {{SkillValue|text}} to highlight values like in game. Use <span style="color:red">text</span> to highlight major changes after certain levels.

Unknownoptional