diff --git a/assets/common/trading/collection.ron b/assets/common/trading/collection.ron index 4bc0b0a3b9..7037ba683f 100644 --- a/assets/common/trading/collection.ron +++ b/assets/common/trading/collection.ron @@ -8,15 +8,17 @@ // Please keep it sorted by rarity so it's easier to reason about things [ /// Non-craftable gliders + (5.0, Item("common.items.glider.blue")), + (5.0, Item("common.items.glider.moonrise")), + (2.0, Item("common.items.glider.skullgrin")), // Butterfly gliders - (5, Item("common.items.glider.morpho")), - (5, Item("common.items.glider.monarch")), - (5, Item("common.items.glider.moth")), - // Skullgrin - (2, Item("common.items.glider.skullgrin")), + (5.0, Item("common.items.glider.morpho")), + (5.0, Item("common.items.glider.monarch")), + (5.0, Item("common.items.glider.moth")), /// Lanterns - (5, Item("common.items.lantern.geode_purp")), - (2, Item("common.items.lantern.blue_0")), - (2, Item("common.items.boss_drops.lantern")), + (5.0, Item("common.items.lantern.geode_purp")), + (2.0, Item("common.items.lantern.pumpkin")), + (2.0, Item("common.items.boss_drops.lantern")), + (2.0, Item("common.items.lantern.blue_0")), ] diff --git a/assets/common/trading/misc_armor.ron b/assets/common/trading/misc_armor.ron index 6a8ef62a99..c167a13eeb 100644 --- a/assets/common/trading/misc_armor.ron +++ b/assets/common/trading/misc_armor.ron @@ -8,6 +8,10 @@ // // Please keep it sorted by rarity so it's easier to reason about things [ + // Bags + (0.1, Item("common.items.armor.misc.bag.heavy_seabag")), + (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")),