Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Feb 13, 2024
1 parent dcbf54f commit 326e8f2
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 119 deletions.
16 changes: 8 additions & 8 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ var SETDEX_RBY = {
"OU Offensive": {"moves":["Blizzard","Body Slam","Hyper Beam","Thunderbolt"]},
"OU Status Inducer": {"moves":["Blizzard","Thunder Wave","Sing","Thunderbolt"]},
"UU Offensive Utility": {"moves":["Thunder Wave","Body Slam","Hyper Beam","Thunderbolt"]},
"NU Bulky Support": {"moves":["Body Slam","Thunder Wave","Blizzard","Thunderbolt"]},
"Tradebacks OU Amnesia": {"moves":["Amnesia","Blizzard","Body Slam","Rest"]}
"Tradebacks OU Amnesia": {"moves":["Amnesia","Blizzard","Body Slam","Rest"]},
"NU Showdown Usage": {"moves":["Blizzard","Body Slam","Thunder Wave","Thunderbolt"]}
},
"Ninetales": {
"UU Fire Spin Pivot": {"moves":["Fire Blast","Fire Spin","Body Slam","Confuse Ray"]},
"NU Lead Attacker": {"moves":["Fire Blast","Body Slam","Confuse Ray","Fire Spin"]}
"NU Showdown Usage": {"moves":["Fire Spin","Confuse Ray","Fire Blast","Body Slam"]}
},
"Wigglytuff": {
"NU Bulky Support": {"moves":["Thunder Wave","Hyper Beam","Seismic Toss","Body Slam"]}
Expand Down Expand Up @@ -168,9 +168,9 @@ var SETDEX_RBY = {
"OU Explosion": {"moves":["Rock Slide","Earthquake","Body Slam","Explosion"]},
"Ubers Explosion": {"moves":["Earthquake","Rock Slide","Explosion","Substitute"]},
"UU Standard": {"moves":["Earthquake","Rock Slide","Substitute","Explosion"]},
"NU Bulky Attacker": {"moves":["Earthquake","Rock Slide","Explosion","Substitute"]},
"1v1 Rest 3 Attacks": {"moves":["Earthquake","Rock Slide","Body Slam","Rest"]},
"Tradebacks OU Standard": {"moves":["Earthquake","Explosion","Rock Slide","Body Slam"]}
"Tradebacks OU Standard": {"moves":["Earthquake","Explosion","Rock Slide","Body Slam"]},
"NU Showdown Usage": {"moves":["Earthquake","Explosion","Rock Slide","Body Slam"]}
},
"Rapidash": {
"UU Fire Spin Breaker": {"moves":["Fire Blast","Fire Spin","Hyper Beam","Body Slam"]},
Expand Down Expand Up @@ -247,8 +247,8 @@ var SETDEX_RBY = {
"Electrode": {
"Ubers Explosion": {"moves":["Thunder Wave","Thunderbolt","Screech","Explosion"]},
"UU Fast Attacker": {"moves":["Thunderbolt","Thunder Wave","Explosion","Screech"]},
"NU Fast Attacker": {"moves":["Thunderbolt","Thunder Wave","Explosion","Thunder"]},
"1v1 Screech + Hyper Beam": {"moves":["Thunderbolt","Hyper Beam","Screech","Rest"]}
"1v1 Screech + Hyper Beam": {"moves":["Thunderbolt","Hyper Beam","Screech","Rest"]},
"NU Showdown Usage": {"moves":["Explosion","Thunderbolt","Thunder Wave","Screech"]}
},
"Exeggcute": {
"NU Support": {"moves":["Sleep Powder","Stun Spore","Psychic","Explosion"]},
Expand Down Expand Up @@ -327,7 +327,7 @@ var SETDEX_RBY = {
},
"Scyther": {
"NU Double Dance": {"moves":["Swords Dance","Slash","Hyper Beam","Agility"]},
"PU Standard": {"moves":["Swords Dance","Hyper Beam","Slash","Wing Attack"]}
"PU Swords Dance Sweeper": {"moves":["Swords Dance","Hyper Beam","Slash","Wing Attack"]}
},
"Jynx": {
"OU Lead Sleeper": {"moves":["Lovely Kiss","Blizzard","Psychic","Rest"]},
Expand Down
2 changes: 1 addition & 1 deletion src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ var SETDEX_GSC = {
},
"Magneton": {
"OU Standard": {"item":"Leftovers","ivs":{"hp":14,"at":28,"df":26},"moves":["Thunderbolt","Thunder Wave","Hidden Power Water","Substitute"]},
"UU Rest Talk Magneton": {"item":"Leftovers","ivs":{"hp":14,"at":28,"df":26},"moves":["Thunder","Hidden Power Water","Rest","Sleep Talk"]}
"UU RestTalk": {"item":"Leftovers","ivs":{"hp":14,"at":28,"df":26},"moves":["Thunder","Hidden Power Water","Rest","Sleep Talk"]}
},
"Dewgong": {
"UU Rest Talk": {"item":"Leftovers","moves":["Surf","Ice Beam","Rest","Sleep Talk"]},
Expand Down
Loading

0 comments on commit 326e8f2

Please sign in to comment.