From Dark and Darker Wiki

< Template:Armor Data

(Creating document page using <templatedata>.)
 
m (Changed Arguments to be suggested, rather than optional.)
Line 4: Line 4:
"params": {
"params": {
"1": {
"1": {
"label": "Variable",
"label": "Argument",
"description": "Name of an armor piece or name of a list.",
"description": "Name of an armor piece or name of a list.",
"suggested": true,
"type": "string"
"type": "string"
},
},
"2": {
"2": {
"label": "Variable",
"label": "Argument",
"description": "Armor property. Some properties are switches unto themselves, like Stats and Types.",
"description": "Armor property. Some properties are switches unto themselves, like Stats and Types.",
"suggested": true,
"type": "string"
"type": "string"
},
},
"3": {
"3": {
"label": "Variable",
"label": "Argument",
"description": "Terminal armor property. Usually follows Stats and Types.",
"description": "Terminal armor property. Usually follows Stats and Types.",
"suggested": true,
"type": "string"
"type": "string"
}
}

Revision as of 03:22, 2 April 2024

A switch data structure that contains information on armor pieces. If variables are not passed, returns an empty string.

Template parameters

ParameterDescriptionTypeStatus
Argument1

Name of an armor piece or name of a list.

Stringsuggested
Argument2

Armor property. Some properties are switches unto themselves, like Stats and Types.

Stringsuggested
Argument3

Terminal armor property. Usually follows Stats and Types.

Stringsuggested