mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reduced price of abyssal heart.
This commit is contained in:
parent
9334c7a2f9
commit
3dc2c04491
@ -19,7 +19,7 @@ loot_tables: [
|
||||
|
||||
// Ingredients
|
||||
(72.5, true, "common.trading.sellable_materials"),
|
||||
(3.1548, false, "common.trading.unsellable_materials"),
|
||||
(3.16043, false, "common.trading.unsellable_materials"),
|
||||
|
||||
// Food Ingredients
|
||||
(20.375, true, "common.trading.food"),
|
||||
|
@ -38,7 +38,7 @@
|
||||
(0.225, Item("common.items.crafting_ing.sticky_thread")),
|
||||
|
||||
// Sea Materials
|
||||
(0.03, Item("common.items.crafting_ing.abyssal_heart")),
|
||||
(0.05, Item("common.items.crafting_ing.abyssal_heart")),
|
||||
(0.075, Item("common.items.crafting_ing.pearl")),
|
||||
(0.25, Item("common.items.crafting_ing.brinestone")),
|
||||
(1.0, Item("common.items.crafting_ing.coral_branch")),
|
||||
|
Loading…
Reference in New Issue
Block a user