From Dark and Darker Wiki
(Creating document page using <templatedata>.) |
(Updating to use set-like notation to indicate switch branching in description.) |
||
(2 intermediate revisions by the same user not shown) | |||
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": " | "label": "Switch Level 1", | ||
"description": " | "description": "{<ItemName>}.", | ||
"suggested": true, | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"2": { | "2": { | ||
"label": " | "label": "Switch Level 2", | ||
"description": " | "description": "<ItemName>: {Rarities, Classes, Stats, FlavorText, SlotType, Ap, Xp, Types, MaxCount, MaxAmmoCount, WearingDelayTime, MovementMultiplier, InvSlots}.", | ||
"suggested": true, | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
"3": { | "3": { | ||
"label": " | "label": "Switch Level 3", | ||
"description": " | "description": "Stats: {<StatName>, AllStats}. Types: {Plate, Leather, Cloth}.", | ||
"suggested": true, | |||
"type": "string" | "type": "string" | ||
} | } |
Latest revision as of 05:40, 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 | |
---|---|---|---|---|
Switch Level 1 | 1 | {<ItemName>}. | String | suggested |
Switch Level 2 | 2 | <ItemName>: {Rarities, Classes, Stats, FlavorText, SlotType, Ap, Xp, Types, MaxCount, MaxAmmoCount, WearingDelayTime, MovementMultiplier, InvSlots}. | String | suggested |
Switch Level 3 | 3 | Stats: {<StatName>, AllStats}. Types: {Plate, Leather, Cloth}. | String | suggested |