Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Apr 13, 2024
1 parent fb33396 commit 2deaabb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
3 changes: 2 additions & 1 deletion src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var SETDEX_RBY = {
},
"Nidoqueen": {
"NU All-Out Attacker": {"moves":["Earthquake","Thunderbolt","Rock Slide","Blizzard"]},
"PU The Queen": {"moves":["Earthquake","Blizzard","Fire Blast","Thunderbolt"]},
"PU The Queen": {"moves":["Earthquake","Blizzard","Thunderbolt","Substitute"]},
"Tradebacks OU Sleeper": {"moves":["Lovely Kiss","Earthquake","Blizzard","Thunderbolt"]}
},
"Nidoking": {
Expand Down Expand Up @@ -408,6 +408,7 @@ var SETDEX_RBY = {
"NU Swords Dance": {"moves":["Slash","Swords Dance","Hyper Beam","Surf"]}
},
"Aerodactyl": {
"Ubers Defensive Wall": {"moves":["Reflect","Rest","Double-Edge","Fire Blast"]},
"UU Speed Utility": {"moves":["Double-Edge","Hyper Beam","Fire Blast","Toxic"]},
"Tradebacks OU Mixed Attacker": {"moves":["Earthquake","Hyper Beam","Headbutt","Fire Blast"]}
},
Expand Down
6 changes: 3 additions & 3 deletions src/js/data/sets/gen5.js

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

4 changes: 2 additions & 2 deletions src/js/data/sets/gen6.js

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

6 changes: 2 additions & 4 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 2deaabb

Please sign in to comment.