mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Item] Minor item weight change for Deep Sea items
Halved the weight of the items in the Great tier.
This commit is contained in:
parent
abd9ebbdef
commit
cdf470c06c
@ -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,
|
||||||
() => {
|
() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user