mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00:00
Increase Golden EXP Charm boost from 50% to 75%
This commit is contained in:
parent
59767c7607
commit
f5a2723d3d
@ -620,7 +620,7 @@ const modifierTypes = {
|
|||||||
(type, _args) => new Modifiers.MultipleParticipantExpBonusModifier(type)),
|
(type, _args) => new Modifiers.MultipleParticipantExpBonusModifier(type)),
|
||||||
|
|
||||||
EXP_CHARM: () => new ExpBoosterModifierType('EXP. Charm', 25),
|
EXP_CHARM: () => new ExpBoosterModifierType('EXP. Charm', 25),
|
||||||
GOLDEN_EXP_CHARM: () => new ExpBoosterModifierType('Golden EXP. Charm', 50),
|
GOLDEN_EXP_CHARM: () => new ExpBoosterModifierType('Golden EXP. Charm', 75),
|
||||||
|
|
||||||
LUCKY_EGG: () => new PokemonExpBoosterModifierType('Lucky Egg', 50),
|
LUCKY_EGG: () => new PokemonExpBoosterModifierType('Lucky Egg', 50),
|
||||||
GOLDEN_EGG: () => new PokemonExpBoosterModifierType('Golden Egg', 200),
|
GOLDEN_EGG: () => new PokemonExpBoosterModifierType('Golden Egg', 200),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user