mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
7a1f0d9fa1
+ Make icons for Mino and Mindy dungeons with their faces + Adjust loot tables + Adjust names with respect to the lore of @Gemu
20 lines
754 B
Rust
20 lines
754 B
Rust
[
|
|
// Crafting Ingredients
|
|
(5.0, LootTable("common.loot_tables.materials.common")),
|
|
// Consumables
|
|
(0.5, Item("common.items.consumable.potion_minor")),
|
|
// Ring
|
|
(0.2, Item("common.items.armor.misc.ring.gold")),
|
|
// Necklace
|
|
(0.2, Item("common.items.armor.misc.neck.gold")),
|
|
// Utility
|
|
(0.5, Item("common.items.utility.collar")),
|
|
// Armor
|
|
(0.1, Item("common.items.armor.misc.head.bandana.thief")),
|
|
(0.1, Item("common.items.armor.misc.head.bandana.red")),
|
|
(0.1, Item("common.items.armor.misc.head.hood")),
|
|
(0.1, Item("common.items.armor.misc.head.hood_dark")),
|
|
// Food
|
|
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
|
(0.25, LootTable("common.loot_tables.food.prepared")),
|
|
] |