mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix
This commit is contained in:
parent
ced87c08ec
commit
2c220e5548
@ -4,7 +4,7 @@
|
||||
// Food
|
||||
(1.0, MultiDrop(LootTable("common.loot_tables.food.wild_ingredients"), 1, 2)),
|
||||
// Materials
|
||||
(1.0, MultiDrop(Item("common.items.crafting_ing.hide.scales"), 0, 2)),
|
||||
(0.5, MultiDrop(Item("common.items.crafting_ing.hide.scales"), 1, 2)),
|
||||
// Nothing
|
||||
(1.0, Nothing),
|
||||
(1.5, Nothing),
|
||||
]
|
||||
|
@ -1,8 +1,6 @@
|
||||
[
|
||||
// Currency
|
||||
(10.0, MultiDrop(Item("common.items.utility.coins"), 500, 1000)),
|
||||
// Food
|
||||
(5.0, LootTable("common.loot_tables.food.prepared")),
|
||||
// Consumables
|
||||
(5.0, MultiDrop(Item("common.items.consumable.potion_minor"), 4, 8)),
|
||||
// Back
|
||||
|
Loading…
Reference in New Issue
Block a user