From Dark and Darker Wiki
(Created page with "<templatedata>{ "description": "Monster data stored in a multi-level switch structure.", "params": { "1": { "label": "Race List, Policies, or Monster Name", "description": "Switch level 1.", "type": "string", "suggested": true, "default": "" }, "2": { "label": "Policy Name, or Monster Data category", "description": "Switch level 2.", "type": "string", "suggested": true, "default": "" }, "3": { "la...") |
(Updating to using set-like notation to indicate switch branching in description.) |
||
Line 1: | Line 1: | ||
<templatedata>{ | <templatedata>{ | ||
"description": " | "description": "A switch data structure that contains information on Monsters. If proper arguments are not passed, returns an empty string.", | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label | "label": "Switch level 1", | ||
"description": "{<List>, Policies, <Monster>}", | |||
" | |||
"suggested": true, | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"2": { | "2": { | ||
"label": " | "label": "Switch level 2", | ||
"description": " | "description": "Policies: {<Policy>}. <Monster>: {ActionSpeed, Boss, Miniboss, Drops, XP, AP, HP, Move, DamageReductions, Damages, Impacts, Statuses, Races}", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"3": { | "3": { | ||
"label": " | "label": "Switch level 3", | ||
"description": " | "description": "Drops:{<DropInstance>}. DamageReductions: {<Reductions>}. Damages: {<AttackNames>}. Impacts: {<AttackNames>}. Statuses: {<Status>}. Races: {<Race>}.", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | |||
} | } | ||
} | } | ||
}</templatedata> | }</templatedata> |
Latest revision as of 04:15, 2 April 2024
A switch data structure that contains information on Monsters. If proper arguments are not passed, returns an empty string.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Switch level 1 | 1 | {<List>, Policies, <Monster>} | String | suggested |
Switch level 2 | 2 | Policies: {<Policy>}. <Monster>: {ActionSpeed, Boss, Miniboss, Drops, XP, AP, HP, Move, DamageReductions, Damages, Impacts, Statuses, Races} | String | suggested |
Switch level 3 | 3 | Drops:{<DropInstance>}. DamageReductions: {<Reductions>}. Damages: {<AttackNames>}. Impacts: {<AttackNames>}. Statuses: {<Status>}. Races: {<Race>}. | String | suggested |