Merge branch 'jcoxeye/resin-seeds-embers-selling' into 'master'

Gave prices to resin, sentient seeds, and living embers in unsellable_materials.ron

See merge request veloren/veloren!4212
This commit is contained in:
flo 2023-12-17 22:49:56 +00:00
commit ecde64a30f
2 changed files with 6 additions and 1 deletions

View File

@ -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"),

View File

@ -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")),
]