Files
MetaHunt/data/ds-stable-prices.lua
T
DuvelCorp b2060e0aab V1.3.0
2026-03-19 16:27:21 +01:00

38 lines
878 B
Lua

-- MetaHunt: Stable slot prices
-- AUTO-GENERATED by .tools — do not edit by hand.
-- Source DBC(s): StableSlotPrices.dbc
-- Generated: 2026-03-17 07:31 UTC
if not MTH_DS then MTH_DS = {} end
MTH_DS_StableSlotPrices = {
[1] = {
["cost_copper"] = 500,
["cost_gold"] = 0,
["cost_silver"] = 5,
["cost_copper_remainder"] = 0,
["display"] = "0g 5s 0c",
},
[2] = {
["cost_copper"] = 50000,
["cost_gold"] = 5,
["cost_silver"] = 0,
["cost_copper_remainder"] = 0,
["display"] = "5g 0s 0c",
},
[3] = {
["cost_copper"] = 2500000,
["cost_gold"] = 250,
["cost_silver"] = 0,
["cost_copper_remainder"] = 0,
["display"] = "250g 0s 0c",
},
[4] = {
["cost_copper"] = 1,
["cost_gold"] = 0,
["cost_silver"] = 0,
["cost_copper_remainder"] = 1,
["display"] = "0g 0s 1c",
},
}