mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-30 22:49:44 +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;
|
||||
}),
|
||||
[ModifierTier.ROGUE]: [
|
||||
new WeightedModifierType(modifierTypes.REVIVER_SEED, 2),
|
||||
new WeightedModifierType(modifierTypes.FOCUS_BAND, 2),
|
||||
new WeightedModifierType(modifierTypes.LUCKY_EGG, 4),
|
||||
new WeightedModifierType(modifierTypes.QUICK_CLAW, 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user