Teambuilder: Fixes to EV recommender

+Spe is now the default nature for Scarf
This commit is contained in:
Guangcong Luo 2013-06-04 16:26:53 -05:00
parent 5f7b870fed
commit 61709650ac

View File

@ -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'],