Harvest festival 2024.png

Dare to try out the Harvest Festival 2024!?

Template:Weapon Skill Header: Difference between revisions

From HorizonXI Wiki
No edit summary
No edit summary
Line 96: Line 96:


If a description is given, display it. If none is given, the row vanishes.  
If a description is given, display it. If none is given, the row vanishes.  
-->{{#if: {{{Description|}}} | 
-->
{{!}}-
|-
! Description:
! Description:
{{!}} {{{Description}}}
| colspan="2" |{{#if: {{{Description|}}} | {{{Description}}} | Unknown }}<!--
}}<!--




Line 109: Line 108:
|-
|-
! Sneak Attack:
! Sneak Attack:
| {{#if:{{{Sneak Attack|}}}|<!--
| colspan="2";" | {{#if:{{{Sneak Attack|}}}|<!--
-->{{#switch: {{lc:{{{Sneak Attack}}}}}<!--
-->{{#switch: {{lc:{{{Sneak Attack}}}}}<!--
-->|yes|yes=Does stack with [[Sneak Attack]].<!--
-->|yes|yes=Does stack with [[Sneak Attack]].<!--
Line 120: Line 119:
Equipment that this is aligned with to do extra damage or modify the damage.
Equipment that this is aligned with to do extra damage or modify the damage.
-->
-->
{{#if: {{{Aligned with|}}} |
|-
{{!}}-
! Aligned with:
! Aligned with:
{{!}} {{{Aligned with}}}
| colspan="2" |{{#if: {{{Aligned with|}}} | {{{Aligned with}}} | Unknown }}<!--
}}<!--




Line 131: Line 128:
-->
-->
|-
|-
! colspan="2" style="text-align: center;" | Properties
! colspan="3" style="text-align: center;" | Properties
|-
|-
! Skill Chains:
! Skill Chains:
| {{#if:{{{Skill Chains|}}}|<!--
| colspan="2" |{{#if:{{{Skill Chains|}}}|<!--
-->{{#switch: {{lc:{{{Skill Chains}}}}}<!--
-->{{#switch: {{lc:{{{Skill Chains}}}}}<!--
-->|tr|tr=[[Transfixion]]<!--
-->|tr|tr=[[Transfixion]]<!--
Line 156: Line 153:
|-
|-
! Modifiers:
! Modifiers:
| {{#if: {{{Modifiers|}}} | {{{Modifiers}}} | None }}
| colspan="2" |{{#if: {{{Modifiers|}}} | {{{Modifiers}}} | None }}<!--
 
 
-->
|-
! colspan="3" style="text-align: center;" | Damage Multipliers by TP:
|-
! 1000 TP
! 2000 TP
! 3000 TP
|-
| {{#if: {{{1000TP|}}} | {{{1000TP}}} | --- }}
| {{#if: {{{2000TP|}}} | {{{2000TP}}} | --- }}
| {{#if: {{{3000TP|}}} | {{{3000TP}}} | --- }}
|}<!--  
|}<!--  


Line 169: Line 179:
===Code===
===Code===
<pre>{{Weapon Skill Header
<pre>{{Weapon Skill Header
| Weapon Skill Name = Brainshaker
|Weapon Skill Name=Brainshaker
| Weapon Type=cl
|Weapon Type=cl
| Weapon Skill Type=Physical
|Weapon Skill Type=Physical
| Level=70
|Level=70
| Description=[[Stun|Stuns]] enemy. Duration of [[stun]] varies with [[TP]].
|Description=[[Stun|Stuns]] enemy. Duration of [[stun]] varies with [[TP]].
| Skill Chains = lig
|Sneak Attack=Yes
| Modifiers = [[STR]]: 30% / [[DEX]]: 10%
|Aligned with=Aqua Equipment ([[Aqua Gorget]])
|Skill Chains=lig
|Modifiers=[[STR]]: 30% / [[DEX]]: 10%
}}</pre>
}}</pre>


Line 188: Line 200:
|Sneak Attack=Yes
|Sneak Attack=Yes
|Aligned with=Aqua Equipment ([[Aqua Gorget]])
|Aligned with=Aqua Equipment ([[Aqua Gorget]])
|Skill Chains=lig
|Skill Chains=re
|Modifiers=[[STR]]: 30% / [[DEX]]: 10%
|Modifiers=[[STR]]: 30%
|1000TP=1.0
|2000TP=1.0
|3000TP=1.0
}}
}}


===Documentation===
===Documentation===
{{Template:Weapon Skill Header/Documentation}}
{{Template:Weapon Skill Header/Documentation}}

Revision as of 20:45, 16 October 2024


Usage

This is a work in-progress

Code

{{Weapon Skill Header
|Weapon Skill Name=Brainshaker
|Weapon Type=cl
|Weapon Skill Type=Physical
|Level=70
|Description=[[Stun|Stuns]] enemy. Duration of [[stun]] varies with [[TP]].
|Sneak Attack=Yes
|Aligned with=Aqua Equipment ([[Aqua Gorget]])
|Skill Chains=lig
|Modifiers=[[STR]]: 30% / [[DEX]]: 10%
}}

Example

Template:Weapon Skill Header/Help

Brainshaker
Weapon Type: Club
Weapon Skill Type: Physical
Skill Level: 70
Description: Stuns enemy. Duration of stun varies with TP.
Sneak Attack: Does stack with Sneak Attack.
Aligned with: Aqua Equipment (Aqua Gorget)
Properties
Skill Chains: Reverberation
Modifiers: STR: 30%
Damage Multipliers by TP:
1000 TP 2000 TP 3000 TP
1.0 1.0 1.0

Documentation

Template:Weapon Skill Header/Documentation