Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Mar 19, 2024
1 parent b9a77dc commit 9e9a797
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 17 deletions.
8 changes: 6 additions & 2 deletions src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ var SETDEX_GSC = {
"Ninetales": {
"NU RestTalk": {"item":"Leftovers","moves":["Flamethrower","Toxic","Rest","Sleep Talk"]}
},
"Golbat": {
"PU Utility": {"item":"Leftovers","moves":["Wing Attack","Toxic","Whirlwind","Protect"]},
"PU Offensive": {"item":"Leftovers","ivs":{"hp":14,"at":24},"moves":["Wing Attack","Hidden Power Ground","Giga Drain","Protect"]}
},
"Gloom": {
"NU Status-spreading Defensive Pivot": {"item":"Leftovers","moves":["Stun Spore","Curse","Sludge Bomb","Moonlight"]}
},
Expand Down Expand Up @@ -398,9 +402,9 @@ var SETDEX_GSC = {
"NU Boom Utility": {"item":"Leftovers","ivs":{"hp":6,"at":28,"df":28},"moves":["Stun Spore","Psychic","Hidden Power Grass","Explosion"]}
},
"Cubone": {
"NU Agility Recipient": {"item":"Thick Club","moves":["Earthquake","Rock Slide","Swords Dance","Substitute"]},
"PU Swords Dance": {"item":"Thick Club","moves":["Swords Dance","Earthquake","Rock Slide","Substitute"]},
"PU Restalk": {"item":"Thick Club","moves":["Earthquake","Rock Slide","Rest","Sleep Talk"]},
"NU Showdown Usage": {"item":"Thick Club","ivs":{"at":26,"df":26},"moves":["Earthquake","Rock Slide","Hidden Power Bug","Substitute"]}
"PU Restalk": {"item":"Thick Club","moves":["Earthquake","Rock Slide","Rest","Sleep Talk"]}
},
"Marowak": {
"OU Swords Dance Sweeper": {"item":"Thick Club","ivs":{"at":26,"df":26},"moves":["Earthquake","Rock Slide","Hidden Power Bug","Swords Dance"]},
Expand Down
2 changes: 1 addition & 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.

3 changes: 2 additions & 1 deletion src/js/data/sets/gen4.js

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

3 changes: 2 additions & 1 deletion src/js/data/sets/gen7.js

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

Loading

0 comments on commit 9e9a797

Please sign in to comment.