From Dark and Darker Wiki

< Module:MergeSpells

Revision as of 23:32, 20 December 2024 by Sur (talk | contribs) (reference the data page)

This is the documentation page for Module:MergeSpells

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}}

| Icon Spell ElementalBolt.png
Elemental Bolt | Icon Spell FireArrow.png
Fire Arrow | Icon Spell WaterBolt.png
Water Bolt


With debug_mode off:

{{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}}

| Icon Spell ElementalBolt.png
Elemental Bolt | Icon Spell FireArrow.png
Fire Arrow | Icon Spell WaterBolt.png
Water Bolt