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

18 lines
691 B
Rust
Raw Normal View History

2021-10-27 06:42:12 +00:00
[
// Crafting Ingredients
(5.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(2.0, Item("common.items.consumable.potion_minor")),
2021-10-27 06:42:12 +00:00
// Ring
(0.4, Item("common.items.armor.misc.ring.gold")),
2021-10-27 06:42:12 +00:00
// Necklace
(0.4, Item("common.items.armor.misc.neck.gold")),
2021-10-27 06:42:12 +00:00
// Armor
(1.0, Item("common.items.armor.misc.head.bandana.thief")),
(1.0, Item("common.items.armor.misc.head.bandana.red")),
(0.4, Item("common.items.armor.misc.head.hood")),
(0.4, Item("common.items.armor.misc.head.hood_dark")),
2021-10-27 06:42:12 +00:00
// Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
(0.75, LootTable("common.loot_tables.food.prepared")),
2021-10-27 06:42:12 +00:00
]