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

11 lines
222 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),
2024-10-10 13:12:52 +00:00
(0.45, Item("common.items.recipes.armor.golemite")),
2024-07-03 23:04:49 +00:00
]),
])),
]