trade_bot/assets/common/loot_tables/dungeon/terracotta/cursekeeper.ron

14 lines
414 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
(1, All([
Item("common.items.keys.terracotta_key_door"),
Lottery([
// Misc
2024-10-10 13:12:52 +00:00
(0.85, MultiDrop(Item("common.items.mineral.ore.ancient_gold"), 1, 2)),
(0.10, Item("common.items.tool.instruments.steeltonguedrum")),
(0.75, MultiDrop(Item("common.items.crafting_ing.cursed_bead"), 1, 2)),
2024-07-03 23:04:49 +00:00
]),
],
)),
]