- 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
(Merged draw_crafting_table() and draw_ingredient_table() into page()) |
m (→page: typo) |
||
| Line 28: | Line 28: | ||
==page== | ==page== | ||
Creates, if possible, two tables. The first presents recipes for if the given item is | Creates, if possible, two tables. The first presents recipes for if the given item is craftable. The second presents recipes that use the item to create other items. | ||
<tabber> | <tabber> | ||
|-| Parameters= | |-| Parameters= | ||
Latest revision as of 00:24, 9 April 2026
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 |
|---|---|---|
page
Creates, if possible, two tables. The first presents recipes for if the given item is craftable. The second presents recipes that use the item to create other items.
- item - Singular item for which to create a table.
- category - Item's item category. Used to lookup merchant crafting presence.
{{#invoke:Craft|page|item=Void Blade|category=Weapon}}
Craftable
Void Blade is craftable with the following crafting recipes.| Name | Ingredients | Merchant |
|---|---|---|
{{#invoke:Craft|page|category=Misc|item=Iron Ingot}}
Craftable
Iron Ingot is craftable with the following crafting recipes.| Name | Ingredients | Merchant |
|---|---|---|
Ingredient
Iron Ingot is used in the following crafting recipes.| Name | Ingredients | Merchant |
|---|---|---|
{{#invoke:Craft|page|category=Misc|item=Iron Ore}}
Ingredient
Iron Ore is used in the following crafting recipes.| Name | Ingredients | Merchant |
|---|---|---|