Module:MerchantHideDiscount/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "{{documentation}} {{Helper module|name=MerchantHideDiscount |fname1=() |ftype1=No input needed |fuse1=Returns a Lua Table structured as p[<name of hide>] = <level for discount> }}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{documentation}} |
{{documentation}} |
||
{{Helper module|name=MerchantHideDiscount |
{{Helper module|name=MerchantHideDiscount |
||
|fname1=() |
|fname1=main(item) |
||
|ftype1= |
|ftype1=name of an item page, as a string |
||
|fuse1=Returns a Lua Table structured as |
|fuse1=Returns a Lua Table structured as a Recipe, but containing additional information about a multi-stage crafting process such including: |
||
All base materials, including their buy price in shops |
|||
All intermediate materials, including both the number of materials and the number of times the crafting step needs to be performed |
|||
Total values for XP, KP, duration |
|||
}} |
}} |
Revision as of 18:17, 6 December 2024
Module:MerchantHideDiscount is required by Module:LeatherworkerList.
This module is a helper module to be used by other modules; it may not designed to be invoked directly. See Brighter Shores:Lua/Helper modules for a full list and more information.
Function | Type | Use |
---|---|---|
main(item) | name of an item page, as a string | Returns a Lua Table structured as a Recipe, but containing additional information about a multi-stage crafting process such including:
All base materials, including their buy price in shops All intermediate materials, including both the number of materials and the number of times the crafting step needs to be performed Total values for XP, KP, duration |