first commit
This commit is contained in:
@ -0,0 +1,112 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Cyclizar",
|
||||
"nationalPokedexNumber": 967,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "normal",
|
||||
"abilities": ["shedskin", "h:regenerator"],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 95,
|
||||
"defence": 65,
|
||||
"special_attack": 85,
|
||||
"special_defence": 65,
|
||||
"speed": 121
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 175,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 2
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 30,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:tackle",
|
||||
"7:rapidspin",
|
||||
"11:taunt",
|
||||
"14:breakingswipe",
|
||||
"18:quickattack",
|
||||
"23:bite",
|
||||
"27:uturn",
|
||||
"31:shedtail",
|
||||
"36:dragonclaw",
|
||||
"40:shiftgear",
|
||||
"45:dragonpulse",
|
||||
"51:doubleedge",
|
||||
"57:dragonrush",
|
||||
"egg:aquatail",
|
||||
"egg:irontail",
|
||||
"egg:knockoff",
|
||||
"egg:powerwhip",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:crunch",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firefang",
|
||||
"tm:gigaimpact",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icespinner",
|
||||
"tm:ironhead",
|
||||
"tm:knockoff",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:outrage",
|
||||
"tm:overheat",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaleshot",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:supercellslam",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:temperflare",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:trailblaze",
|
||||
"tm:uproar",
|
||||
"tm:uturn",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 16,
|
||||
"weight": 630,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.cyclizar.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user