Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ACakeWearingAHat committed Jan 20, 2024
1 parent 5048e63 commit a7379ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/mods/gen4/random-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@
"sets": [
{
"role": "Bulky Support",
"movepool": ["explosion", "gyroball", "rapidspin", "spikes", "stealthrock", "toxicspikes"]
"movepool": ["explosion", "payback", "rapidspin", "spikes", "stealthrock", "toxicspikes"]
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions data/random-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ const SPEED_SETUP = [
];
// Conglomerate for ease of access
const SETUP = [
'acidarmor', 'agility', 'autotomize', 'bellydrum', 'bulkup', 'calmmind', 'clangoroussoul', 'coil', 'curse', 'dragondance',
'flamecharge', 'growth', 'honeclaws', 'howl', 'irondefense', 'meditate', 'nastyplot', 'noretreat', 'poweruppunch', 'quiverdance',
'rockpolish', 'shellsmash', 'shiftgear', 'swordsdance', 'tailglow', 'tidyup', 'trailblaze', 'workup', 'victorydance',
'acidarmor', 'agility', 'autotomize', 'bellydrum', 'bulkup', 'calmmind', 'clangoroussoul', 'coil', 'cosmicpower', 'curse',
'dragondance', 'flamecharge', 'growth', 'honeclaws', 'howl', 'irondefense', 'meditate', 'nastyplot', 'noretreat', 'poweruppunch',
'quiverdance', 'rockpolish', 'shellsmash', 'shiftgear', 'swordsdance', 'tailglow', 'tidyup', 'trailblaze', 'workup', 'victorydance',
];
const SPEED_CONTROL = [
'electroweb', 'glare', 'icywind', 'lowsweep', 'quash', 'rocktomb', 'stringshot', 'tailwind', 'thunderwave', 'trickroom',
Expand Down

0 comments on commit a7379ca

Please sign in to comment.