From Dark and Darker Wiki
(Updated to us item property incraftingrecipe) |
(Item property name was changed in script. Edited to account for this.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
If @arg:2 has text | If @arg:2 has text | ||
Line 5: | Line 6: | ||
Use @arg:2 | Use @arg:2 | ||
-->|{{#arraydefine:craftables|{{{2}}}}}<!-- | -->|{{#arraydefine:craftables|{{{2}}}}}<!-- | ||
Else | Else use all of the Merchant's crafts | ||
-->|{{#arraydefine:craftables|{{Merchant Data|{{{1}}}|Crafts|All}}}}}}<!-- | |||
If @arg:ingredient was provided | |||
-->{{#if:{{{ingredient|}}}<!-- | |||
AND @arg:ingredient is NOT used in a crafting recipe(s) | |||
-->|{{#if:{{{{{ingredientcategory|Misc}}} Data|{{{ingredient}}}|incraftingrecipefor}}<!-- | |||
Set the craftables array to empty | |||
-->||{{#arraydefine:craftables|}}}}}}<!-- | |||
Otherwise do nothing | |||
--><table cellspacing="0" class="wikitable sortable jquery-tablesorter" style="width:70%; min-width:500px; text-align:center; vertical-align:middle; {{#ifeq:{{#arraysize:craftables}}|0|display:none;}}"><!-- | --><table cellspacing="0" class="wikitable sortable jquery-tablesorter" style="width:70%; min-width:500px; text-align:center; vertical-align:middle; {{#ifeq:{{#arraysize:craftables}}|0|display:none;}}"><!-- | ||
Line 22: | Line 23: | ||
If @arg:ingredient is in the list of ingredients for @var:craft | If @arg:ingredient is in the list of ingredients for @var:craft | ||
OR @arg:ingredient is empty | OR @arg:ingredient is empty | ||
-->{{#if: {{#pos:{{#vardefineecho:ingredients|{{Merchant Data|{{{1}}}|Crafts|{{#var:craft}}|ingredients}} }}|{{{ingredient| }}}}}<!-- | -->{{#if: {{#pos:{{#vardefineecho:ingredients|{{Merchant Data|{{{1}}}|Crafts|{{#var:craft}}|ingredients}} }}|{{{ingredient|}}}}}<!-- | ||
-->{{#if:{{{ingredient| }}}||continue}}<!-- | -->{{#if:{{{ingredient|}}}||continue}}<!-- | ||
-->|{{#vardefine:rarity|{{Merchant Data|{{{1}}}|Crafts|{{#var:craft}}|rarity}} }}<!-- | -->|{{#vardefine:rarity|{{Merchant Data|{{{1}}}|Crafts|{{#var:craft}}|rarity}}}}<!-- | ||
-->{{#arraydefine:ingredients|{{#var:ingredients}} }}<!-- | -->{{#arraydefine:ingredients|{{#var:ingredients}}}}<!-- | ||
--><td>{{Iconbox<!-- | --><td>{{Iconbox<!-- | ||
-->|{{#if:{{#pos:{{#var:craft}}|Potion}}<!-- | -->|{{#if:{{#pos:{{#var:craft}}|Potion}}<!-- | ||
-->|{{#explode:{{#var:craft}}| |1|2}}<!-- | -->|{{#explode:{{#var:craft}}| |1|2}}<!-- | ||
-->|{{#var:craft}} }}<!-- | -->|{{#var:craft}}}}<!-- | ||
-->|size =x100px<!-- | -->|size =x100px<!-- | ||
-->|amount ={{Merchant Data|{{{1}}}|Crafts|{{#var:craft}}|quantity}}<!-- | -->|amount ={{Merchant Data|{{{1}}}|Crafts|{{#var:craft}}|quantity}}<!-- | ||
Line 35: | Line 36: | ||
-->|rarity ={{#var:rarity}} }}</td><!-- | -->|rarity ={{#var:rarity}} }}</td><!-- | ||
--><td>{{#loop:i|0|{{#arraysize:ingredients}}<!-- | --><td>{{#loop:i|0|{{#arraysize:ingredients}}<!-- | ||
-->|{{#vardefine:ingredient|{{#arrayindex:ingredients|{{#var:i}} }} }}<!-- | -->|{{#vardefine:ingredient|{{#arrayindex:ingredients|{{#var:i}}}}}}<!-- | ||
-->{{Iconbox|<!-- | -->{{Iconbox|<!-- | ||
-->{{#explode:{{#var:ingredient}}|-|1}}<!-- | -->{{#explode:{{#var:ingredient}}|-|1}}<!-- | ||
Line 44: | Line 45: | ||
-->{{#if:{{#explode:{{#var:ingredient}}|-|2}}<!-- | -->{{#if:{{#explode:{{#var:ingredient}}|-|2}}<!-- | ||
-->|{{#explode:{{#var:ingredient}}|-|2}}<!-- | -->|{{#explode:{{#var:ingredient}}|-|2}}<!-- | ||
-->|{{Misc Data|{{#explode:{{#var:ingredient}}|-|1}}|Rarities}} }} }} }}</td><!-- | -->|{{Misc Data|{{#explode:{{#var:ingredient}}|-|1}}|Rarities}}}}}}}}</td><!-- | ||
--><td>[[{{{1}}}]]</td>}}</tr>}}</table><!-- | --><td>[[{{{1}}}]]</td>}}</tr>}}</table><!-- | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
=Parameters= | |||
*1: | |||
**Merchant Name | |||
**default: empty string | |||
*2: | |||
**Item or List of Items separated by commas | |||
**default: empty string | |||
*ingredient: | |||
**ingredient to search for | |||
**default: empty string | |||
*ingredientcategory: | |||
**item category of ingredient <code>{Weapon, Armor, Accessory, Utility, Misc}</code> | |||
**default: <code>Misc</code> | |||
==Example== | |||
<pre>{{GenerateCraftingTable|Alchemist|ingredient=Gold Coin}}</pre> | |||
{{GenerateCraftingTable|Alchemist|ingredient=Gold Coin}} | |||
==Example== | ==Example== | ||
<pre>{{GenerateCraftingTable|Weaponsmith|ingredient=Longsword|ingredientcategory=Weapon}}</pre> | <pre>{{GenerateCraftingTable|Weaponsmith|ingredient=Longsword|ingredientcategory=Weapon}}</pre> | ||
{{GenerateCraftingTable|Weaponsmith|ingredient=Longsword|ingredientcategory=Weapon}} | {{GenerateCraftingTable|Weaponsmith|ingredient=Longsword|ingredientcategory=Weapon}} | ||
==Example== | ==Example== | ||
<pre>{{GenerateCraftingTable| | <pre>{{GenerateCraftingTable|Alchemist|ingredient=Golden Teeth}}</pre> | ||
{{GenerateCraftingTable| | {{GenerateCraftingTable|Alchemist|ingredient=Golden Teeth}} | ||
==Example== | ==Example== | ||
<pre>{{GenerateCraftingTable|Weaponsmith|Sterling Blade}}</pre> | <pre>{{GenerateCraftingTable|Weaponsmith|Sterling Blade}}</pre> |
Latest revision as of 06:53, 23 June 2024
Parameters
- 1:
- Merchant Name
- default: empty string
- 2:
- Item or List of Items separated by commas
- default: empty string
- ingredient:
- ingredient to search for
- default: empty string
- ingredientcategory:
- item category of ingredient
{Weapon, Armor, Accessory, Utility, Misc}
- default:
Misc
- item category of ingredient
Example
{{GenerateCraftingTable|Alchemist|ingredient=Gold Coin}}
Name | Ingredients | Merchant |
---|---|---|
Alchemist | ||
Alchemist | ||
Example
{{GenerateCraftingTable|Weaponsmith|ingredient=Longsword|ingredientcategory=Weapon}}
Name | Ingredients | Merchant |
---|---|---|
Weaponsmith | ||
Weaponsmith | ||
Weaponsmith | ||
Weaponsmith | ||
Example
{{GenerateCraftingTable|Alchemist|ingredient=Golden Teeth}}
Name | Ingredients | Merchant |
---|---|---|
Alchemist | ||
Example
{{GenerateCraftingTable|Weaponsmith|Sterling Blade}}
Name | Ingredients | Merchant |
---|---|---|
Weaponsmith |
Example
{{GenerateCraftingTable|Alchemist}}
Example
{{GenerateCraftingTable|Alchemist|ingredient=Silver Ore}}