Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Oct 2, 2024
1 parent 9cbe2bb commit 4006a33
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 538 deletions.
9 changes: 4 additions & 5 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ var SETDEX_RBY = {
},
"Raichu": {
"OU Mixed Attacker": {"moves":["Thunderbolt","Thunder Wave","Submission","Surf"]},
"UU Agility Sweeper": {"moves":["Thunderbolt","Surf","Thunder Wave","Agility"]},
"Tradebacks OU Sleeper": {"moves":["Sing","Thunderbolt","Surf","Hyper Beam"]}
"UU Agility Sweeper": {"moves":["Thunderbolt","Surf","Thunder Wave","Agility"]}
},
"Sandslash": {
"OU Swords Dance": {"moves":["Swords Dance","Earthquake","Body Slam","Hyper Beam"]},
Expand Down Expand Up @@ -249,7 +248,8 @@ var SETDEX_RBY = {
"Tradebacks OU Standard": {"moves":["Clamp","Explosion","Blizzard","Rest"]}
},
"Gastly": {
"NU Hypnosis": {"moves":["Hypnosis","Thunderbolt","Mega Drain","Night Shade"]}
"NU Hypnosis": {"moves":["Hypnosis","Thunderbolt","Mega Drain","Night Shade"]},
"PU Offensive Sleeper": {"moves":["Hypnosis","Thunderbolt","Psychic","Substitute"]}
},
"Haunter": {
"UU Haunter": {"moves":["Thunderbolt","Explosion","Psychic","Night Shade"]},
Expand All @@ -271,8 +271,7 @@ var SETDEX_RBY = {
},
"Hypno": {
"OU Double Status": {"moves":["Hypnosis","Thunder Wave","Psychic","Seismic Toss"]},
"Ubers Lead Sleeper": {"moves":["Psychic","Hypnosis","Thunder Wave","Seismic Toss"]},
"Tradebacks OU Amnesia": {"moves":["Amnesia","Psychic","Reflect","Rest"]}
"Ubers Lead Sleeper": {"moves":["Psychic","Hypnosis","Thunder Wave","Seismic Toss"]}
},
"Kingler": {
"OU Swords Dance": {"moves":["Swords Dance","Hyper Beam","Body Slam","Crabhammer"]},
Expand Down
4 changes: 1 addition & 3 deletions src/js/data/sets/gen3.js

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

23 changes: 7 additions & 16 deletions src/js/data/sets/gen4.js

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

9 changes: 4 additions & 5 deletions src/js/data/sets/gen5.js

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

Loading

0 comments on commit 4006a33

Please sign in to comment.