Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Sep 4, 2024
1 parent b9ff028 commit e331010
Show file tree
Hide file tree
Showing 9 changed files with 621 additions and 608 deletions.
12 changes: 6 additions & 6 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ var SETDEX_RBY = {
"OU Swords Dance": {"moves":["Swords Dance","Earthquake","Body Slam","Hyper Beam"]},
"NU Swords Dance": {"moves":["Swords Dance","Earthquake","Rock Slide","Body Slam"]},
"PU Swords Dance": {"moves":["Earthquake","Rock Slide","Swords Dance","Substitute"]},
"UU Showdown Usage": {"moves":["Earthquake","Swords Dance","Rock Slide","Body Slam"]},
"Ubers Showdown Usage": {"moves":["Earthquake","Swords Dance","Substitute","Sand Attack"]}
"UU Showdown Usage": {"moves":["Earthquake","Swords Dance","Rock Slide","Body Slam"]}
},
"Nidoqueen": {
"NU All-Out Attacker": {"moves":["Earthquake","Thunderbolt","Rock Slide","Blizzard"]},
Expand Down Expand Up @@ -91,7 +90,8 @@ var SETDEX_RBY = {
},
"Dugtrio": {
"UU Dugtrio": {"moves":["Earthquake","Rock Slide","Slash","Substitute"]},
"UU Physical Attacker": {"moves":["Earthquake","Rock Slide","Slash","Toxic"]}
"UU Physical Attacker": {"moves":["Earthquake","Rock Slide","Slash","Toxic"]},
"OU Showdown Usage": {"moves":["Earthquake","Slash","Substitute","Sand Attack"]}
},
"Persian": {
"OU Slash": {"moves":["Slash","Hyper Beam","Bubble Beam","Thunderbolt"]},
Expand Down Expand Up @@ -374,7 +374,8 @@ var SETDEX_RBY = {
},
"Vaporeon": {
"UU Bulky Special Attacker": {"moves":["Surf","Blizzard","Body Slam","Rest"]},
"Tradebacks OU Growth": {"moves":["Growth","Surf","Acid Armor","Rest"]}
"Tradebacks OU Growth": {"moves":["Growth","Surf","Acid Armor","Rest"]},
"OU Showdown Usage": {"moves":["Rest","Body Slam","Ice Beam","Acid Armor"]}
},
"Jolteon": {
"OU Offensive": {"moves":["Thunder Wave","Thunderbolt","Double Kick","Rest"]},
Expand All @@ -393,8 +394,7 @@ var SETDEX_RBY = {
"NU Conversion": {"moves":["Conversion","Ice Beam","Thunder Wave","Recover"]},
"PU Agility": {"moves":["Agility","Recover","Psychic","Thunder Wave"]},
"PU Support": {"moves":["Thunder Wave","Recover","Psychic","Thunderbolt"]},
"Tradebacks OU Bulky Support": {"moves":["Recover","Thunder Wave","Ice Beam","Thunderbolt"]},
"Ubers Showdown Usage": {"moves":["Recover","Reflect","Thunder Wave","Psybeam"]}
"Tradebacks OU Bulky Support": {"moves":["Recover","Thunder Wave","Ice Beam","Thunderbolt"]}
},
"Omanyte": {
"PU Standard": {"moves":["Surf","Blizzard","Body Slam","Rest"]}
Expand Down
9 changes: 3 additions & 6 deletions src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ var SETDEX_GSC = {
"UU Standard Supporter": {"item":"Leftovers","ivs":{"hp":6,"at":28,"df":28},"moves":["Stun Spore","Hidden Power Grass","Leech Seed","Moonlight"]},
"UU Swords Dance": {"item":"Leftovers","moves":["Stun Spore","Swords Dance","Return","Moonlight"]},
"1v1 Leech Seed Stall": {"item":"Leftovers","ivs":{"hp":6,"at":28,"df":28},"moves":["Leech Seed","Protect","Substitute","Hidden Power Grass"]},
"1v1 Stun Spore + Swords Dance": {"item":"Leftovers","moves":["Stun Spore","Moonlight","Swords Dance","Return"]},
"OU Showdown Usage": {"item":"Leftovers","moves":["Leech Seed","Giga Drain","Moonlight","Stun Spore"]}
"1v1 Stun Spore + Swords Dance": {"item":"Leftovers","moves":["Stun Spore","Moonlight","Swords Dance","Return"]}
},
"Azumarill": {
"NU Miracle Bunny (RestTalk)": {"item":"Leftovers","moves":["Surf","Light Screen","Rest","Sleep Talk"]}
Expand Down Expand Up @@ -362,8 +361,7 @@ var SETDEX_GSC = {
"UU Supporter": {"item":"Leftovers","moves":["Thunder Wave","Psychic","Light Screen","Rest"]},
"UU Sleep Talking Wall": {"item":"Leftovers","moves":["Psychic","Seismic Toss","Rest","Sleep Talk"]},
"UU Curse Sleep Talk": {"item":"Leftovers","moves":["Curse","Body Slam","Rest","Sleep Talk"]},
"1v1 Curse + Amnesia": {"item":"Leftovers","moves":["Curse","Amnesia","Rest","Return"]},
"OU Showdown Usage": {"item":"Leftovers","moves":["Psychic","Rest","Body Slam","Sleep Talk"]}
"1v1 Curse + Amnesia": {"item":"Leftovers","moves":["Curse","Amnesia","Rest","Return"]}
},
"Kingler": {
"NU Swords Dance + Hidden Power Ground": {"item":"Leftovers","ivs":{"hp":14,"at":24},"moves":["Swords Dance","Return","Hidden Power Ground","Substitute"]},
Expand Down Expand Up @@ -393,8 +391,7 @@ var SETDEX_GSC = {
},
"Chansey": {
"UU Defensive Cleric": {"item":"Leftovers","moves":["Present","Thunder","Heal Bell","Soft-Boiled"]},
"1v1 Curse": {"item":"Lucky Punch","moves":["Curse","Double-Edge","Rest","Counter"]},
"OU Showdown Usage": {"item":"Leftovers","moves":["Soft-Boiled","Heal Bell","Present","Flamethrower"]}
"1v1 Curse": {"item":"Lucky Punch","moves":["Curse","Double-Edge","Rest","Counter"]}
},
"Tangela": {
"OU Double Powder": {"item":"Leftovers","moves":["Stun Spore","Sleep Powder","Giga Drain","Reflect"]},
Expand Down
20 changes: 6 additions & 14 deletions src/js/data/sets/gen3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e331010

Please sign in to comment.