From Dark and Darker Wiki
(overview and draw_merge_recipe docs) |
m (reference the data page) |
||
Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
Functions for [[Sorcerer]]'s Merge Spells and their component spells | Functions for [[Sorcerer]]'s Merge Spells and their component spells. Data comes from [[Data:MergeSpells.json]] | ||
=Functions= | =Functions= |
Revision as of 23:32, 20 December 2024
Overview
Functions for Sorcerer's Merge Spells and their component spells. Data comes from Data:MergeSpells.json
Functions
draw_merge_recipe
Draws a visual for the components that make up a given merge spell
Parameters
- merge_spell - 1st parameter - the name of the merge spell without spaces but capitalized properly, i.e. ElementalBolt
- debug_mode - optional, named parameter - true/false, defaults to false - true will output the raw wikitext, false will preprocess the wikitext
Example
With debug_mode on:
{{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt|true}}
|
Elemental Bolt
|
Fire Arrow
|
Water Bolt
With debug_mode off:
{{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}}
|
Elemental Bolt
|
Fire Arrow
|
Water Bolt