diff --git a/data/random-battles/gen9cap/sets.json b/data/random-battles/gen9cap/sets.json index 19117cd52a69..81980e0cbaee 100644 --- a/data/random-battles/gen9cap/sets.json +++ b/data/random-battles/gen9cap/sets.json @@ -585,5 +585,28 @@ "teraTypes": ["Water"] } ] + }, + "shox": { + "level": 80, + "sets": [ + { + "role": "Bulky Support", + "movepool": ["Glare", "Ice Beam", "Milk Drink", "Thunderbolt"], + "abilities": ["Electromorphosis"], + "teraTypes": ["Fairy", "Ghost", "Grass"] + }, + { + "role": "Fast Support", + "movepool": ["Glare", "Ice Beam", "Milk Drink", "Volt Switch"], + "abilities": ["Electromorphosis"], + "teraTypes": ["Flying", "Ghost"] + }, + { + "role": "Bulky Attacker", + "movepool": ["Discharge", "Ice Beam", "Knock Off", "Milk Drink", "Thunderbolt"], + "abilities": ["Electromorphosis"], + "teraTypes": ["Fairy", "Ghost", "Grass"] + } + ] } }