From Dark and Darker Wiki
mNo edit summary |
(Updating to use set-like notation to indicate switch branching in description.) |
||
Line 4: | Line 4: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": " | "label": "Switch Level 1", | ||
"description": " | "description": "{<ItemName>}.", | ||
"suggested": true, | "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, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"3": { | "3": { | ||
"label": " | "label": "Switch Level 3", | ||
"description": " | "description": "Stats: {<StatName>, AllStats}. Types: {Plate, Leather, Cloth}.", | ||
"suggested": true, | "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 |