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

8 lines
338 B
Rust
Raw Normal View History

2023-07-19 14:16:20 +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")),
]