Difference between revisions of "Template:Skill progression"
Jump to navigation
Jump to search
(Created page with "{| class="skill-progression" cellpadding="0" cellspacing="0" ! colspan="2" | Progression |- | nowrap="nowrap" style="font-weight: bold;vertical-align: top;" | <div class="attr...") |
(No difference)
|
Latest revision as of 11:48, 13 January 2012
Progression | |
---|---|
{{{attribute}}}
|
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Description
{{ Skill progression | attribute = | varN name = | varN at0 = | varN at15 = }}
This template is used to generate a skill progression table.
Parameters
- attribute
- The name of the attribute which the skill is tied to.
- varN name
- The name of the variable N.
- varN at0
- The value of the variable N when there are 0 points spend to the attribute.
- varN at15
- The value of the variable N when there are 15 points spend to the attribute.
Where N is a number between 1
and 5
. (At least one variable has to be set)
Example
{{ Skill progression | attribute = [[Domination Magic]] | var1 name = [[Damage]] | var1 at0 = 5 | var1 at15 = 14 | var2 name = [[Energy]] | var2 at0 = 1 | var2 at15 = 7 }}
Progression | |
---|---|
0 5 1
1 6 1
2 6 2
3 7 2
4 7 3
5 8 3
6 9 3
7 9 4
8 10 4
9 10 5
10 11 5
11 12 5
12 12 6
13 13 6
14 13 7
15 14 7
16 15 7
17 15 8
18 16 8
19 16 9
20 17 9
21 18 9
|
See also
- Template:Skill infobox
- Template:Skill progression limit (is needed for this template)