Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Aug 1, 2024
1 parent 800e3a4 commit 3bdef6c
Show file tree
Hide file tree
Showing 9 changed files with 545 additions and 560 deletions.
3 changes: 1 addition & 2 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ var SETDEX_RBY = {
"Arcanine": {
"UU Agility Sweeper": {"moves":["Agility","Body Slam","Hyper Beam","Fire Blast"]},
"NU Defensive": {"moves":["Fire Blast","Body Slam","Hyper Beam","Rest"]},
"PU Bulky Attacker": {"moves":["Fire Blast","Body Slam","Hyper Beam","Agility"]},
"OU Showdown Usage": {"moves":["Fire Blast","Body Slam","Agility","Hyper Beam"]}
"PU Bulky Attacker": {"moves":["Fire Blast","Body Slam","Hyper Beam","Agility"]}
},
"Poliwag": {
"PU Amnesia Sweeper": {"moves":["Hypnosis","Amnesia","Hydro Pump","Psychic"]}
Expand Down
9 changes: 6 additions & 3 deletions src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ 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"]}
"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"]}
},
"Azumarill": {
"NU Miracle Bunny (RestTalk)": {"item":"Leftovers","moves":["Surf","Light Screen","Rest","Sleep Talk"]}
Expand Down Expand Up @@ -361,7 +362,8 @@ 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"]}
"1v1 Curse + Amnesia": {"item":"Leftovers","moves":["Curse","Amnesia","Rest","Return"]},
"OU Showdown Usage": {"item":"Leftovers","moves":["Psychic","Rest","Body Slam","Sleep Talk"]}
},
"Kingler": {
"NU King Krab (RestTalk)": {"item":"Leftovers","moves":["Frustration","Swords Dance","Rest","Sleep Talk"]},
Expand Down Expand Up @@ -391,7 +393,8 @@ 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"]}
"1v1 Curse": {"item":"Lucky Punch","moves":["Curse","Double-Edge","Rest","Counter"]},
"OU Showdown Usage": {"item":"Leftovers","moves":["Soft-Boiled","Heal Bell","Present","Flamethrower"]}
},
"Tangela": {
"OU Double Powder": {"item":"Leftovers","moves":["Stun Spore","Sleep Powder","Giga Drain","Reflect"]},
Expand Down
34 changes: 14 additions & 20 deletions src/js/data/sets/gen3.js

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

3 changes: 3 additions & 0 deletions src/js/data/sets/gen4.js

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

Loading

0 comments on commit 3bdef6c

Please sign in to comment.