Template:Infobox Weapon Skill: Difference between revisions
From HorizonXI Wiki
m (additional conditionals to not trigger information needed categorization on hidden rows) |
m (vertical align of header elements in infoboxes) |
||
Line 4: | Line 4: | ||
===Overview=== | ===Overview=== | ||
{| cellpadding="2px" | {| cellpadding="2px" | ||
! style="text-align: left;" | Weapon Type: | ! style="text-align: left; vertical-align: top;" | Weapon Type: | ||
| {{#if:{{{type|}}}|[[:Category:{{#switch:{{lc:{{{type}}}}}|axe = Axes|club = Clubs|dagger = Daggers|great axe = Great Axes|great sword = Great Swords|polearm = Polearms|scythe = Scythes|staff = Staves|sword = Swords|#default={{{type}}}}}|{{{type}}}]]|{{Information Needed|{{#ifeq:{{NAMESPACE}}|||nc}}}}}} | | {{#if:{{{type|}}}|[[:Category:{{#switch:{{lc:{{{type}}}}}|axe = Axes|club = Clubs|dagger = Daggers|great axe = Great Axes|great sword = Great Swords|polearm = Polearms|scythe = Scythes|staff = Staves|sword = Swords|#default={{{type}}}}}|{{{type}}}]]|{{Information Needed|{{#ifeq:{{NAMESPACE}}|||nc}}}}}} | ||
|- | |- | ||
! style="text-align: left;" | Skill Level: | ! style="text-align: left; vertical-align: top;" | Skill Level: | ||
| {{{skill level|}}}{{#if:{{{jobs|}}}|'' ({{{jobs|}}} only)''}} | | {{{skill level|}}}{{#if:{{{jobs|}}}|'' ({{{jobs|}}} only)''}} | ||
|- {{#if:{{{quest|}}}||style="display: none;"}} | |- {{#if:{{{quest|}}}||style="display: none;"}} | ||
! style="text-align: left;" | Quest: | ! style="text-align: left; vertical-align: top;" | Quest: | ||
| [[{{{quest|}}}]] | | [[{{{quest|}}}]] | ||
|- | |- | ||
! style="text-align: left;" | Description: | ! style="text-align: left; vertical-align: top;" | Description: | ||
| {{{description|}}} | | {{{description|}}} | ||
|- {{#if:{{{sneak attack|}}}||style="display: none;"}} | |- {{#if:{{{sneak attack|}}}||style="display: none;"}} | ||
! style="text-align: left;" | Sneak Attack: | ! style="text-align: left; vertical-align: top;" | Sneak Attack: | ||
| {{#switch:{{lc:{{{sneak attack|}}}}}|yes|true = Will stack with [[Sneak Attack]].|no|false = Does not stack with [[Sneak Attack]].}} | | {{#switch:{{lc:{{{sneak attack|}}}}}|yes|true = Will stack with [[Sneak Attack]].|no|false = Does not stack with [[Sneak Attack]].}} | ||
|- {{#if:{{{equipment alignment|}}}||style="display: none;"}} | |- {{#if:{{{equipment alignment|}}}||style="display: none;"}} | ||
! rowspan="{{#if:{{{equipment alignment 4|}}}|4|{{#if:{{{equipment alignment 3|}}}|3|{{#if:{{{equipment alignment 2|}}}|2|1}}}}}}" style="text-align: left;" | Equipment: | ! rowspan="{{#if:{{{equipment alignment 4|}}}|4|{{#if:{{{equipment alignment 3|}}}|3|{{#if:{{{equipment alignment 2|}}}|2|1}}}}}}" style="text-align: left; vertical-align: top;" | Equipment: | ||
| {{Infobox Weapon Skill/Equipment Alignment|{{{equipment alignment}}}}} | | {{Infobox Weapon Skill/Equipment Alignment|{{{equipment alignment}}}}} | ||
|- {{#if:{{{equipment alignment 2|}}}||style="display: none;"}} | |- {{#if:{{{equipment alignment 2|}}}||style="display: none;"}} | ||
Line 33: | Line 33: | ||
{| cellpadding="2px" | {| cellpadding="2px" | ||
|- | |- | ||
! style="text-align: left;" | Element: | ! style="text-align: left; vertical-align: top;" | Element: | ||
| {{{element|}}} | | {{{element|}}} | ||
|- | |- | ||
! style="text-align: left;" | Modifiers: | ! style="text-align: left; vertical-align: top;" | Modifiers: | ||
| {{{modifiers|}}} | | {{{modifiers|}}} | ||
|- | |- |
Revision as of 17:21, 24 November 2023
Usage
{{Infobox Weapon Skill | type = | skill level = | jobs = | quest = | description = | sneak attack = | equipment alignment = | equipment alignment 2 = | equipment alignment 3 = | element = | skillchain property = | skillchain property 2 = | skillchain property 3 = | modifiers = | damage multiplier 1 = | damage multiplier 2 = | damage multiplier 3 = | critical hit rate 1 = | critical hit rate 2 = | critical hit rate 3 = | effect by tp = | effect by tp 1 = | effect by tp 2 = | effect by tp 3 = | notes = }}
- type: The type of weapon skill, such as Sword.
- skill level: The skill level required to use this weapon skill.
- jobs: The jobs that can natively use this weapon skill.
- quest: The quest that must be completed to use this weapon skill.
- description: The in-game description of the weapon skill.
- sneak attack: Does this weapon skill stack with Sneak Attack? Accepts "yes", "no", "true", or "false".
- equipment alignment: The elemental equipment this weapon skill is aligned with (i.e. "shadow" for Shadow Gorget).
- element: The type of elemental damage this weapon deals (or None).
- skillchain property: The skillchain property this weapon skill is aligned with (i.e. "scission").
- modifiers: The stats that modify this weapon skill and the percentage they modify it by.
- damage multiplier 1, damage multiplier 2, damage multiplier 3: The multiplier this weapon skill gains when TP is at 1000, 2000, and 3000 TP respectively.
- critical hit rate 1, critical hit rate 2, critical hit rate 3: The critical hit rate boost this weapon skill gains when TP is at 1000, 2000, and 3000 TP respectively.
- effect by tp, effect by tp 1, effect by tp 2, effect by tp 3: The name of an effect that this weapon skill has and its potency when TP is at 1000, 2000, and 3000 TP respectively.
- notes: Any additional notes about this weapon skill.