trade_bot/assets/common/loot_tables/dungeon/gnarling/harvester.ron
Jeff 545f8c6643
All checks were successful
Publish / rust (push) Successful in 6m0s
Publish / docker (push) Successful in 31s
Update assets
2024-08-08 17:03:53 -04:00

13 lines
356 B
Plaintext

[
(1, All([
All([
LootTable("common.loot_tables.armor.tier-2"),
LootTable("common.loot_tables.weapons.tier-2"),
]),
Lottery([
(3.0, Nothing),
(1.0, Item("common.items.lantern.pumpkin")),
(1.0, Item("common.items.armor.misc.head.wanderers_hat")),
]),
])),
]