hotbot/assets/common/loot_tables/dungeon/terracotta/chest_terracotta.ron
2024-06-11 14:43:30 -04:00

11 lines
223 B
Plaintext

[
(1.0, All([
// Key
Item("common.items.keys.terracotta_key_door"),
Lottery([
(1.0, Nothing),
(0.5, Item("common.items.mineral.ore.ancient_gold")),
]),
])),
]