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

20 lines
700 B
Rust
Raw Normal View History

2021-10-27 06:42:12 +00:00
[
// Crafting Ingredients
(3.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(0.2, Item("common.items.consumable.potion_minor")),
2023-07-19 14:16:20 +00:00
// Gold
(2.0, MultiDrop(Item("common.items.utility.coins"), 50, 75)),
2021-10-27 06:42:12 +00:00
// Ring
2023-07-19 14:16:20 +00:00
(0.05, Item("common.items.armor.misc.ring.gold")),
2021-10-27 06:42:12 +00:00
// Necklace
2023-07-19 14:16:20 +00:00
(0.05, Item("common.items.armor.misc.neck.gold")),
2021-10-27 06:42:12 +00:00
// Utility
(0.05, Item("common.items.utility.collar")),
// Armor
(0.080, Item("common.items.armor.pirate.hat")),
(0.075, Item("common.items.armor.misc.head.crown")),
2021-10-27 06:42:12 +00:00
// Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
(0.5, Item("common.items.food.meat.fish_raw")),
2021-10-27 06:42:12 +00:00
]