From 3207df376261dc70a07452e1dfa7d5dbcfb2fb38 Mon Sep 17 00:00:00 2001 From: JCoxeye Date: Tue, 23 Jan 2024 16:46:24 -0500 Subject: [PATCH] Rebalances, and moved sandals to cloth armor loot table, in line with other starter armor. --- assets/common/loot_tables/armor/cloth.ron | 1 + .../common/trading/item_price_calculation.ron | 4 ++-- assets/common/trading/misc_armor.ron | 23 +++++++++---------- .../common/trading/unsellable_materials.ron | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/assets/common/loot_tables/armor/cloth.ron b/assets/common/loot_tables/armor/cloth.ron index 76265a4eb1..066d86d2d2 100644 --- a/assets/common/loot_tables/armor/cloth.ron +++ b/assets/common/loot_tables/armor/cloth.ron @@ -31,4 +31,5 @@ (1.0, Item("common.items.armor.misc.chest.worker_yellow_1")), (1.0, Item("common.items.armor.misc.pants.worker_blue")), (1.0, Item("common.items.armor.misc.pants.worker_brown")), + (1.0, Item("common.items.armor.misc.foot.sandals")), ] \ No newline at end of file diff --git a/assets/common/trading/item_price_calculation.ron b/assets/common/trading/item_price_calculation.ron index 8200ffaa65..8397802523 100644 --- a/assets/common/trading/item_price_calculation.ron +++ b/assets/common/trading/item_price_calculation.ron @@ -12,9 +12,9 @@ loot_tables: [ (6.0, true, "common.loot_tables.armor.twigs"), (6.0, true, "common.loot_tables.armor.twigsflowers"), (6.0, true, "common.loot_tables.armor.twigsleaves"), - (6.0, false, "common.trading.misc_armor"), + (4.0, false, "common.trading.misc_armor"), (0.09, false, "common.loot_tables.armor.cultist"), - (0.016, false, "common.loot_tables.armor.boreal"), + (0.0016, false, "common.loot_tables.armor.boreal"), // Ingredients (72.5, true, "common.trading.sellable_materials"), diff --git a/assets/common/trading/misc_armor.ron b/assets/common/trading/misc_armor.ron index c167a13eeb..f044152dd9 100644 --- a/assets/common/trading/misc_armor.ron +++ b/assets/common/trading/misc_armor.ron @@ -13,13 +13,12 @@ (0.2, Item("common.items.armor.misc.bag.liana_kit")), // Basic - (5.0, Item("common.items.armor.misc.head.straw")), - (5.0, Item("common.items.armor.misc.head.bamboo_twig")), - (5.0, Item("common.items.armor.misc.foot.sandals")), + (2.0, Item("common.items.armor.misc.head.straw")), + (2.0, Item("common.items.armor.misc.head.bamboo_twig")), // General humanoid - (0.4, Item("common.items.armor.misc.ring.gold")), - (0.4, Item("common.items.armor.misc.neck.gold")), + (0.75, Item("common.items.armor.misc.ring.gold")), + (0.75, Item("common.items.armor.misc.neck.gold")), // Grim Salvager (2.0, Item("common.items.armor.misc.head.bandana.thief")), @@ -35,21 +34,21 @@ (0.05, Item("common.items.armor.witch.hat")), // Gnarling - (1.0, Item("common.items.armor.misc.head.gnarling_mask")), + (0.5, Item("common.items.armor.misc.head.gnarling_mask")), (1.5, Item("common.items.armor.misc.head.wanderers_hat")), (2.0, Item("common.items.armor.misc.neck.scratched")), // Adlet - (0.4, Item("common.items.armor.misc.head.bear_bonnet")), - (0.4, Item("common.items.armor.misc.head.howl_cowl")), - (0.5, Item("common.items.armor.misc.head.hog_hood")), + (0.1, Item("common.items.armor.misc.head.bear_bonnet")), + (0.1, Item("common.items.armor.misc.head.howl_cowl")), + (0.2, Item("common.items.armor.misc.head.hog_hood")), (0.75, Item("common.items.armor.misc.neck.pendant_of_protection")), // Sahagin - (0.2, Item("common.items.armor.misc.neck.gem_of_resilience")), + (0.25, Item("common.items.armor.misc.neck.gem_of_resilience")), // Haniwa - (0.1, Item("common.items.armor.misc.neck.haniwa_talisman")), + (0.2, Item("common.items.armor.misc.neck.haniwa_talisman")), // Myrmidon (0.05, Item("common.items.armor.misc.head.spikeguard")), @@ -57,5 +56,5 @@ (0.05, Item("common.items.armor.misc.head.mitre")), // Cultist - (0.005, Item("common.items.armor.misc.neck.ankh_of_life")), + (0.0005, Item("common.items.armor.misc.neck.ankh_of_life")), ] diff --git a/assets/common/trading/unsellable_materials.ron b/assets/common/trading/unsellable_materials.ron index 5f3ee7e61b..0e31c7706e 100644 --- a/assets/common/trading/unsellable_materials.ron +++ b/assets/common/trading/unsellable_materials.ron @@ -50,5 +50,5 @@ // Ultra Rare drops (0.0005, Item("common.items.crafting_ing.mindflayer_bag_damaged")), - (0.005, Item("common.items.crafting_ing.glacial_crystal")), + (0.00075, Item("common.items.crafting_ing.glacial_crystal")), ]