Module:ItemData/Miscellaneous
Jump to navigation
Jump to search
Documentation for this module may be created at Module:ItemData/Miscellaneous/doc
-- Module:ItemData/Miscellaneous
-- Fields: image, subtype, short_desc, long_desc, vendor_price, stack_size, volume, dropped_on_death
-- Future work: crafted by, recipes
return {
["Spice Melange"] = {
image = "T_UI_IconResourceRefinedSpiceR_D.png",
subtype = "Refined Resources",
short_desc = "Nothing is worth more.",
long_desc = "Made from Spice Sand at a Spice Refinery. The most sought-after resource in the universe. Enables intergalactic travel and extends life. Addictive. Withdrawal leads to death. ",
vendor_price = 6500,
stack_size = 500,
volume = 0.2,
dropped_on_death = "Yes",
},
}