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 893a093 commit bb1b6ad
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 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 @@ -54,7 +54,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 @@ -413,6 +413,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"]},
"NU Offensive": {"moves":["Double-Edge","Hyper Beam","Fire Blast","Sky Attack"]},
"NU Defensive": {"moves":["Double-Edge","Fire Blast","Toxic","Rest"]},
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 bb1b6ad

Please sign in to comment.