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

9 lines
407 B
Rust
Raw Normal View History

2021-09-10 08:34:01 +00:00
[
2021-11-03 21:27:47 +00:00
(0.004, Item("common.items.lantern.pumpkin")),
2021-09-10 08:34:01 +00:00
(2.0, LootTable("common.loot_tables.materials.common")),
(0.1, Item("common.items.armor.misc.ring.gold")),
(1.0, LootTable("common.loot_tables.weapons.tier-3")),
(0.1, LootTable("common.loot_tables.weapons.tier-4")),
(1.5, LootTable("common.loot_tables.food.prepared")),
2021-11-03 21:27:47 +00:00
(0.05, Item("common.items.armor.witch.hat")),
2021-09-10 08:34:01 +00:00
]