trade_bot/assets/common/loot_tables/dungeon/terracotta/chest_terracotta.ron
Jeff 4a3399f47e
All checks were successful
Publish / rust (push) Successful in 5m21s
Publish / docker (push) Successful in 18m42s
Update assets
2024-10-10 09:12:52 -04:00

11 lines
222 B
Plaintext

[
(1.0, All([
// Key
Item("common.items.keys.terracotta_key_door"),
Lottery([
(1.0, Nothing),
(0.45, Item("common.items.recipes.armor.golemite")),
]),
])),
]