mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Gave prices to resin, sentient seeds, and living embers in unsellable_materials.ron
This commit is contained in:
parent
f075b1d654
commit
00434f55c9
@ -16,7 +16,7 @@ loot_tables: [
|
||||
|
||||
// Ingredients
|
||||
(72.5, true, "common.trading.sellable_materials"),
|
||||
(1.7205, false, "common.trading.unsellable_materials"),
|
||||
(2.774, false, "common.trading.unsellable_materials"),
|
||||
|
||||
// Food Ingredients
|
||||
(20.375, true, "common.trading.food"),
|
||||
|
@ -37,6 +37,11 @@
|
||||
(0.15, Item("common.items.crafting_ing.animal_misc.lively_vine")),
|
||||
(0.225, Item("common.items.crafting_ing.sticky_thread")),
|
||||
|
||||
// Miscellaneous Materials
|
||||
(0.75, Item("common.items.crafting_ing.resin")),
|
||||
(1.0, Item("common.items.crafting_ing.sentient_seed")),
|
||||
(2.0, Item("common.items.crafting_ing.living_embers")),
|
||||
|
||||
// Ultra Rare drops
|
||||
(0.0005, Item("common.items.crafting_ing.mindflayer_bag_damaged")),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user