From cdf470c06cd266cbc0f7ca0b5d14162ab75063eb Mon Sep 17 00:00:00 2001 From: Madmadness65 Date: Fri, 22 Aug 2025 20:59:01 -0500 Subject: [PATCH] [Item] Minor item weight change for Deep Sea items Halved the weight of the items in the Great tier. --- src/modifier/init-modifier-pools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modifier/init-modifier-pools.ts b/src/modifier/init-modifier-pools.ts index 316d4dae741..3e180846183 100644 --- a/src/modifier/init-modifier-pools.ts +++ b/src/modifier/init-modifier-pools.ts @@ -279,7 +279,7 @@ function initGreatModifierPool() { new WeightedModifierType(modifierTypes.DIRE_HIT, 4), new WeightedModifierType(modifierTypes.SUPER_LURE, lureWeightFunc(15, 4)), new WeightedModifierType(modifierTypes.NUGGET, skipInLastClassicWaveOrDefault(5)), - new WeightedModifierType(modifierTypes.SPECIES_STAT_BOOSTER, 4), + new WeightedModifierType(modifierTypes.SPECIES_STAT_BOOSTER, 2), new WeightedModifierType( modifierTypes.EVOLUTION_ITEM, () => {