[Item] Minor item weight change for Deep Sea items

Halved the weight of the items in the Great tier.
This commit is contained in:
Madmadness65 2025-08-22 20:59:01 -05:00
parent abd9ebbdef
commit cdf470c06c

View File

@ -279,7 +279,7 @@ function initGreatModifierPool() {
new WeightedModifierType(modifierTypes.DIRE_HIT, 4), new WeightedModifierType(modifierTypes.DIRE_HIT, 4),
new WeightedModifierType(modifierTypes.SUPER_LURE, lureWeightFunc(15, 4)), new WeightedModifierType(modifierTypes.SUPER_LURE, lureWeightFunc(15, 4)),
new WeightedModifierType(modifierTypes.NUGGET, skipInLastClassicWaveOrDefault(5)), new WeightedModifierType(modifierTypes.NUGGET, skipInLastClassicWaveOrDefault(5)),
new WeightedModifierType(modifierTypes.SPECIES_STAT_BOOSTER, 4), new WeightedModifierType(modifierTypes.SPECIES_STAT_BOOSTER, 2),
new WeightedModifierType( new WeightedModifierType(
modifierTypes.EVOLUTION_ITEM, modifierTypes.EVOLUTION_ITEM,
() => { () => {