Skip to content

Commit

Permalink
Add new event Pokemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D committed Sep 21, 2018
1 parent 83be94a commit 6024c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/formats-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -3733,6 +3733,7 @@ let BattleFormatsData = {
{"generation": 5, "level": 45, "isHidden": true, "moves": ["irondefense", "agility", "hammerarm", "doubleedge"]},
{"generation": 5, "level": 45, "isHidden": true, "moves": ["psychic", "meteormash", "hammerarm", "doubleedge"]},
{"generation": 5, "level": 58, "nature": "Serious", "ivs": {"hp": 30, "atk": 30, "def": 30, "spa": 30, "spd": 30, "spe": 30}, "isHidden": false, "moves": ["earthquake", "hyperbeam", "psychic", "meteormash"], "pokeball": "cherishball"},
{"generation": 7, "level": 50, "nature": "Jolly", "ivs": {"hp": 31, "atk": 31, "def": 31, "spa": 31, "spd": 31, "spe": 31}, "isHidden": false, "moves": ["ironhead", "icepunch", "bulletpunch", "stompingtantrum"], "pokeball": "cherishball"},
],
tier: "UU",
doublesTier: "DUU",
Expand Down
8 changes: 4 additions & 4 deletions data/learnsets.js
Original file line number Diff line number Diff line change
Expand Up @@ -33966,7 +33966,7 @@ let BattleLearnsets = {
bodyslam: ["3T"],
brickbreak: ["7M", "6M", "5M", "4M", "3M"],
bulldoze: ["7M", "6M", "5M"],
bulletpunch: ["7L26", "6L26", "5L32", "5S2", "5S1", "4L32", "4S0"],
bulletpunch: ["7L26", "7S7", "6L26", "5L32", "5S2", "5S1", "4L32", "4S0"],
confide: ["7M", "6M"],
confusion: ["7L1", "6L1", "5L1", "4L1", "3L1"],
cut: ["6M", "5M", "4M", "3M"],
Expand All @@ -33991,10 +33991,10 @@ let BattleLearnsets = {
hiddenpower: ["7M", "6M", "5M", "4M", "3M"],
honeclaws: ["6M", "5M"],
hyperbeam: ["7M", "7L60", "6M", "6L60", "5M", "5L71", "5S6", "4M", "4L71", "3M", "3L77"],
icepunch: ["7T", "6T", "5T", "5S2", "4T", "3T"],
icepunch: ["7T", "7S7", "6T", "5T", "5S2", "4T", "3T"],
icywind: ["7T", "6T", "5T", "4T", "3T"],
irondefense: ["7T", "7L52", "6T", "6L52", "5T", "5L40", "5S4", "4T", "4L40", "3L44"],
ironhead: ["7T", "6T", "5T", "4T"],
ironhead: ["7T", "7S7", "6T", "5T", "4T"],
laserfocus: ["7T"],
lightscreen: ["7M", "6M", "5M", "4M", "3M"],
magnetrise: ["7T", "7L1", "6T", "6L1", "5T", "5L1", "4T", "4L1"],
Expand Down Expand Up @@ -34030,7 +34030,7 @@ let BattleLearnsets = {
sludgebomb: ["7M", "6M", "5M", "4M", "3M"],
snore: ["7T", "6T", "5T", "4T", "3T"],
stealthrock: ["7T", "6T", "5T", "4M"],
stompingtantrum: ["7T"],
stompingtantrum: ["7T", "7S7"],
strength: ["6M", "5M", "4M", "3M"],
substitute: ["7M", "6M", "5M", "4M", "3T"],
sunnyday: ["7M", "6M", "5M", "4M", "3M"],
Expand Down

0 comments on commit 6024c4a

Please sign in to comment.