[Balance] Remove Reviver Seed from trainer modifier pool (#1900)

This commit is contained in:
AJ Fontaine 2024-07-29 19:38:47 -04:00 committed by GitHub
parent e3fb55834f
commit 1e42c15765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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),