Skip to content

Commit

Permalink
Update sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed May 1, 2024
1 parent 19408a0 commit e4e1e6b
Show file tree
Hide file tree
Showing 8 changed files with 635 additions and 691 deletions.
6 changes: 4 additions & 2 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ var SETDEX_RBY = {
},
"Dugtrio": {
"UU Dugtrio": {"moves":["Earthquake","Rock Slide","Slash","Substitute"]},
"UU Physical Attacker": {"moves":["Earthquake","Rock Slide","Slash","Toxic"]}
"UU Physical Attacker": {"moves":["Earthquake","Rock Slide","Slash","Toxic"]},
"OU Showdown Usage": {"moves":["Earthquake","Body Slam","Rock Slide","Slash"]}
},
"Persian": {
"OU Slash": {"moves":["Slash","Hyper Beam","Bubble Beam","Thunderbolt"]},
Expand Down Expand Up @@ -449,7 +450,8 @@ 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"]}
"PU AgiliWrap": {"moves":["Agility","Wrap","Blizzard","Thunderbolt"]},
"OU Showdown Usage": {"moves":["Thunder Wave","Wrap","Blizzard","Thunderbolt"]}
},
"Dragonite": {
"OU Wrap": {"moves":["Wrap","Hyper Beam","Blizzard","Thunder Wave"]},
Expand Down
5 changes: 2 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.

7 changes: 4 additions & 3 deletions src/js/data/sets/gen4.js

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

32 changes: 14 additions & 18 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 e4e1e6b

Please sign in to comment.