From Dark and Darker Wiki
(Creating document page using <templatedata>.) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": " | "label": "Switch Level 1", | ||
"description": " | "description": "{<MerchantName>}", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"2": { | "2": { | ||
"label": " | "label": "Switch Level 2", | ||
"description": "{GreetingText,ServiceTypes}", | "description": "{GreetingText, ServiceTypes, SquireOffers, Crafts, QuestChapters}", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"3": { | "3": { | ||
"label": " | "label": "Switch Level 3", | ||
"description": " | "description": "SquireOffers: {0,25,40,100,all}. Crafts:{<ItemName>}. QuestChapters: {<ChapterName>}.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"4": { | "4": { | ||
"label": " | "label": "Switch Level 4", | ||
"description": " | "description": "<ItemName>: {Rarity, Quantity, Ingredients, Conversationtext, Craftcompletetext}. <ChapterName>: {<QuestName>}.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"5": { | "5": { | ||
"label": " | "label": "Switch Level 5", | ||
"description": " | "description": "<QuestName>: {GreetingText,CompleteText,Objectives,Rewards}.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" |
Latest revision as of 00:13, 4 April 2024
A switch data structure that contains information on merchants. If proper arguments are not passed, returns an empty string.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Switch Level 1 | 1 | {<MerchantName>} | String | suggested |
Switch Level 2 | 2 | {GreetingText, ServiceTypes, SquireOffers, Crafts, QuestChapters} | String | suggested |
Switch Level 3 | 3 | SquireOffers: {0,25,40,100,all}. Crafts:{<ItemName>}. QuestChapters: {<ChapterName>}. | String | suggested |
Switch Level 4 | 4 | <ItemName>: {Rarity, Quantity, Ingredients, Conversationtext, Craftcompletetext}. <ChapterName>: {<QuestName>}. | String | suggested |
Switch Level 5 | 5 | <QuestName>: {GreetingText,CompleteText,Objectives,Rewards}. | String | suggested |