From Dark and Darker Wiki

< Template:Accessory Data

(Creating document page using <templatedata>.)
 
(Updating to use set-like notation to indicate switch branching in description.)
 
Line 4: Line 4:
"params": {
"params": {
"1": {
"1": {
"label": "Argument",
"label": "Switch Level 1",
"description": "Name of a accessory item or name of a list.",
"description": "{<Item>}.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
},
"2": {
"2": {
"label": "Argument",
"label": "Switch Level 2",
"description": "Accessory item property.",
"description": "<Item>: {Rarities, Stats, FlavorText, SlotType, Ap, Xp, Types, MaxCount, MaxAmmoCount, WearingDelayTime, MovementMultiplier, InvSlots}.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
},
"3": {
"3": {
"label": "Argument",
"label": "Switch Level 3",
"description": "Belongs to Stats/Types branch. Specific <Stat>/<Type> property.",
"description": "Stats: {<Stat>}. Types: {<Type>}.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"

Latest revision as of 04:19, 2 April 2024

A switch data structure that contains information on accessory items. If proper arguments are not passed, returns an empty string.

Template parameters

ParameterDescriptionTypeStatus
Switch Level 11

{<Item>}.

Stringsuggested
Switch Level 22

<Item>: {Rarities, Stats, FlavorText, SlotType, Ap, Xp, Types, MaxCount, MaxAmmoCount, WearingDelayTime, MovementMultiplier, InvSlots}.

Stringsuggested
Switch Level 33

Stats: {<Stat>}. Types: {<Type>}.

Stringsuggested