Difference between revisions of "Skill info/Documentation"

m (Added documentation page)
Line 1: Line 1:
 
== Description ==
 
== Description ==
-
+
Defines information about a skill.
  
 +
== Usage ==
 
<pre>{{skill info
 
<pre>{{skill info
| name =
+
| order = 3
| icon =
+
| name = E (Berserker)
| hero =
+
| icon = E (Berserker).png
| specialization =
+
| hero = mercenary
| description =
+
| specialization = berserker
| cast-time =
+
| description = The Berserker leaps into a target area, stunning all enemies in the area for 1 second and dealing '''physical damage (Dexterity)'''.
| range =
+
 
| damage =
+
The leap generates 25 rage.
| cost =
+
| cast-time = 0
| cooldown =
+
| range = 0
| health-increase =
+
| damage = 50/65/80/95/110/125/140/155/170/185/200/215
| attack-power-increase =
+
| cost = 0
| armor-magic-resistance-reduction =
+
| cooldown = 15
| special =
+
| health-increase = 0
 +
| attack-power-increase = 0
 +
| armor-magic-resistance-reduction = 0
 +
| special = false
 
}}</pre>
 
}}</pre>
 
== Parameters ==
 
;icon
 
:Optional. --
 

Revision as of 13:34, 2 August 2022

Description

Defines information about a skill.

Usage

{{skill info
| order = 3
| name = E (Berserker)
| icon = E (Berserker).png
| hero = mercenary
| specialization = berserker
| description = The Berserker leaps into a target area, stunning all enemies in the area for 1 second and dealing '''physical damage (Dexterity)'''.

The leap generates 25 rage.
| cast-time = 0
| range = 0
| damage = 50/65/80/95/110/125/140/155/170/185/200/215
| cost = 0
| cooldown = 15
| health-increase = 0
| attack-power-increase = 0
| armor-magic-resistance-reduction = 0
| special = false
}}