- merchant - Merchant of interest.
- item - Singular item for which to create a table.
- ingredient - Ingredient name. Used to filter the provided merchant's crafts for those which use the ingredient.
From Dark and Darker Wiki
This is the documentation page for Module:Craft
Overview
Functions for making Crafting table. Data comes from Data:Merchant.json.
Functions
draw_table
Creates a table of craftables
{{#invoke:Craft|draw_table|item=Void Blade|merchant=Weaponsmith}}
| Name | Ingredients | Merchant |
|---|---|---|
{{#invoke:Craft|draw_table|merchant=Weaponsmith|ingredient=Iron Ingot}}
| Name | Ingredients | Merchant |
|---|---|---|
{{#invoke:Craft|draw_table|merchant=Weaponsmith}}
| Name | Ingredients | Merchant |
|---|---|---|
draw_ingredient_table
Creates a table of craftables filtered for a specific ingredient.
- ingredient - Singular ingredient.
- category - Ingredient's item category. Used to lookup merchant recipe presence.
{{#invoke:Craft|draw_ingredient_table|category=Misc|ingredient=Iron Ingot}}
Script error: The function "draw_ingredient_table" does not exist.
draw_craftable_table
Creates a table of craftables filtered for specific item crafting recipes.
- item - Singular item for which to create a table.
- category - Item's item category. Used to lookup merchant crafting presence.
{{#invoke:Craft|draw_craftable_table|item=Void Blade|category=Weapon}}
Script error: The function "draw_craftable_table" does not exist.
{{#invoke:Craft|draw_craftable_table|category=Misc|item=Iron Ingot}}
Script error: The function "draw_craftable_table" does not exist.