Template:CareerBonus/doc
From Archaelund Wiki
Description
This template generates various output formats from raw career bonus input.
Usage
{{CareerBonus|<career bonus input>|<format>}}
Make sure that <career bonus input> is formatted correctly according to the rules given below, otherwise error messages may be generated.
Format options
| Format | Description | Input | Example output |
|---|---|---|---|
| 1...9 | Extracts the value of the ith entry (i = 1...9) in the career bonus input. | vector of 9 comma-separated numbers, representing career bonus values (e.g. "2,5,5,3,3,0,1,2,4") | 2 |
| d1...d9 | Extracts the value of the ith entry (i = 1...9) in the career bonus input and formats it as a bonus/malus using Template:Difference. | vector of 9 comma-separated numbers, representing career bonus values (e.g. "2,5,5,3,3,0,1,2,4") | +2 |
In the above-mentioned vector of 9 comma-separated numbers, each position/index corresponds to a career bonus. See the subsequent list for details.
Career bonus names
| Index | Name |
|---|---|
| 1 | Light Weapons |
| 2 | Hand Weapons |
| 3 | 2-Handed Weapons |
| 4 | Unarmed Fighting |
| 5 | Ranged Weapons |
| 6 | Critical Strike |
| 7 | Dodge |
| 8 | Skill Points |
| 9 | Health Points |
To extract the individual career bonus names use the following syntax:
{{CareerBonus/names|<career bonus index>}}
Abbreviated names can be produced for each career bonus by using specific double indices:
| Index | Name |
|---|---|
| 11 | Light |
| 22 | Hand |
| 33 | 2-Hand |
| 44 | Unarmed |
| 55 | Ranged |
| 66 | Critical |
| 77 | Dodge |
| 88 | SkP |
| 99 | HP |