From Dark and Darker Wiki
(Changed to set notation, like we have for the Data templates.) |
mNo edit summary |
||
Line 4: | Line 4: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": " | "label": "Switch Level 1", | ||
"description": "{<MerchantName>}", | "description": "{<MerchantName>}", | ||
"suggested": true, | "suggested": true, | ||
Line 10: | Line 10: | ||
}, | }, | ||
"2": { | "2": { | ||
"label": " | "label": "Switch Level 2", | ||
"description": "{GreetingText, ServiceTypes, SquireOffers, Crafts, QuestChapters}", | "description": "{GreetingText, ServiceTypes, SquireOffers, Crafts, QuestChapters}", | ||
"suggested": true, | "suggested": true, | ||
Line 16: | Line 16: | ||
}, | }, | ||
"3": { | "3": { | ||
"label": " | "label": "Switch Level 3", | ||
"description": "SquireOffers: {0,25,40,100,all}. Crafts:{<ItemName>}. QuestChapters: {<ChapterName>}.", | "description": "SquireOffers: {0,25,40,100,all}. Crafts:{<ItemName>}. QuestChapters: {<ChapterName>}.", | ||
"suggested": true, | "suggested": true, | ||
Line 22: | Line 22: | ||
}, | }, | ||
"4": { | "4": { | ||
"label": " | "label": "Switch Level 4", | ||
"description": "<ItemName>: {Rarity, Quantity, Ingredients, Conversationtext, Craftcompletetext}. <ChapterName>: {<QuestName>}.", | "description": "<ItemName>: {Rarity, Quantity, Ingredients, Conversationtext, Craftcompletetext}. <ChapterName>: {<QuestName>}.", | ||
"suggested": true, | "suggested": true, | ||
Line 28: | Line 28: | ||
}, | }, | ||
"5": { | "5": { | ||
"label": " | "label": "Switch Level 5", | ||
"description": "<QuestName>: {GreetingText,CompleteText,Objectives,Rewards}.", | "description": "<QuestName>: {GreetingText,CompleteText,Objectives,Rewards}.", | ||
"suggested": true, | "suggested": true, |
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 |