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

This commit is contained in:
JCoxeye 2023-12-17 12:35:38 -05:00
parent f075b1d654
commit 00434f55c9
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ loot_tables: [
// Ingredients // Ingredients
(72.5, true, "common.trading.sellable_materials"), (72.5, true, "common.trading.sellable_materials"),
(1.7205, false, "common.trading.unsellable_materials"), (2.774, false, "common.trading.unsellable_materials"),
// Food Ingredients // Food Ingredients
(20.375, true, "common.trading.food"), (20.375, true, "common.trading.food"),

View File

@ -37,6 +37,11 @@
(0.15, Item("common.items.crafting_ing.animal_misc.lively_vine")), (0.15, Item("common.items.crafting_ing.animal_misc.lively_vine")),
(0.225, Item("common.items.crafting_ing.sticky_thread")), (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 // Ultra Rare drops
(0.0005, Item("common.items.crafting_ing.mindflayer_bag_damaged")), (0.0005, Item("common.items.crafting_ing.mindflayer_bag_damaged")),
] ]