Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Feb 19, 2024
1 parent aa8bbff commit 986ba79
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 104 deletions.
5 changes: 4 additions & 1 deletion src/js/data/sets/gen2.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,10 @@ var SETDEX_GSC = {
"OU Drumlax": {"item":"Leftovers","moves":["Belly Drum","Body Slam","Earthquake","Rest"]},
"OU All-out Attacker": {"item":"Leftovers","moves":["Double-Edge","Earthquake","Thunder","Self-Destruct"]},
"OU Toxic": {"item":"Leftovers","moves":["Double-Edge","Flamethrower","Toxic","Rest"]},
"Ubers Showdown Usage": {"item":"Leftovers","moves":["Lovely Kiss","Double-Edge","Rest","Curse"]}
"Ubers Monolax": {"item":"Leftovers","moves":["Double-Edge","Curse","Rest","Lovely Kiss"]},
"Ubers Curselax": {"item":"Leftovers","moves":["Double-Edge","Curse","Earthquake","Rest"]},
"Ubers Restless Snorlax": {"item":"Leftovers","moves":["Double-Edge","Curse","Earthquake","Self-Destruct"]},
"Ubers DrumLax": {"item":"Leftovers","moves":["Body Slam","Belly Drum","Rest","Lovely Kiss"]}
},
"Dragonair": {
"NU Offensive Paralysis Spreader": {"item":"Leftovers","moves":["Thunder Wave","Surf","Fire Blast","Thunder"]}
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.

6 changes: 3 additions & 3 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 986ba79

Please sign in to comment.