From Dark and Darker Wiki
(Creating document page using <templatedata>.) |
m (Changed Arguments to be suggested, rather than optional.) |
||
Line 4: | Line 4: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": " | "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": " | "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": " | "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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Argument | 1 | Name of an armor piece or name of a list. | String | suggested |
Argument | 2 | Armor property. Some properties are switches unto themselves, like Stats and Types. | String | suggested |
Argument | 3 | Terminal armor property. Usually follows Stats and Types. | String | suggested |