Module:MerchantHideDiscount: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Creates a Lua table linking the name of a type of Hide to the Merchant level at which it gets a discount to purchase) |
No edit summary |
||
Line 5: | Line 5: | ||
-- provides a lookup table for types of hide and the merchant level at which they get a discount |
-- provides a lookup table for types of hide and the merchant level at which they get a discount |
||
out = {} |
local out = {} |
||
out['Basic White Cow Hide']=10 |
out['Basic White Cow Hide']=10 |
||
out['Basic Deer Hide']=14 |
out['Basic Deer Hide']=14 |