From Dark and Darker Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="width: | <div style="width: 300px; background-color: rgb(var(--background-color),0.3); padding: 16px; max-width:470px; border:2px solid rgb(var(--rarity-{{#switch:{{{rarity|}}} | ||
|Ruby Silver = 5 | |Ruby Silver = 5 | ||
|#default = {{{rarity}}}}}),0.5); {{#ifeq:{{{nofloat|}}}|1||float:right;}}"> | |#default = {{{rarity}}}}}),0.5); {{#ifeq:{{{nofloat|}}}|1||float:right;}}"> |
Revision as of 11:53, 5 February 2023
Creates an infobox for a Armor.
Example
Code | Preview |
---|---|
{{Infobox Armor |name = Barbuta Helm |classes = [[Fighter]] |armor = 15 |rarity = Ruby Silver |movementspeed = -20 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance }} |
Barbuta Helm
|
{{Infobox Armor |name = Armet |classes = [[Fighter]] |armor = 15 |movementspeed = -20 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance }} |
Armet
|
All Options
The full list of options are listed below.
{{Infobox Armor |name = |classes = |armor = |rarity = |movementspeed = |stats = |stats2 = }}
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 | armor | Armor of the item at corresponding rarity | String | suggested |
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 |
Rarity | rarity | Rarity of the item | String | suggested |