Skip to content

Commit

Permalink
Merge pull request #172 from pmariglia/create-pull-request/update-data
Browse files Browse the repository at this point in the history
Automatic pokedex update from smogon/pokemon-showdown
  • Loading branch information
pmariglia authored Aug 18, 2023
2 parents c4ade16 + 4c40e8b commit b7500b9
Showing 1 changed file with 85 additions and 3 deletions.
88 changes: 85 additions & 3 deletions data/pokedex.json
Original file line number Diff line number Diff line change
Expand Up @@ -42921,30 +42921,112 @@
],
"gen": 8
},
"ababo": {
"num": -69,
"name": "ababo",
"types": [
"fairy"
],
"genderRatio": {
"M": 0.75,
"F": 0.25
},
"baseStats": {
"hp": 42,
"attack": 35,
"defense": 27,
"special-attack": 35,
"special-defense": 35,
"speed": 38
},
"abilities": {
"0": "Pixilate",
"1": "Rattled",
"H": "Own Tempo"
},
"heightm": 0.5,
"weightkg": 3.5,
"color": "White",
"evos": [
"Scattervein"
],
"eggGroups": [
"Undiscovered"
],
"canHatch": true,
"gen": 9
},
"scattervein": {
"num": -70,
"name": "scattervein",
"types": [
"fairy"
],
"genderRatio": {
"M": 0.75,
"F": 0.25
},
"baseStats": {
"hp": 75,
"attack": 74,
"defense": 87,
"special-attack": 62,
"special-defense": 89,
"speed": 63
},
"abilities": {
"0": "Pixilate",
"1": "Intimidate",
"H": "Own Tempo"
},
"heightm": 1.5,
"weightkg": 25,
"color": "Pink",
"prevo": "Ababo",
"evoType": "levelFriendship",
"evos": [
"Hemogoblin"
],
"eggGroups": [
"Monster",
"Fairy"
],
"canHatch": true,
"gen": 9
},
"hemogoblin": {
"num": -71,
"name": "hemogoblin",
"types": [
"fairy",
"fire"
],
"genderRatio": {
"M": 0.75,
"F": 0.25
},
"baseStats": {
"hp": 90,
"attack": 96,
"defense": 87,
"special-attack": 99,
"special-attack": 96,
"special-defense": 89,
"speed": 55
},
"abilities": {
"0": "Pixilate",
"1": "Intimidate"
"1": "Intimidate",
"H": "Own Tempo"
},
"heightm": 1.4,
"weightkg": 85,
"color": "Pink",
"prevo": "Scattervein",
"evoType": "useItem",
"evoItem": "Fire Stone",
"eggGroups": [
"Undiscovered"
"Monster",
"Fairy"
],
"gen": 9
},
Expand Down

0 comments on commit b7500b9

Please sign in to comment.