Skip to content

Commit

Permalink
Added USUM data
Browse files Browse the repository at this point in the history
Default set data and Z-move data
  • Loading branch information
jake-white committed Nov 8, 2017
1 parent a46dd65 commit e786aaf
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 3 deletions.
3 changes: 3 additions & 0 deletions script_res/move_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2993,17 +2993,20 @@ var MOVES_SM = $.extend(true, {}, MOVES_XY, {
},
'Mind Blown': {
bp: 150,
zp: 200,
type: 'Fire',
category: 'Special',
isSpread: true
},
'Plasma Fists': {
bp: 100,
zp: 180,
type: 'Electric',
category: 'Physical',
},
'Photon Geyser': {
bp: 100,
zp: 180,
type: 'Psychic',
category: 'Special',
},
Expand Down
2 changes: 1 addition & 1 deletion script_res/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -12357,7 +12357,7 @@ var POKEDEX_SM = $.extend(true, {}, POKEDEX_XY, {
},
"w": 1.8,
},
"Naganade": {
"Naganadel": {
"t1": "Poison",
"t2": "Dragon",
"bs": {
Expand Down
70 changes: 68 additions & 2 deletions script_res/setdex_tt2017.js
Original file line number Diff line number Diff line change
Expand Up @@ -10232,7 +10232,73 @@ var SETDEX_TT2017 = {
"Knock Off",
"Shadow Sneak"
]
}
},
},
"Stakataka" : {
"Default Set": {
"level": 50,
"evs": {
"hp": 252,
"at": 252,
"df": 0,
"sa": 0,
"sd": 4,
"sp": 0
},
"nature": "Adamant",
"ability": "",
"item": "",
"moves": [
"Gyro Ball",
"Stone Edge",
"Rock Slide",
"Superpower"
]
},
},
"Blacephalon" : {
"Default Set": {
"level": 50,
"evs": {
"hp": 4,
"at": 0,
"df": 0,
"sa": 252,
"sd": 0,
"sp": 252
},
"nature": "Timid",
"ability": "",
"item": "",
"moves": [
"Mind Blown",
"Shadow Ball",
"Flamethrower",
"Hidden Power Ice"
]
},
},
"Naganadel" : {
"Default Set": {
"level": 50,
"evs": {
"hp": 4,
"at": 0,
"df": 0,
"sa": 252,
"sd": 0,
"sp": 252
},
"nature": "Timid",
"ability": "",
"item": "",
"moves": [
"Draco Meteor",
"Dragon Pulse",
"Sludge Bomb",
"Flamethrower"
]
},
},

};
};

0 comments on commit e786aaf

Please sign in to comment.