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

11 lines
223 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +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")),
]),
])),
]