hotbot/assets/common/loot_tables/dungeon/terracotta/chest_terracotta.ron

11 lines
223 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
[
(1.0, All([
// Key
Item("common.items.keys.terracotta_key_door"),
Lottery([
(1.0, Nothing),
(0.5, Item("common.items.mineral.ore.ancient_gold")),
]),
])),
]