Template:Weapontable
This template adds a neatly-formatted table of weapon powers organized by skill level granted.
Example Usage
- This code: {{weapontable|Axe=yes}}
- Produces this result:
Skill | Icon | Ability | Description |
30% | Cleave | Increased damage | |
45% | Bury the Hatchet | Taunt and increased damage | |
60% | Northman's Fury | Defense Debuff and increased damage | |
75% | Hand Biter | Weapon Damage Debuff and increased damage | |
90% | Sunder | Power Block and increased damage |
{{#if: |{| class="wikitable" style="width: 100%;"
|-
|style="background-color: #4f8c6b; color: white; text-align: center; width: 30px;"|Skill
|style="background-color: #4f8c6b; color: white; text-align: center; width: 30px;"|Icon
|style="background-color: #4f8c6b; color: white; width: 120px;"|Ability
|style="background-color: #4f8c6b; color: white"|Description
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|30%
| style="text-align: center;"|
| Helmringer
| Slashing Damage Resistance debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|40%
| style="text-align: center;"|
| Maim
| Piercing Damage Resistance debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|50%
| style="text-align: center;"|
| Widow's Edge
| Weapon Damage Debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|60%
| style="text-align: center;"|
| Bone Notcher
| Crushing Damage Resistance debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|70%
| style="text-align: center;"|
| Bloodletter's Cry
| Power Block and increased damage
|-
|}