Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Jun 1, 2024
1 parent 62a66ab commit 132451c
Show file tree
Hide file tree
Showing 9 changed files with 503 additions and 528 deletions.
6 changes: 2 additions & 4 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ var SETDEX_RBY = {
},
"Dugtrio": {
"UU Dugtrio": {"moves":["Earthquake","Rock Slide","Slash","Substitute"]},
"UU Physical Attacker": {"moves":["Earthquake","Rock Slide","Slash","Toxic"]},
"OU Showdown Usage": {"moves":["Earthquake","Body Slam","Rock Slide","Slash"]}
"UU Physical Attacker": {"moves":["Earthquake","Rock Slide","Slash","Toxic"]}
},
"Persian": {
"OU Slash": {"moves":["Slash","Hyper Beam","Bubble Beam","Thunderbolt"]},
Expand Down Expand Up @@ -450,8 +449,7 @@ var SETDEX_RBY = {
"Dragonair": {
"NU Wrap": {"moves":["Wrap","Thunder Wave","Blizzard","Thunderbolt"]},
"PU Support": {"moves":["Thunder Wave","Wrap","Blizzard","Thunderbolt"]},
"PU AgiliWrap": {"moves":["Agility","Wrap","Blizzard","Thunderbolt"]},
"OU Showdown Usage": {"moves":["Thunder Wave","Wrap","Blizzard","Thunderbolt"]}
"PU AgiliWrap": {"moves":["Agility","Wrap","Blizzard","Thunderbolt"]}
},
"Dragonite": {
"OU Wrap": {"moves":["Wrap","Hyper Beam","Blizzard","Thunder Wave"]},
Expand Down
8 changes: 4 additions & 4 deletions src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ var SETDEX_GSC = {
"NU Showdown Usage": {"item":"Leftovers","moves":["Super Fang","Return","Rest","Sleep Talk"]}
},
"Fearow": {
"NU RestTalk": {"item":"Leftovers","moves":["Double-Edge","Drill Peck","Rest","Sleep Talk"]},
"NU Three Attacks": {"item":"Leftovers","ivs":{"hp":14,"at":24},"moves":["Double-Edge","Hidden Power Ground","Drill Peck","Substitute"]}
"NU Wallbreaker": {"item":"Leftovers","moves":["Double-Edge","Drill Peck","Rest","Sleep Talk"]}
},
"Sandslash": {
"OU Swords Dance": {"item":"Leftovers","moves":["Swords Dance","Earthquake","Rock Slide","Substitute"]},
Expand Down Expand Up @@ -322,7 +321,7 @@ var SETDEX_GSC = {
},
"Graveler": {
"UU SpinSplode": {"item":"Leftovers","ivs":{"hp":22,"at":26,"df":24},"moves":["Earthquake","Hidden Power Rock","Rapid Spin","Explosion"]},
"NU Showdown Usage": {"item":"Leftovers","ivs":{"hp":22,"at":26,"df":24},"moves":["Earthquake","Explosion","Rapid Spin","Hidden Power Rock"]}
"NU Rapid Spin": {"item":"Leftovers","ivs":{"hp":22,"at":26,"df":24},"moves":["Earthquake","Hidden Power Rock","Rapid Spin","Explosion"]}
},
"Rapidash": {
"NU Offensive": {"item":"Leftovers","moves":["Fire Blast","Double-Edge","Hypnosis","Substitute"]},
Expand Down Expand Up @@ -392,7 +391,8 @@ var SETDEX_GSC = {
},
"Chansey": {
"UU Defensive Cleric": {"item":"Leftovers","moves":["Present","Thunder","Heal Bell","Soft-Boiled"]},
"1v1 Curse": {"item":"Lucky Punch","moves":["Curse","Double-Edge","Rest","Counter"]}
"1v1 Curse": {"item":"Lucky Punch","moves":["Curse","Double-Edge","Rest","Counter"]},
"OU Showdown Usage": {"item":"Leftovers","moves":["Soft-Boiled","Heal Bell","Present","Light Screen"]}
},
"Tangela": {
"OU Double Powder": {"item":"Leftovers","moves":["Stun Spore","Sleep Powder","Giga Drain","Reflect"]},
Expand Down
3 changes: 2 additions & 1 deletion src/js/data/sets/gen3.js

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

6 changes: 1 addition & 5 deletions src/js/data/sets/gen4.js

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

16 changes: 8 additions & 8 deletions src/js/data/sets/gen5.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/gen6.js

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

Loading

0 comments on commit 132451c

Please sign in to comment.