Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Jan 10, 2024
1 parent 30aa5ee commit ad544eb
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 59 deletions.
6 changes: 4 additions & 2 deletions src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ var SETDEX_GSC = {
"1v1 Scope Lens": {"item":"Scope Lens","moves":["Surf","Ice Beam","Screech","Cross Chop"]}
},
"Primeape": {
"NU Physical Sweeper": {"item":"Leftovers","moves":["Meditate","Cross Chop","Rock Slide","Substitute"]},
"NU RestTalk": {"item":"Leftovers","moves":["Cross Chop","Thunder","Rest","Sleep Talk"]},
"NU Substitute Attacker": {"item":"Leftovers","moves":["Cross Chop","Thunder","Double-Edge","Substitute"]},
"1v1 Scope Lens": {"item":"Scope Lens","ivs":{"at":26,"df":26},"moves":["Cross Chop","Screech","Rock Slide","Hidden Power Bug"]}
},
"Arcanine": {
Expand Down Expand Up @@ -341,6 +342,7 @@ var SETDEX_GSC = {
"UU Rest Talk": {"item":"Leftovers","moves":["Surf","Ice Beam","Rest","Sleep Talk"]},
"NU RestTalk": {"item":"Leftovers","moves":["Surf","Ice Beam","Rest","Sleep Talk"]},
"NU Toxic Support": {"item":"Leftovers","moves":["Toxic","Encore","Ice Beam","Protect"]},
"NU Growth Pass Recipient": {"item":"Leftovers","ivs":{"hp":6,"at":28,"df":28},"moves":["Ice Beam","Surf","Hidden Power Grass","Protect"]},
"1v1 Toxic + Encore": {"item":"Leftovers","moves":["Surf","Icy Wind","Toxic","Encore"]}
},
"Muk": {
Expand Down Expand Up @@ -672,7 +674,7 @@ var SETDEX_GSC = {
"1v1 Sharp Beak + Drill Peck": {"item":"Sharp Beak","moves":["Drill Peck","Curse","Toxic","Rest"]}
},
"Houndour": {
"NU Pursuit": {"item":"Leftovers","moves":["Fire Blast","Crunch","Pursuit","Counter"]},
"NU Pursuit": {"item":"Leftovers","moves":["Pursuit","Fire Blast","Solar Beam","Sunny Day"]},
"UU Showdown Usage": {"item":"Leftovers","moves":["Fire Blast","Pursuit","Solar Beam","Sunny Day"]}
},
"Houndoom": {
Expand Down
3 changes: 2 additions & 1 deletion src/js/data/sets/gen6.js

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

8 changes: 4 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 ad544eb

Please sign in to comment.