From Dark and Darker Wiki
m (reference the data page) |
m (remove debug_mode, still not working) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
===Parameters=== | ===Parameters=== | ||
* ''merge_spell'' - 1st parameter - the name of the merge spell without spaces but capitalized properly, i.e. ElementalBolt | * ''merge_spell'' - 1st parameter - the name of the merge spell without spaces but capitalized properly, i.e. ElementalBolt | ||
===Example=== | ===Example=== | ||
{ | <pre> | ||
{| class="wikitable sortable jquery-tablesorter ClassesTable" style="min-width:360px;> | |||
! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Merge Spell | |||
! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Parent Spell 1 | |||
! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Parent Spell 2 | |||
|- | |||
| {{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}} | |||
|} | |||
</pre> | |||
{| class="wikitable sortable jquery-tablesorter ClassesTable" style="min-width:360px;> | |||
! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Merge Spell | |||
! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Parent Spell 1 | |||
! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Parent Spell 2 | |||
|- | |||
{{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}} | {{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}} | ||
|} |
Latest revision as of 03:52, 22 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
Example
{| class="wikitable sortable jquery-tablesorter ClassesTable" style="min-width:360px;> ! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Merge Spell ! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Parent Spell 1 ! style="width:15%" class="headerSort" role="columnheader button" title="Sort ascending" | Parent Spell 2 |- | {{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}} |}
Merge Spell | Parent Spell 1 | Parent Spell 2 |
---|---|---|
Elemental Bolt |
Fire Arrow |
Water Bolt |