Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Jun 13, 2024
1 parent 423ef1f commit a747adb
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 48 deletions.
2 changes: 1 addition & 1 deletion src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ var SETDEX_RBY = {
"Dragonite": {
"OU Wrap": {"moves":["Wrap","Hyper Beam","Blizzard","Thunder Wave"]},
"OU AgiliWrap": {"moves":["Agility","Wrap","Hyper Beam","Surf"]},
"Ubers Agility + Wrap": {"moves":["Agility","Wrap","Surf","Hyper Beam"]},
"Ubers Wrap": {"moves":["Wrap","Thunder Wave","Surf","Hyper Beam"]},
"UU Wrap Pivot": {"moves":["Wrap","Thunder Wave","Blizzard","Body Slam"]},
"UU PhysNite (Offensive)": {"moves":["Blizzard","Body Slam","Thunderbolt","Hyper Beam"]},
"UU Agility Sweeper": {"moves":["Blizzard","Thunderbolt","Hyper Beam","Agility"]},
Expand Down
5 changes: 3 additions & 2 deletions src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,10 @@ var SETDEX_GSC = {
"OU Screech": {"item":"Leftovers","moves":["Return","Hypnosis","Screech","Zap Cannon"]},
"OU Swagger + Psych Up": {"item":"Leftovers","moves":["Return","Shadow Ball","Swagger","Psych Up"]},
"UU Sub Swagger": {"item":"Leftovers","moves":["Substitute","Swagger","Double-Edge","Psych Up"]},
"NU Lead": {"moves":["Double-Edge","Thief","Hypnosis","Screech"]},
"NU RestTalk": {"item":"Leftovers","moves":["Double-Edge","Thunder","Rest","Sleep Talk"]},
"1v1 Toxic Stall": {"item":"Mint Berry","moves":["Toxic","Amnesia","Spite","Rest"]},
"1v1 Pink Bow": {"item":"Pink Bow","moves":["Hyper Beam","Return","Screech","Curse"]},
"NU Showdown Usage": {"moves":["Hypnosis","Double-Edge","Thief","Screech"]}
"1v1 Pink Bow": {"item":"Pink Bow","moves":["Hyper Beam","Return","Screech","Curse"]}
},
"Golduck": {
"OU Standard": {"item":"Leftovers","moves":["Cross Chop","Hypnosis","Surf","Ice Beam"]},
Expand Down
4 changes: 2 additions & 2 deletions src/js/data/sets/gen8.js

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

Loading

0 comments on commit a747adb

Please sign in to comment.