Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Dec 10, 2023
1 parent 7bba685 commit 63960f7
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 58 deletions.
10 changes: 7 additions & 3 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var SETDEX_RBY = {
"Arbok": {
"OU Wrapper": {"moves":["Glare","Wrap","Earthquake","Hyper Beam"]},
"UU Glare + Wrap": {"moves":["Glare","Wrap","Earthquake","Hyper Beam"]},
"NU Glare + Wrap": {"moves":["Glare","Wrap","Earthquake","Body Slam"]},
"NU Wrap": {"moves":["Glare","Wrap","Earthquake","Rock Slide"]},
"PU Wrap": {"moves":["Wrap","Glare","Earthquake","Hyper Beam"]}
},
"Raichu": {
Expand Down Expand Up @@ -173,7 +173,7 @@ var SETDEX_RBY = {
},
"Rapidash": {
"UU Fire Spin Breaker": {"moves":["Fire Blast","Fire Spin","Hyper Beam","Body Slam"]},
"NU Fire Spin Pivot": {"moves":["Fire Spin","Fire Blast","Toxic","Hyper Beam"]},
"NU Fire Spinner": {"moves":["Fire Spin","Fire Blast","Body Slam","Hyper Beam"]},
"PU Offensive": {"moves":["Fire Blast","Body Slam","Hyper Beam","Fire Spin"]},
"Tradebacks OU Sleeper": {"moves":["Hypnosis","Fire Spin","Fire Blast","Hyper Beam"]}
},
Expand Down Expand Up @@ -299,6 +299,9 @@ var SETDEX_RBY = {
"UU Kangaskhan": {"moves":["Body Slam","Hyper Beam","Earthquake","Rock Slide"]},
"UU Wallbreaker": {"moves":["Body Slam","Hyper Beam","Earthquake","Rock Slide"]}
},
"Horsea": {
"PU Agility Sweeper": {"moves":["Surf","Blizzard","Agility","Smokescreen"]}
},
"Seadra": {
"NU Agility Sweeper": {"moves":["Surf","Blizzard","Hydro Pump","Agility"]}
},
Expand Down Expand Up @@ -359,7 +362,8 @@ var SETDEX_RBY = {
},
"Lapras": {
"OU Standard": {"moves":["Blizzard","Thunderbolt","Hyper Beam","Sing"]},
"Ubers Special Attacker": {"moves":["Sing","Blizzard","Thunderbolt","Body Slam"]},
"Ubers Confuse Ray": {"moves":["Blizzard","Thunderbolt","Confuse Ray","Body Slam"]},
"Ubers Sing Lead": {"moves":["Sing","Blizzard","Thunderbolt","Hyper Beam"]},
"1v1 Special Attacker": {"moves":["Ice Beam","Thunderbolt","Reflect","Rest"]},
"Tradebacks OU Standard": {"moves":["Sing","Blizzard","Thunderbolt","Hyper Beam"]}
},
Expand Down
6 changes: 3 additions & 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.

8 changes: 2 additions & 6 deletions src/js/data/sets/gen4.js

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

2 changes: 1 addition & 1 deletion 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 63960f7

Please sign in to comment.