Added glacial crystal to unsellable_materials.ron, and buffed price of boreal armor by 5x.

This commit is contained in:
JCoxeye 2023-12-27 08:34:27 -05:00
parent 0f46eeaa78
commit 49994af136
2 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,11 @@ loot_tables: [
(6.0, true, "common.loot_tables.armor.twigsleaves"),
(6.0, false, "common.trading.misc_armor"),
(0.09, false, "common.loot_tables.armor.cultist"),
(0.08, false, "common.loot_tables.armor.boreal"),
(0.016, false, "common.loot_tables.armor.boreal"),
// Ingredients
(72.5, true, "common.trading.sellable_materials"),
(3.16043, false, "common.trading.unsellable_materials"),
(3.16184, false, "common.trading.unsellable_materials"),
// Food Ingredients
(20.375, true, "common.trading.food"),

View File

@ -50,4 +50,5 @@
// Ultra Rare drops
(0.0005, Item("common.items.crafting_ing.mindflayer_bag_damaged")),
(0.005, Item("common.items.crafting_ing.glacial_crystal")),
]