mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added glacial crystal to unsellable_materials.ron, and buffed price of boreal armor by 5x.
This commit is contained in:
parent
0f46eeaa78
commit
49994af136
@ -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"),
|
||||
|
@ -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")),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user