mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Teambuilder: Fixes to EV recommender
+Spe is now the default nature for Scarf
This commit is contained in:
parent
5f7b870fed
commit
61709650ac
|
|
@ -1745,10 +1745,10 @@
|
|||
'Fast Band': ['spe', 'atk'],
|
||||
'Bulky Specs': ['spa', 'hp'],
|
||||
'Fast Specs': ['spe', 'spa'],
|
||||
'Physical Scarf': ['atk', 'spe'],
|
||||
'Special Scarf': ['spa', 'spe'],
|
||||
'Physical Biased Mixed Scarf': ['atk', 'spe'],
|
||||
'Special Biased Mixed Scarf': ['spa', 'spe'],
|
||||
'Physical Scarf': ['spe', 'atk'],
|
||||
'Special Scarf': ['spe', 'spa'],
|
||||
'Physical Biased Mixed Scarf': ['spe', 'atk'],
|
||||
'Special Biased Mixed Scarf': ['spe', 'spa'],
|
||||
'Fast Physical Sweeper': ['spe', 'atk'],
|
||||
'Fast Special Sweeper': ['spe', 'spa'],
|
||||
'Bulky Physical Sweeper': ['atk', 'hp'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user