From Dark and Darker Wiki
Creates a set of tabs for a armor.
Notes
If you don't include a armor value for a tier, the previous tier's value will be used instead. This means you only need to enter data for, for example, name only once (with damage1
).
The firstShownTier
option is mandatory. Leaving it out will prevent anything from being shown.
Example
Code | Preview |
---|---|
{{InfoboxArmorTabs |name = Armet |classes = [[Fighter]] |armor1 = 24 |armor2 = 25 ~ 27 |armor3 = 28 ~ 31 |armor4 = 32 ~ 34 |armor5 = 34 ~ 36 |armor6 = 36 ~ 38 |armor7 = 38 ~ 40 |armor8 = 40 ~ 43 |movementspeed = -12 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance |firstShownTier = 1 }} |
Armet
Armet
Armet
Armet
Armet
Armet
Armet
Armet
|
{{InfoboxArmorTabs |name = Barbuta Helm |classes = [[Fighter]] |armor1 = 24 |armor2 = 25 ~ 27 |armor3 = 28 ~ 31 |armor4 = 32 ~ 34 |armor5 = 34 ~ 36 |armor6 = 36 ~ 38 |armor7 = 38 ~ 40 |armor8 = 40 ~ 43 |armor9 = 34 ~ 36 |movementspeed = -12 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance |rubysilver = 1 |firstShownTier = 1 }} |
Barbuta Helm
Barbuta Helm
Barbuta Helm
Barbuta Helm
Barbuta Helm
Barbuta Helm
Barbuta Helm
Barbuta Helm
Barbuta Helm
|
{{InfoboxArmorTabs |name = Frock |classes = [[Cleric]] |armor1 = 24 |armor2 = 25 ~ 27 |armor3 = 28 ~ 31 |armor4 = 32 ~ 34 |armor5 = 34 ~ 36 |armor6 = 36 ~ 38 |armor7 = 38 ~ 40 |armor8 = 40 ~ 43 |armor9 = 34 ~ 36 |movementspeed = -12 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance |cobalt = 1 |firstShownTier = 1 }} |
Frock
Frock
Frock
Frock
Frock
Frock
Frock
Frock
Frock
|
All Options
The full list of options are listed below. Please don't leave anything blank though, else the previous tier's values won't get used (ie., only include options if you use them).
{{InfoboxArmorTabs |name = |classes = |armor1 = |armor2 = |armor3 = |armor4 = |armor5 = |armor6 = |armor7 = |armor8 = |armor9 = |movementspeed = |stats = |stats2 = |rubysilver = |cobalt = |firstShownTier = }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the weapon
| String | required |
Classes | classes | One or more classes can be added | String | suggested |
Armor - Tier 1 | armor1 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 2 | armor2 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 3 | armor3 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 4 | armor4 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 5 | armor5 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 6 | armor6 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 7 | armor7 | Armor of the item at corresponding rarity | String | required |
Armor - Tier 8 | armor8 | Armor of the item at corresponding rarity | String | required |
Armor - Tier Ruby Silver | armor9 | Armor of the item at corresponding rarity | String | required |
Armor - Tier Cobalt | armor10 | Armor of the item at corresponding rarity | String | required |
Movement speed | movementspeed | Movement speed of the item | String | suggested |
Stats | stats | Stats of the item | String | suggested |
Stats2 | stats2 | Stats of the item | String | suggested |
Rubysilver Enable | rubysilver | Enables Rubysilver Rarity
| Number | suggested |
Cobalt Enable | cobalt | Enables Cobalt Rarity
| Number | suggested |
First Shown Tier | firstShownTier | Either 1, 2, 3, or 4. Should always be 1, unless a lower tier is disabled
| Number | required |