trade_bot/assets/common/loot_tables/humanoids/witch.ron

10 lines
403 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
(0.004, Item("common.items.lantern.pumpkin")),
(3.0, LootTable("common.loot_tables.materials.common")),
(0.05, Item("common.items.armor.misc.ring.gold")),
(0.5, LootTable("common.loot_tables.weapons.tier-3")),
(0.1, LootTable("common.loot_tables.weapons.tier-4")),
(0.05, Item("common.items.armor.witch.hat")),
(0.1, Item("common.items.recipes.unique.troll_hide_pack")),
]