From Dark and Darker Wiki
m (Changed Arguments to be suggested, rather than optional.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "A switch data structure that contains information on armor | "description": "A switch data structure that contains information on armor items. If arguments are not passed, returns an empty string.", | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Argument", | "label": "Argument", | ||
"description": "Name of an armor | "description": "Name of an armor item or name of a list.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
Line 11: | Line 11: | ||
"2": { | "2": { | ||
"label": "Argument", | "label": "Argument", | ||
"description": "Armor property | "description": "Armor property or Branch name.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
Line 17: | Line 17: | ||
"3": { | "3": { | ||
"label": "Argument", | "label": "Argument", | ||
"description": " | "description": "Belongs to Stats or Types branch. Specific <Stat> or <Type>.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" |
Revision as of 03:33, 2 April 2024
A switch data structure that contains information on armor items. If arguments are not passed, returns an empty string.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Argument | 1 | Name of an armor item or name of a list. | String | suggested |
Argument | 2 | Armor property or Branch name. | String | suggested |
Argument | 3 | Belongs to Stats or Types branch. Specific <Stat> or <Type>. | String | suggested |