first commit
This commit is contained in:
@ -0,0 +1,110 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Hydrapple",
|
||||
"nationalPokedexNumber": 1019,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": [
|
||||
"supersweetsyrup",
|
||||
"regenerator",
|
||||
"h:stickyhold"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 106,
|
||||
"attack": 80,
|
||||
"defence": 110,
|
||||
"special_attack": 120,
|
||||
"special_defence": 80,
|
||||
"speed": 44
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "erratic",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"grass",
|
||||
"dragon"
|
||||
],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:doublehit",
|
||||
"1:infestation",
|
||||
"1:recycle",
|
||||
"1:sweetscent",
|
||||
"1:withdraw",
|
||||
"1:yawn",
|
||||
"4:dragontail",
|
||||
"8:growth",
|
||||
"12:dragonbreath",
|
||||
"16:protect",
|
||||
"20:bulletseed",
|
||||
"28:syrupbomb",
|
||||
"32:dragonpulse",
|
||||
"36:recover",
|
||||
"40:energyball",
|
||||
"44:substitute",
|
||||
"54:powerwhip",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:bugbite",
|
||||
"tm:bulletseed",
|
||||
"tm:curse",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:gyroball",
|
||||
"tm:heavyslam",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:nastyplot",
|
||||
"tm:outrage",
|
||||
"tm:pollenpuff",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 18,
|
||||
"weight": 930,
|
||||
"preEvolution": "dipplin",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user