mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added price entries for coral, brinestone, abyssal hearts, and pearls in unsellable_materials.
This commit is contained in:
parent
a7562b1baf
commit
9334c7a2f9
@ -19,7 +19,7 @@ loot_tables: [
|
||||
|
||||
// Ingredients
|
||||
(72.5, true, "common.trading.sellable_materials"),
|
||||
(2.774, false, "common.trading.unsellable_materials"),
|
||||
(3.1548, false, "common.trading.unsellable_materials"),
|
||||
|
||||
// Food Ingredients
|
||||
(20.375, true, "common.trading.food"),
|
||||
|
@ -37,6 +37,12 @@
|
||||
(0.15, Item("common.items.crafting_ing.animal_misc.lively_vine")),
|
||||
(0.225, Item("common.items.crafting_ing.sticky_thread")),
|
||||
|
||||
// Sea Materials
|
||||
(0.03, 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")),
|
||||
|
||||
// Miscellaneous Materials
|
||||
(0.75, Item("common.items.crafting_ing.resin")),
|
||||
(1.0, Item("common.items.crafting_ing.sentient_seed")),
|
||||
|
Loading…
Reference in New Issue
Block a user