Skip to content

Commit

Permalink
Sync data
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Apr 20, 2014
1 parent d9ac5e1 commit 76f2f8f
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 83 deletions.
10 changes: 6 additions & 4 deletions data/formats-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ exports.BattleFormatsData = {
tier: "Limbo"
},
gengar: {
viableMoves: {"shadowball":1,"sludgewave":1,"focusblast":1,"thunderbolt":1,"substitute":1,"disable":1,"painsplit":1,"hypnosis":1,"gigadrain":1},
viableMoves: {"shadowball":1,"sludgebomb":1,"focusblast":1,"thunderbolt":1,"substitute":1,"disable":1,"painsplit":1,"hypnosis":1,"gigadrain":1},
viableDoublesMoves: {"shadowball":1,"sludgebomb":1,"focusblast":1,"thunderbolt":1,"substitute":1,"disable":1,"taunt":1,"hypnosis":1,"gigadrain":1,"trick":1,"dazzlinggleam":1,"protect":1},
eventPokemon: [
{"generation":6,"level":25,"nature":"Timid","moves":["psychic","confuseray","suckerpunch","shadowpunch"],"pokeball":"cherishball"},
Expand Down Expand Up @@ -1057,7 +1057,8 @@ exports.BattleFormatsData = {
{"generation":3,"level":10,"gender":"M","moves":["quickattack","leer","thunderpunch"]},
{"generation":3,"level":43,"moves":["followme","crosschop","thunderwave","thunderbolt"]},
{"generation":4,"level":30,"gender":"M","nature":"Naughty","moves":["lowkick","shockwave","lightscreen","thunderpunch"]},
{"generation":5,"level":30,"isHidden":false,"moves":["lowkick","swift","shockwave","lightscreen"],"pokeball":"cherishball"}
{"generation":5,"level":30,"isHidden":false,"moves":["lowkick","swift","shockwave","lightscreen"],"pokeball":"cherishball"},
{"generation":6,"level":30,"gender":"M","isHidden":true,"moves":["lowkick","shockwave","lightscreen","thunderpunch"],"pokeball":"cherishball"}
],
tier: "Limbo"
},
Expand All @@ -1080,7 +1081,8 @@ exports.BattleFormatsData = {
{"generation":3,"level":10,"gender":"M","moves":["leer","smog","firepunch","leer"]},
{"generation":3,"level":36,"moves":["followme","fireblast","crosschop","thunderpunch"]},
{"generation":4,"level":30,"gender":"M","nature":"Quiet","moves":["smokescreen","firespin","confuseray","firepunch"]},
{"generation":5,"level":30,"isHidden":false,"moves":["smokescreen","feintattack","firespin","confuseray"],"pokeball":"cherishball"}
{"generation":5,"level":30,"isHidden":false,"moves":["smokescreen","feintattack","firespin","confuseray"],"pokeball":"cherishball"},
{"generation":6,"level":30,"gender":"M","isHidden":true,"moves":["smokescreen","firespin","confuseray","firepunch"],"pokeball":"cherishball"}
],
tier: "NFE"
},
Expand Down Expand Up @@ -4586,7 +4588,7 @@ exports.BattleFormatsData = {
tier: "Uber"
},
yveltal: {
viableMoves: {"darkpulse":1,"oblivionwing":1,"taunt":1,"focusblast":1,"hurricane":1,"airslash":1,"roost":1,"suckerpunch":1},
viableMoves: {"darkpulse":1,"oblivionwing":1,"taunt":1,"focusblast":1,"hurricane":1,"roost":1,"suckerpunch":1},
tier: "Uber"
},
zygarde: {
Expand Down
Loading

0 comments on commit 76f2f8f

Please sign in to comment.