Template:Skill progression
From Guild Wars Wiki
Jump to navigationJump to search
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[edit]
{{ Skill progression | attribute = | varN name = | varN at0 = | varN at15 = }}
This template is used to generate a skill progression table. In rare cases where the automated progression is inaccurate, manual values can also be added.
Parameters[edit]
- 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 the attribute rank is 0.
- varN at15
- The value of the variable N when the attribute rank is 15.
- varx name
- The name of the manual variable.
- varx0 - varx22
- The values of the manual variable when the attribute rank is its respective value.
Where N is a number between 1
and 5
. (At least one variable has to be set)
Example[edit]
{{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
|
{{Skill progression | attribute = [[Domination Magic]] | var1 name = [[Damage]] | var1 at0 = 5 | var1 at15 = 14 | varx name = x values | varx0 = 1 | varx1 = 2 | varx2 = 3 | varx3 = 4 | varx4 = 5 | varx5 = 6 | varx6 = 7 | varx7 = 8 | varx8 = 9 | varx9 = 9 | varx10 = 15 | varx11 = 16 | varx12 = 9 | varx13 = 10 | varx14 = 12 | varx15 = 13 | varx16 = 15 | varx17 = 16 | varx18 = 19 | varx19 = 2 | varx20 = 23 | varx21 = 25 | var2 name = [[Energy]] | var2 at0 = 1 | var2 at15 = 7 }}
Progression | |
---|---|
x values
|
0 5 1 1
1 6 1 2
2 6 2 3
3 7 2 4
4 7 3 5
5 8 3 6
6 9 3 7
7 9 4 8
8 10 4 9
9 10 5 9
10 11 5 15
11 12 5 16
12 12 6 9
13 13 6 10
14 13 7 12
15 14 7 13
16 15 7 15
17 15 8 16
18 16 8 19
19 16 9 2
20 17 9 23
21 18 9 25
|
See also[edit]
- Template:Skill infobox
- Template:Skill progression limit (is needed for this template)