Template:Resistances

From Archaelund Wiki

Description

This template generates various output formats from raw resistance input.

Usage

{{Resistances|<resistance input>|<format>}}

Make sure that <resistance input> is formatted correctly according to the rules given below, otherwise error messages may be generated.

Format options

FormatDescriptionInputExample output
1...7Extracts the resistance value of the ith entry (i = 1...7) in the resistance input.vector of 7 comma-separated numbers, representing resistance values (e.g. "10,0,50,-10,0,0,0")10
d1...d7Extracts the resistance value of the ith entry (i = 1...7) in the resistance input and formats it as a bonus/malus using Template:Difference.vector of 7 comma-separated numbers, representing resistance values (e.g. "10,0,50,-10,0,0,0")+10
ResistanceDisplays resistance symbols and the corresponding resistance values.vector of 7 comma-separated numbers, representing resistance values (e.g. "10,0,50,-10,0,0,2")Fire.png 10 Shock.png 50 Poison.png 2 Vitality.png -10
ThreatDisplays resistance symbols according to threat level.vector of 7 comma-separated numbers, representing threat level 0...2 (e.g. "0,2,0,0,1,1,2")Cold double.png Poison double.png Spirit.png Mind.png

In the above-mentioned vector of 7 comma-separated numbers, each position/index corresponds to a specific resistance. See the subsequent list for details.

Resistance names and icons

IndexNameIcon
1Fire ProtectionFire.png
2Cold ProtectionCold.png
3Shock ProtectionShock.png
4Vitality ResistanceVitality.png
5Spirit ResistanceSpirit.png
6Mind ResistanceMind.png
7Toxic ProtectionPoison.png

To extract the individual resistance names and corresponding icons use the following syntaxes:

{{Resistances/names|<resistance index>}}
{{Resistances/icons|<resistance index>}}

Abbreviated names and special double icons can be produced for each resistance by using specific double indices:

IndexNameIcon
11Fire Prot.Fire double.png
22Cold Prot.Cold double.png
33Shock Prot.Shock double.png
44Vitality Res.Vitality double.png
55Spirit Res.Spirit double.png
66Mind Res.Mind double.png
77Toxic Prot.Poison double.png

View/Edit documentation page