Template:WeaponSkillsTable: Difference between revisions
From HorizonXI Wiki
m (added option to directly add style to the table) |
(changes to suppress the implicit name output of the table to control it explicitly in the phantom template) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
| includematch=/type\s*=\s*{{{1}}}/ | | includematch=/type\s*=\s*{{{1}}}/ | ||
| include={Infobox Weapon Skill¦WeaponSkillsTable.dpl},##Horizon Changes.* | | include={Infobox Weapon Skill¦WeaponSkillsTable.dpl},##Horizon Changes.* | ||
| table={{#if:{{{id|}}}|id="{{{id}}}"|}} class="horizon-table ffxi-table center-col-2 {{{cssclasses|}}}" {{#if: {{{ | | table={{#if:{{{id|}}}|id="{{{id}}}"|}} class="horizon-table ffxi-table center-col-2 {{{cssclasses|}}}" {{#if: {{{style|}}}|style="{{{style}}}"|}},-,Name,Skill Level,Description,Modifiers,Skillchain Properties,Horizon Changes {{changes}} | ||
| tablesortcol=2 | | tablesortcol=2 | ||
}} | }} |
Latest revision as of 11:19, 6 December 2023
Usage
Template which returns a table with all Weapon Skills for a given weapon type. Optional parameter cssclasses to add css classes and style to add html style to the table. Optional parameter id to give the html element an id in case that is needed.
see Template:WeaponSkillsTable.dpl for the phantom template responsible for generating the table.
Examples
{{WeaponSkillsTable|Axe}}
Name | Skill Level | Description | Modifiers | Skillchain Properties | Horizon Changes |
---|---|---|---|---|---|
Raging Axe | 5 | Delivers a two-hit attack. Damage varies with TP. | STR: 30% | Detonation (A) Impaction (B) |
|
Smash Axe | 40 | Stuns enemy. Duration of stun varies with TP. | STR: 30% | Induration (A) Reverberation (B) |
none |
Gale Axe | 70 | Applies Weight to target. Duration of effect varies with TP. | STR:30% | Detonation | |
Avalanche Axe | 100 | Delivers a single-hit attack. Damage varies with TP. | STR: 30% | Induration |
|
Spinning Axe | 150 | Single-hit attack. Damage varies with TP. Warriors, Beastmasters and Dark Knights only. |
STR: 35% | Liquefaction (A) Scission (B) |
|
Rampage | 175 | Delivers a five-hit attack. Chance of critical varies with TP. | STR: 30% | Scission |
None |
Calamity | 200 | Delivers a single-hit attack. Damage varies with TP. Warriors and Beastmasters only. |
STR: 32% ; VIT: 32% | Scission (A) Impaction (B) |
None |
Mistral Axe | 225 | Delivers a single-hit ranged attack at a maximum distance of 15.7'. Damage varies with TP. Warriors and Beastmasters only. |
STR: 50% | Fusion |
None |
Decimation (obtained via Quest) |
240 | Delivers a three-hit attack that ignores defense. Amount ignored based on TP. | STR: 50% | Fusion (A) Detonation (B) |
|
Onslaught | N/A | Delivers a five-hit attack that lowers target's accuracy. Additional effect: temporarily increases Attack. | STR: 80% | Darkness (A) Gravitation (B) |
|
{{WeaponSkillsTable|Axe|cssclasses=hide-col-2 hide-col-4|id=axe-table}}