Skip to content

Commit 85a2931

Browse files
author
Automated
committed
Update sets
1 parent aea76b0 commit 85a2931

File tree

5 files changed

+105
-50
lines changed

5 files changed

+105
-50
lines changed

src/js/data/sets/gen1.js

+9-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ var SETDEX_RBY = {
33
"OU Swords Dance": {"moves":["Sleep Powder","Razor Leaf","Swords Dance","Hyper Beam"]},
44
"UU Sleeper": {"moves":["Razor Leaf","Body Slam","Sleep Powder","Toxic"]},
55
"NU Swords Dance Sleeper": {"moves":["Sleep Powder","Swords Dance","Razor Leaf","Hyper Beam"]},
6+
"PU Swords Dance Sleeper": {"moves":["Sleep Powder","Swords Dance","Razor Leaf","Hyper Beam"]},
67
"1v1 SubSeed": {"moves":["Razor Leaf","Toxic","Leech Seed","Substitute"]}
78
},
89
"Charmeleon": {
@@ -70,6 +71,7 @@ var SETDEX_RBY = {
7071
"Nidoking": {
7172
"UU Mixed Attacker": {"moves":["Thunderbolt","Blizzard","Earthquake","Body Slam"]},
7273
"NU Mixed Attacker": {"moves":["Earthquake","Thunderbolt","Blizzard","Rock Slide"]},
74+
"PU The King": {"moves":["Earthquake","Thunderbolt","Blizzard","Fire Blast"]},
7375
"Tradebacks OU Lovely Kiss": {"moves":["Lovely Kiss","Blizzard","Thunderbolt","Earthquake"]},
7476
"Tradebacks OU Amnesia": {"moves":["Amnesia","Blizzard","Thunderbolt","Earthquake"]}
7577
},
@@ -84,7 +86,8 @@ var SETDEX_RBY = {
8486
"UU Fire Spin Pivot": {"moves":["Fire Blast","Fire Spin","Body Slam","Confuse Ray"]}
8587
},
8688
"Wigglytuff": {
87-
"NU Bulky Support": {"moves":["Thunder Wave","Hyper Beam","Seismic Toss","Body Slam"]}
89+
"NU Bulky Support": {"moves":["Thunder Wave","Hyper Beam","Seismic Toss","Body Slam"]},
90+
"PU Bulky Support": {"moves":["Thunder Wave","Hyper Beam","Seismic Toss","Body Slam"]}
8891
},
8992
"Golbat": {
9093
"PU Standard": {"moves":["Confuse Ray","Screech","Double-Edge","Mega Drain"]},
@@ -117,6 +120,7 @@ var SETDEX_RBY = {
117120
"Golduck": {
118121
"UU Amnesia": {"moves":["Amnesia","Hydro Pump","Blizzard","Rest"]},
119122
"NU Amnesia": {"moves":["Amnesia","Surf","Blizzard","Counter"]},
123+
"PU Amnesia": {"moves":["Amnesia","Surf","Blizzard","Rest"]},
120124
"1v1 Amnesia Attacker": {"moves":["Ice Beam","Blizzard","Amnesia","Rest"]},
121125
"Tradebacks OU Amnesia": {"moves":["Amnesia","Hydro Pump","Blizzard","Rest"]}
122126
},
@@ -244,7 +248,7 @@ var SETDEX_RBY = {
244248
"Tradebacks OU Standard": {"moves":["Clamp","Explosion","Blizzard","Rest"]}
245249
},
246250
"Gastly": {
247-
"NU Hypnosis": {"moves":["Hypnosis","Thunderbolt","Mega Drain","Night Shade"]},
251+
"NU Hypnosis": {"moves":["Hypnosis","Thunderbolt","Psychic","Explosion"]},
248252
"PU Offensive Sleeper": {"moves":["Hypnosis","Thunderbolt","Psychic","Substitute"]}
249253
},
250254
"Haunter": {
@@ -273,6 +277,7 @@ var SETDEX_RBY = {
273277
"Kingler": {
274278
"OU Swords Dance": {"moves":["Swords Dance","Hyper Beam","Body Slam","Crabhammer"]},
275279
"NU The Cringe Crab (Swords Dance)": {"moves":["Swords Dance","Body Slam","Hyper Beam","Crabhammer"]},
280+
"PU Swords Dance": {"moves":["Swords Dance","Body Slam","Hyper Beam","Crabhammer"]},
276281
"Tradebacks OU Swords Dance": {"moves":["Swords Dance","Hyper Beam","Body Slam","Crabhammer"]}
277282
},
278283
"Voltorb": {
@@ -285,6 +290,7 @@ var SETDEX_RBY = {
285290
},
286291
"Exeggcute": {
287292
"NU Support": {"moves":["Sleep Powder","Stun Spore","Psychic","Explosion"]},
293+
"PU Status Spreader": {"moves":["Sleep Powder","Stun Spore","Psychic","Explosion"]},
288294
"UU Showdown Usage": {"moves":["Psychic","Sleep Powder","Stun Spore","Explosion"]}
289295
},
290296
"Exeggutor": {
@@ -398,7 +404,7 @@ var SETDEX_RBY = {
398404
},
399405
"Tauros": {
400406
"OU The Bull": {"moves":["Body Slam","Hyper Beam","Blizzard","Earthquake"]},
401-
"Ubers Standard": {"moves":["Body Slam","Hyper Beam","Earthquake","Blizzard"]},
407+
"Ubers The Bull": {"moves":["Body Slam","Hyper Beam","Earthquake","Blizzard"]},
402408
"1v1 The Bull": {"moves":["Hyper Beam","Body Slam","Earthquake","Fire Blast"]},
403409
"Tradebacks OU The Bull": {"moves":["Body Slam","Hyper Beam","Earthquake","Blizzard"]}
404410
},

0 commit comments

Comments
 (0)