From Dark and Darker Wiki

< Template:Misc 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 misc item or name of a list.",
"description": "{<ItemName>}",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
},
"2": {
"2": {
"label": "Argument",
"label": "Switch Level 2",
"description": "Misc item property.",
"description": "<ItemName>: {Rarities, FlavorText, Ap, Xp, Types, MaxCount, MaxAmmoCount, WearingDelayTime, MovementMultiplier, InvSlots, IsCraftable}.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
},
"3": {
"3": {
"label": "Argument",
"label": "Switch Level 3",
"description": "Belongs to the Types branch. Specific <Type> properties.",
"description": "Types: {HuntingLoot, Gem, Ammo, Currency, Ore, Powder, Ingot}. ",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"

Latest revision as of 04:47, 2 April 2024

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

Template parameters

ParameterDescriptionTypeStatus
Switch Level 11

{<ItemName>}

Stringsuggested
Switch Level 22

<ItemName>: {Rarities, FlavorText, Ap, Xp, Types, MaxCount, MaxAmmoCount, WearingDelayTime, MovementMultiplier, InvSlots, IsCraftable}.

Stringsuggested
Switch Level 33

Types: {HuntingLoot, Gem, Ammo, Currency, Ore, Powder, Ingot}.

Stringsuggested