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