first commit
This commit is contained in:
@ -0,0 +1,152 @@
|
||||
{
|
||||
"name": "Koraidon PD",
|
||||
"nationalPokedexNumber": 1007,
|
||||
"primaryType": "fighting",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": [
|
||||
"orichalcumpulse"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 135,
|
||||
"defence": 115,
|
||||
"special_attack": 85,
|
||||
"special_defence": 100,
|
||||
"speed": 135
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 335,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:breakingswipe",
|
||||
"1:sunnyday",
|
||||
"7:rocksmash",
|
||||
"14:ancientpower",
|
||||
"21:drainpunch",
|
||||
"28:brickbreak",
|
||||
"35:agility",
|
||||
"42:dragonclaw",
|
||||
"49:flamethrower",
|
||||
"56:collisioncourse",
|
||||
"63:screech",
|
||||
"70:counter",
|
||||
"77:outrage",
|
||||
"84:closecombat",
|
||||
"91:flareblitz",
|
||||
"98:gigaimpact",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:bulkup",
|
||||
"tm:bulldoze",
|
||||
"tm:closecombat",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:drainpunch",
|
||||
"tm:dualwingbeat",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firespin",
|
||||
"tm:flamecharge",
|
||||
"tm:flamethrower",
|
||||
"tm:flareblitz",
|
||||
"tm:focusblast",
|
||||
"tm:focuspunch",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatcrash",
|
||||
"tm:heatwave",
|
||||
"tm:heavyslam",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:icefang",
|
||||
"tm:ironhead",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:meteorbeam",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:outrage",
|
||||
"tm:overheat",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:roar",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:solarbeam",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:temperflare",
|
||||
"tm:terablast",
|
||||
"tm:thunderfang",
|
||||
"tm:uproar",
|
||||
"tm:uturn",
|
||||
"tm:wildcharge",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 25,
|
||||
"weight": 3030,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "koraidonpd_koraidon",
|
||||
"variant": "level_up",
|
||||
"result": "koraidon",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.koraidonpd.desc"
|
||||
],
|
||||
"baseScale": 1.5,
|
||||
"hitbox": {
|
||||
"width": 1.5,
|
||||
"height": 2,
|
||||
"fixed": false
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,137 @@
|
||||
{
|
||||
"name": "Miraidon PD",
|
||||
"nationalPokedexNumber": 1008,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": [
|
||||
"hadronengine"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 90,
|
||||
"attack": 70,
|
||||
"defence": 90,
|
||||
"special_attack": 120,
|
||||
"special_defence": 100,
|
||||
"speed": 155
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 335,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:dragonbreath",
|
||||
"1:electricterrain",
|
||||
"1:thundershock",
|
||||
"7:shockwave",
|
||||
"14:charge",
|
||||
"21:paraboliccharge",
|
||||
"28:discharge",
|
||||
"35:agility",
|
||||
"42:dragonpulse",
|
||||
"56:electrodrift",
|
||||
"63:metalsound",
|
||||
"70:mirrorcoat",
|
||||
"77:outrage",
|
||||
"84:thunder",
|
||||
"91:overheat",
|
||||
"98:hyperbeam",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:bodyslam",
|
||||
"tm:calmmind",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:confuseray",
|
||||
"tm:crunch",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:gigaimpact",
|
||||
"tm:heavyslam",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:lightscreen",
|
||||
"tm:metalsound",
|
||||
"tm:outrage",
|
||||
"tm:overheat",
|
||||
"tm:powergem",
|
||||
"tm:protect",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:supercellslam",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:uturn",
|
||||
"tm:voltswitch",
|
||||
"tm:wildcharge",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 35,
|
||||
"weight": 2400,
|
||||
"preEvolution": "miraidon",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "miraidonpd_miraidon",
|
||||
"variant": "level_up",
|
||||
"result": "miraidon",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.miraidon.desc"
|
||||
],
|
||||
|
||||
"baseScale": 1.5,
|
||||
"hitbox": {
|
||||
"width": 1.5,
|
||||
"height": 2,
|
||||
"fixed": false
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user