Template:Ability/doc

From Wynncraft Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

The Ability template is a major template used to handle all parts of the ability tree display and ability tooltip display on the wiki.

There are many subtemplates of the Ability template as well, which are all ability tooltip displays or helper templates for tooltips.

Usage

<div class="ability-tree-wrapper" style="border: #2D2E30 10px ridge">
{| class="ability-tree-table"
|{{Ability|}}
|{{Ability|}}
|{{Ability|}}
|{{Ability|}}
|{{Ability|archer|Arrow Bomb}}
|{{Ability|}}
|{{Ability|}}
|{{Ability|}}
|{{Ability|}}
|-
...
|}
{{Ability|icon|ability_name}}
  • icon - the icon to be displayed in the ability tree grid.
  • ability_name - the name of the ability to display.

Allowed icon values:

Examples

{{Ability|branch_2}}
Branch 2.png


{{Ability|ability_archer|Arrow Bomb}}
Ability archer.png
Arrow Bomb
Click Combo: LEFT - RIGHT - RIGHT
Shoots a long-ranged arrow that explodes and deals high damage over a large area. (Self-damage for 10% of your DPS)
Mana Cost: 45
  • Total Damage: 160% (of your DPS)
  • ( Damage: 140%)
  • ( Fire: 20%)
Range: 26 Blocks
Area of Effect: 4.5 Blocks (Circle-Shaped)
Ability Points: 1


{{Ability|ability_1|Heart Shatter|1}}
Ability 1.png
Heart Shatter
Hitting a mob directly with Arrow Bomb will shatter its heart and deal additional damage.
  • Total Damage: +100% (of your DPS)
  • ( Damage: +100%)
Ability Points: 1

Ability 1.png

Heart Shatter

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.