From f4c7434e5dac6b7088bab20411fc36684e509e90 Mon Sep 17 00:00:00 2001 From: juliancoffee Date: Fri, 18 Jun 2021 00:13:42 +0300 Subject: [PATCH] balance scale to catch steel --- assets/common/loot_tables/trading.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/common/loot_tables/trading.ron b/assets/common/loot_tables/trading.ron index 0f6c2373e5..559a023911 100644 --- a/assets/common/loot_tables/trading.ron +++ b/assets/common/loot_tables/trading.ron @@ -15,7 +15,7 @@ (1.5, Item("common.items.mineral.ore.tin")), // Animal Hide (0.1, Item("common.items.crafting_ing.leather.rigid_leather")), - (0.4, Item("common.items.crafting_ing.hide.scales")), + (0.2, Item("common.items.crafting_ing.hide.scales")), (0.7, Item("common.items.crafting_ing.hide.tough_hide")), (1.0, Item("common.items.crafting_ing.hide.animal_hide")), (1.5, Item("common.items.crafting_ing.leather.leather_strips")),