Template:EXSkillTable/sandbox: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
Line 2: 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> | }}
|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}}}}}}}
|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|}}}|{{{SkillNameJP}}} -&nbsp;|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
<br>'''{{#if:{{{SkillNameJP|}}}|<span style="color:#4a4d4f">{{{SkillNameJP}}} &ndash;&nbsp;</span>|}}{{{SkillName}}}'''<br>{{{SkillDescriptionGeneral}}}
|- style="color:#ffffff"
|- style="color:#ffffff"
!style="background-color:#2d4c72"|Lv.
!style="background-color:#2d4c72"|Lv.
Line 55: Line 55:
"SkillUpgradedCostLv": {
"SkillUpgradedCostLv": {
"description": "The level at which a skill's cost is reduced."
"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": {
"SkillDamageType": {
Line 65: Line 62:
"description": "Skill icon name. Refer to SkillIcon template",
"description": "Skill icon name. Refer to SkillIcon template",
"example": "SKILLICON_AIRI_EXSKILL"
"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": {
"SkillName": {
Line 71: Line 72:
"SkillNameJP": {},
"SkillNameJP": {},
"SkillDescriptionGeneral": {
"SkillDescriptionGeneral": {
"description": "A generic description of the skill. Replace the value that changes upon level up with X. Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"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 <span style=\"color:#1484fe\">X%</span> damage to an enemy.",
"example": "Deal {{SkillValue|X%}} damage to an enemy.",
"required": true
"required": true
},
},
"SkillDescriptionLv1": {
"SkillDescriptionLv1": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"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": true
"required": false
},
},
"SkillDescriptionLv2": {
"SkillDescriptionLv2": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"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": true
"required": false
},
},
"SkillDescriptionLv3": {
"SkillDescriptionLv3": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"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": true
"required": false
},
},
"SkillDescriptionLv4": {
"SkillDescriptionLv4": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"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": true
"required": false
},
},
"SkillDescriptionLv5": {
"SkillDescriptionLv5": {
"description": "Use <span style=\"color:#1484fe\">text</span> to highlight values like in game. Use <span style=\"color:red\">text</span> to highlight major changes after certain levels.",
"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": true
"required": false
}
}
},
},

Revision as of 05:46, 2 May 2021

{{EXSkillTable
|SkillName=
|SkillNameJP=
|SkillBaseCost=
|SkillUpgradedCost=(only fill in if skill has a cost reduction at later levels)
|SkillUpgradedCostLv=(level at which cost is reduced)
|SkillDamageType=(Explosive/Penetration/Mystic)
|SkillIconType=(Skill icon name)
|SkillDescriptionGeneral=
|SkillDescriptionLv1= To highlight values similar to ingame, use <span style="color:#1484fe">text</span>. 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
SkillUpgradedCostSkillUpgradedCost

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

Unknownoptional
SkillUpgradedCostLvSkillUpgradedCostLv

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

Unknownoptional
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
EX Skill
Cost 5


お仕置きの時間です~♣ – Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Attack all enemies within a conical area for 432~821% of Nonomi's Attack. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lv. Cost Description
1 5 Attack all enemies within a conical area for 432% of Nonomi's Attack.
2 Attack all enemies within a conical area for 497% of Nonomi's Attack.
3 Attack all enemies within a conical area for 627% of Nonomi's Attack.
4 Attack all enemies within a conical area for 692% of Nonomi's Attack.
5 Attack all enemies within a conical area for 821% of Nonomi's Attack.