mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-02 16:08:48 +01:00
[Balance] Remove Reviver Seed from trainer modifier pool (#1900)
This commit is contained in:
parent
e3fb55834f
commit
1e42c15765
@ -1672,7 +1672,6 @@ const trainerModifierPool: ModifierPool = {
|
|||||||
m.setTier(ModifierTier.ULTRA); return m;
|
m.setTier(ModifierTier.ULTRA); return m;
|
||||||
}),
|
}),
|
||||||
[ModifierTier.ROGUE]: [
|
[ModifierTier.ROGUE]: [
|
||||||
new WeightedModifierType(modifierTypes.REVIVER_SEED, 2),
|
|
||||||
new WeightedModifierType(modifierTypes.FOCUS_BAND, 2),
|
new WeightedModifierType(modifierTypes.FOCUS_BAND, 2),
|
||||||
new WeightedModifierType(modifierTypes.LUCKY_EGG, 4),
|
new WeightedModifierType(modifierTypes.LUCKY_EGG, 4),
|
||||||
new WeightedModifierType(modifierTypes.QUICK_CLAW, 1),
|
new WeightedModifierType(modifierTypes.QUICK_CLAW, 1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user