Skip to content

Commit

Permalink
Merge pull request #198 from pmariglia/create-pull-request/update-data
Browse files Browse the repository at this point in the history
Automatic data update from smogon/pokemon-showdown
  • Loading branch information
pmariglia authored Oct 25, 2024
2 parents 8db271a + de64dc0 commit 375ae49
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
15 changes: 13 additions & 2 deletions data/moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@
"failmefirst": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1,
"protect": 1
},
Expand Down Expand Up @@ -2374,6 +2375,7 @@
"failmefirst": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1,
"protect": 1
},
Expand Down Expand Up @@ -2943,6 +2945,7 @@
"flags": {
"metronome": 1,
"mirror": 1,
"nosketch": 1,
"protect": 1,
"reflectable": 1
},
Expand Down Expand Up @@ -7489,7 +7492,8 @@
"category": "physical",
"flags": {
"bypasssub": 1,
"mirror": 1
"mirror": 1,
"nosketch": 1
},
"id": "hyperspacefury",
"name": "Hyperspace Fury",
Expand Down Expand Up @@ -8806,6 +8810,7 @@
"failmefirst": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1,
"protect": 1
},
Expand Down Expand Up @@ -10184,6 +10189,7 @@
"failmefirst": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1,
"protect": 1
},
Expand Down Expand Up @@ -12151,7 +12157,8 @@
"basePower": 0,
"category": "status",
"flags": {
"heal": 1
"heal": 1,
"nosketch": 1
},
"id": "revivalblessing",
"name": "Revival Blessing",
Expand Down Expand Up @@ -13436,6 +13443,7 @@
"failinstruct": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1
},
"id": "sketch",
Expand Down Expand Up @@ -14812,6 +14820,7 @@
"failmefirst": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1,
"protect": 1
},
Expand Down Expand Up @@ -15640,6 +15649,7 @@
"failmimic": 1,
"mirror": 1,
"noassist": 1,
"nosketch": 1,
"protect": 1
},
"id": "terastarstorm",
Expand Down Expand Up @@ -16933,6 +16943,7 @@
"failmefirst": 1,
"failmimic": 1,
"noassist": 1,
"nosketch": 1,
"nosleeptalk": 1,
"protect": 1
},
Expand Down
17 changes: 10 additions & 7 deletions data/pokedex.json
Original file line number Diff line number Diff line change
Expand Up @@ -30239,7 +30239,7 @@
"color": "Brown",
"prevo": "Rockruff",
"evoLevel": 25,
"evoCondition": "from a special Rockruff",
"evoCondition": "from a special Rockruff during the evening",
"eggGroups": [
"Field"
]
Expand Down Expand Up @@ -41973,16 +41973,16 @@
],
"baseStats": {
"hp": 80,
"attack": 103,
"attack": 117,
"defense": 85,
"special-attack": 55,
"special-defense": 80,
"speed": 110
"speed": 128
},
"abilities": {
"0": "Frisk",
"1": "Limber",
"H": "Iron Fist"
"H": "Trace"
},
"heightm": 1.1,
"weightkg": 51,
Expand Down Expand Up @@ -43935,16 +43935,19 @@
"defense": 117,
"special-attack": 120,
"special-defense": 110,
"speed": 115
"speed": 108
},
"abilities": {
"0": "Armor Tail"
"0": "Armor Tail",
"1": "White Smoke",
"H": "Slow Start"
},
"heightm": 6.2,
"weightkg": 201.6,
"color": "Black",
"eggGroups": [
"Undiscovered"
"Dragon",
"Mineral"
],
"gen": 9
},
Expand Down

0 comments on commit 375ae49

Please sign in to comment.