From 00434f55c9c9704aa02e26f090ed1abb14435726 Mon Sep 17 00:00:00 2001 From: JCoxeye Date: Sun, 17 Dec 2023 12:35:38 -0500 Subject: [PATCH] Gave prices to resin, sentient seeds, and living embers in unsellable_materials.ron --- assets/common/trading/item_price_calculation.ron | 2 +- assets/common/trading/unsellable_materials.ron | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/common/trading/item_price_calculation.ron b/assets/common/trading/item_price_calculation.ron index c94f067c0a..eac06b1278 100644 --- a/assets/common/trading/item_price_calculation.ron +++ b/assets/common/trading/item_price_calculation.ron @@ -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"), diff --git a/assets/common/trading/unsellable_materials.ron b/assets/common/trading/unsellable_materials.ron index c6ba439a81..0e975388c2 100644 --- a/assets/common/trading/unsellable_materials.ron +++ b/assets/common/trading/unsellable_materials.ron @@ -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")), ]