Skip to content

Commit

Permalink
gen 5 uber sets
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-white committed Aug 27, 2018
1 parent 6677cff commit 84336ed
Showing 1 changed file with 52 additions and 6 deletions.
58 changes: 52 additions & 6 deletions script_res/setdex_tt2019.js
Original file line number Diff line number Diff line change
Expand Up @@ -8476,15 +8476,15 @@ var SETDEX_TT2019 = {
"level": 50,
"evs": {
"hp": 4,
"at": 124,
"df": 4,
"sa": 252,
"at": 252,
"df": 0,
"sa": 0,
"sd": 0,
"sp": 124
"sp": 252
},
"nature": "Rash",
"nature": "Adamant",
"ability": "Teravolt",
"item": "Life Orb",
"item": "",
"moves": [
"Fusion Bolt",
"Ice Beam",
Expand All @@ -8494,6 +8494,52 @@ var SETDEX_TT2019 = {
}
},

"Zekrom": {
"Default Set": {
"level": 50,
"evs": {
"hp": 4,
"at": 0,
"df": 0,
"sa": 252,
"sd": 0,
"sp": 252
},
"nature": "Adamant",
"ability": "Teravolt",
"item": "",
"moves": [
"Fusion Bolt",
"Bolt Strike",
"Dragon Claw",
"Rock Slide"
]
}
},

"Reshiram": {
"Default Set": {
"level": 50,
"evs": {
"hp": 4,
"at": 0,
"df": 0,
"sa": 252,
"sd": 0,
"sp": 252
},
"nature": "Modest",
"ability": "Turboblaze",
"item": "",
"moves": [
"Fusion Flare",
"Blue Flare",
"Draco Meteor",
"Heat Wave"
]
}
},

"Ho-Oh": {
"Default Set": {
"level": 50,
Expand Down

0 comments on commit 84336ed

Please sign in to comment.