User:Leonim/Template:Skill progression factored

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.

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 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 4. (At least one variable has to be set)

Nota

There is a special prefix, varF, having an additional parameter called factor, which serves as multiplier for the result after rounding (see example below).

Example[edit]

{{ Skill progression
| attribute = [[Domination Magic]]
| var1 name = [[Energy]] drain
| var1 at0  = 3
| var1 at15 = 8
| varF name = [[Damage]]
| varF at0 = 3
| varF at15 = 8
| varF factor = 3
}}
Progression
Energy drain
0
3
36
1
3
36
2
4
48
3
4
48
4
4
48
5
5
60
6
5
60
7
5
60
8
6
72
9
6
72
10
6
72
11
7
84
12
7
84
13
7
84
14
8
96
15
8
96
16
8
96
17
9
108
18
9
108
19
9
108
20
10
120
21
10
120

See also[edit]