first commit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
{
|
||||
"target": "cobblemon:arceus",
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
}
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"target": "cobblemon:miraidon",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "miraidon_miraidonpd",
|
||||
"variant": "level_up",
|
||||
"result": "miraidonpd",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
}
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "reshiram-1",
|
||||
"pokemon": "reshiram",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "55-70",
|
||||
"weight": 0.1,
|
||||
"condition": {
|
||||
"minSkyLight": 8,
|
||||
"maxSkyLight": 15,
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_hills",
|
||||
"#cobblemon:is_volcanic"
|
||||
],
|
||||
"isRaining": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "reshiram-2",
|
||||
"pokemon": "reshiram",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "55-70",
|
||||
"weight": 0.1,
|
||||
"condition": {
|
||||
"biomes": [
|
||||
"#cobblemon:nether/is_basalt"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,35 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "zekrom-1",
|
||||
"pokemon": "zekrom",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "30-50",
|
||||
"weight": 0.18,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 5.0,
|
||||
"condition": {
|
||||
"isThundering": true
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"minSkyLight": 8,
|
||||
"maxSkyLight": 15,
|
||||
"canSeeSky": true,
|
||||
|
||||
"biomes": [
|
||||
"#cobblemon:is_mountain",
|
||||
"#cobblemon:is_hills"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,54 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "genesect-1",
|
||||
"pokemon": "genesect",
|
||||
"presets": [
|
||||
"natural",
|
||||
"wild"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "50-65",
|
||||
"weight": 0.1,
|
||||
"condition": {
|
||||
"minSkyLight": 8,
|
||||
"maxSkyLight": 15,
|
||||
"canSeeSky": false,
|
||||
"biomes": [
|
||||
"#cobblemon:is_mountain"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "genesect-2",
|
||||
"pokemon": "genesect",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "ultra-rare",
|
||||
"level": "50-65",
|
||||
"weight": 0.1,
|
||||
"condition": {
|
||||
"minSkyLight": 0,
|
||||
"maxSkyLight": 7,
|
||||
"canSeeSky": false,
|
||||
"biomes": [
|
||||
"#cobblemon:is_overworld"
|
||||
]
|
||||
},
|
||||
"anticondition": {
|
||||
"biomes": [
|
||||
"#cobblemon:is_deep_dark"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,246 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Ho-Oh",
|
||||
"nationalPokedexNumber": 250,
|
||||
"primaryType": "fire",
|
||||
"secondaryType": "flying",
|
||||
"abilities": [
|
||||
"pressure",
|
||||
"h:regenerator"
|
||||
],
|
||||
"behaviour": {
|
||||
"moving": {
|
||||
"fly": {
|
||||
"canFly": true,
|
||||
"flySpeedHorizontal": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 106,
|
||||
"attack": 130,
|
||||
"defence": 90,
|
||||
"special_attack": 110,
|
||||
"special_defence": 154,
|
||||
"speed": 90
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 340,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:gust",
|
||||
"1:weatherball",
|
||||
"1:whirlwind",
|
||||
"9:lifedew",
|
||||
"15:bravebird",
|
||||
"18:safeguard",
|
||||
"27:calmmind",
|
||||
"36:extrasensory",
|
||||
"43:swift",
|
||||
"45:recover",
|
||||
"50:punishment",
|
||||
"54:sacredfire",
|
||||
"63:sunnyday",
|
||||
"72:fireblast",
|
||||
"81:futuresight",
|
||||
"85:naturalgift",
|
||||
"90:skyattack",
|
||||
"99:burnup",
|
||||
"99:overheat",
|
||||
"tm:aerialace",
|
||||
"tm:aircutter",
|
||||
"tm:airslash",
|
||||
"tm:bodyslam",
|
||||
"tm:bravebird",
|
||||
"tm:bulldoze",
|
||||
"tm:calmmind",
|
||||
"tm:chargebeam",
|
||||
"tm:confide",
|
||||
"tm:defog",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:dreameater",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:echoedvoice",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firespin",
|
||||
"tm:flamecharge",
|
||||
"tm:flamethrower",
|
||||
"tm:flareblitz",
|
||||
"tm:flash",
|
||||
"tm:fly",
|
||||
"tm:frustration",
|
||||
"tm:futuresight",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatwave",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:hurricane",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:imprison",
|
||||
"tm:incinerate",
|
||||
"tm:ironhead",
|
||||
"tm:lightscreen",
|
||||
"tm:mysticalfire",
|
||||
"tm:naturalgift",
|
||||
"tm:overheat",
|
||||
"tm:pluck",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychup",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rocksmash",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:sandstorm",
|
||||
"tm:scorchingsands",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shockwave",
|
||||
"tm:skydrop",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:solarbeam",
|
||||
"tm:steelwing",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tm:weatherball",
|
||||
"tm:willowisp",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:aircutter",
|
||||
"tutor:ancientpower",
|
||||
"tutor:bravebird",
|
||||
"tutor:burnup",
|
||||
"tutor:celebrate",
|
||||
"tutor:curse",
|
||||
"tutor:defog",
|
||||
"tutor:detect",
|
||||
"tutor:doubleedge",
|
||||
"tutor:doubleteam",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dreameater",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:earthquake",
|
||||
"tutor:endure",
|
||||
"tutor:fireblast",
|
||||
"tutor:flareblitz",
|
||||
"tutor:flash",
|
||||
"tutor:fly",
|
||||
"tutor:frustration",
|
||||
"tutor:futuresight",
|
||||
"tutor:gigadrain",
|
||||
"tutor:gust",
|
||||
"tutor:heatwave",
|
||||
"tutor:hiddenpower",
|
||||
"tutor:hyperbeam",
|
||||
"tutor:hypervoice",
|
||||
"tutor:ironhead",
|
||||
"tutor:laserfocus",
|
||||
"tutor:mimic",
|
||||
"tutor:mudslap",
|
||||
"tutor:nightmare",
|
||||
"tutor:ominouswind",
|
||||
"tutor:protect",
|
||||
"tutor:psychic",
|
||||
"tutor:psychup",
|
||||
"tutor:punishment",
|
||||
"tutor:raindance",
|
||||
"tutor:rest",
|
||||
"tutor:return",
|
||||
"tutor:roar",
|
||||
"tutor:rocksmash",
|
||||
"tutor:roost",
|
||||
"tutor:safeguard",
|
||||
"tutor:sandstorm",
|
||||
"tutor:scorchingsands",
|
||||
"tutor:shadowball",
|
||||
"tutor:shockwave",
|
||||
"tutor:signalbeam",
|
||||
"tutor:skyattack",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:solarbeam",
|
||||
"tutor:steelwing",
|
||||
"tutor:strength",
|
||||
"tutor:substitute",
|
||||
"tutor:swagger",
|
||||
"tutor:swift",
|
||||
"tutor:tailwind",
|
||||
"tutor:thunder",
|
||||
"tutor:thunderwave",
|
||||
"tutor:toxic",
|
||||
"tutor:twister",
|
||||
"tutor:weatherball",
|
||||
"tutor:whirlwind",
|
||||
"tutor:zapcannon",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen2",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.hooh.desc"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 3,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 38,
|
||||
"weight": 1990,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:feather",
|
||||
"quantityRange": "2-4"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:sacred_ash"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,274 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Lugia",
|
||||
"nationalPokedexNumber": 249,
|
||||
"primaryType": "psychic",
|
||||
"secondaryType": "flying",
|
||||
"abilities": [
|
||||
"pressure",
|
||||
"h:multiscale"
|
||||
],
|
||||
"behaviour": {
|
||||
"moving": {
|
||||
"swim": {
|
||||
"swimSpeed": 1.0,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": true
|
||||
},
|
||||
"fly": {
|
||||
"canFly": true,
|
||||
"flySpeedHorizontal": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 106,
|
||||
"attack": 90,
|
||||
"defence": 130,
|
||||
"special_attack": 90,
|
||||
"special_defence": 154,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 340,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:dragonrush",
|
||||
"1:gust",
|
||||
"1:weatherball",
|
||||
"1:whirlwind",
|
||||
"9:mist",
|
||||
"18:safeguard",
|
||||
"27:calmmind",
|
||||
"36:extrasensory",
|
||||
"43:swift",
|
||||
"45:recover",
|
||||
"50:punishment",
|
||||
"54:aeroblast",
|
||||
"63:raindance",
|
||||
"72:hydropump",
|
||||
"81:futuresight",
|
||||
"85:naturalgift",
|
||||
"90:skyattack",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:aircutter",
|
||||
"tm:airslash",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:bravebird",
|
||||
"tm:brine",
|
||||
"tm:bulldoze",
|
||||
"tm:calmmind",
|
||||
"tm:chargebeam",
|
||||
"tm:chillingwater",
|
||||
"tm:confide",
|
||||
"tm:curse",
|
||||
"tm:defog",
|
||||
"tm:dive",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:dreameater",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:echoedvoice",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flash",
|
||||
"tm:fly",
|
||||
"tm:frustration",
|
||||
"tm:futuresight",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:hail",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:hurricane",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icywind",
|
||||
"tm:imprison",
|
||||
"tm:ironhead",
|
||||
"tm:irontail",
|
||||
"tm:lightscreen",
|
||||
"tm:liquidation",
|
||||
"tm:naturalgift",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychicnoise",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rocksmash",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:sandstorm",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shockwave",
|
||||
"tm:skillswap",
|
||||
"tm:skydrop",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:steelwing",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:surf",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:telekinesis",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tm:trick",
|
||||
"tm:waterfall",
|
||||
"tm:waterpulse",
|
||||
"tm:weatherball",
|
||||
"tm:whirlpool",
|
||||
"tm:wonderroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:aircutter",
|
||||
"tutor:ancientpower",
|
||||
"tutor:aquatail",
|
||||
"tutor:blizzard",
|
||||
"tutor:bodyslam",
|
||||
"tutor:curse",
|
||||
"tutor:defog",
|
||||
"tutor:detect",
|
||||
"tutor:dive",
|
||||
"tutor:doubleedge",
|
||||
"tutor:doubleteam",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dragonrush",
|
||||
"tutor:dreameater",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:earthquake",
|
||||
"tutor:endure",
|
||||
"tutor:featherdance",
|
||||
"tutor:fly",
|
||||
"tutor:frustration",
|
||||
"tutor:futuresight",
|
||||
"tutor:gigadrain",
|
||||
"tutor:gust",
|
||||
"tutor:headbutt",
|
||||
"tutor:hiddenpower",
|
||||
"tutor:hurricane",
|
||||
"tutor:hydropump",
|
||||
"tutor:hyperbeam",
|
||||
"tutor:hypervoice",
|
||||
"tutor:icebeam",
|
||||
"tutor:icywind",
|
||||
"tutor:ironhead",
|
||||
"tutor:irontail",
|
||||
"tutor:laserfocus",
|
||||
"tutor:mimic",
|
||||
"tutor:mudslap",
|
||||
"tutor:nightmare",
|
||||
"tutor:ominouswind",
|
||||
"tutor:protect",
|
||||
"tutor:psychic",
|
||||
"tutor:psychoboost",
|
||||
"tutor:psychup",
|
||||
"tutor:punishment",
|
||||
"tutor:rest",
|
||||
"tutor:return",
|
||||
"tutor:roar",
|
||||
"tutor:rocksmash",
|
||||
"tutor:roost",
|
||||
"tutor:safeguard",
|
||||
"tutor:sandstorm",
|
||||
"tutor:scaleshot",
|
||||
"tutor:shadowball",
|
||||
"tutor:shockwave",
|
||||
"tutor:signalbeam",
|
||||
"tutor:skillswap",
|
||||
"tutor:skyattack",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:steelwing",
|
||||
"tutor:strength",
|
||||
"tutor:substitute",
|
||||
"tutor:sunnyday",
|
||||
"tutor:surf",
|
||||
"tutor:swagger",
|
||||
"tutor:swift",
|
||||
"tutor:tailwind",
|
||||
"tutor:telekinesis",
|
||||
"tutor:thunder",
|
||||
"tutor:thunderwave",
|
||||
"tutor:toxic",
|
||||
"tutor:trick",
|
||||
"tutor:twister",
|
||||
"tutor:waterfall",
|
||||
"tutor:waterpulse",
|
||||
"tutor:weatherball",
|
||||
"tutor:whirlpool",
|
||||
"tutor:whirlwind",
|
||||
"tutor:wonderroom",
|
||||
"tutor:zapcannon",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen2",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.lugia.desc"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 0.8,
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 5,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 3,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 52,
|
||||
"weight": 2160,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 4,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:feather",
|
||||
"quantityRange": "2-4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,492 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Kyurem",
|
||||
"nationalPokedexNumber": 646,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": [
|
||||
"pressure"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 125,
|
||||
"attack": 130,
|
||||
"defence": 90,
|
||||
"special_attack": 130,
|
||||
"special_defence": 90,
|
||||
"speed": 95
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Black",
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": [
|
||||
"teravolt"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 125,
|
||||
"attack": 170,
|
||||
"defence": 100,
|
||||
"special_attack": 120,
|
||||
"special_defence": 90,
|
||||
"speed": 95
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 330,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:dragonbreath",
|
||||
"1:dragonrage",
|
||||
"1:freezedry",
|
||||
"1:icywind",
|
||||
"1:nobleroar",
|
||||
"8:slash",
|
||||
"16:endeavor",
|
||||
"24:dragonpulse",
|
||||
"32:icebeam",
|
||||
"40:hypervoice",
|
||||
"48:fusionbolt",
|
||||
"56:blizzard",
|
||||
"64:imprison",
|
||||
"72:outrage",
|
||||
"80:freezeshock",
|
||||
"88:sheercold",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brutalswing",
|
||||
"tm:confide",
|
||||
"tm:cut",
|
||||
"tm:doubleteam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:echoedvoice",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:fly",
|
||||
"tm:focusblast",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:hail",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:imprison",
|
||||
"tm:ironhead",
|
||||
"tm:lightscreen",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:snowscape",
|
||||
"tm:steelwing",
|
||||
"tm:stoneedge",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:weatherball",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:endeavor",
|
||||
"tutor:freezeshock",
|
||||
"tutor:icebeam",
|
||||
"tutor:icywind",
|
||||
"tutor:ironhead",
|
||||
"tutor:laserfocus",
|
||||
"tutor:outrage",
|
||||
"tutor:roost",
|
||||
"tutor:scaleshot",
|
||||
"tutor:shadowball",
|
||||
"tutor:signalbeam",
|
||||
"tutor:slash",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen5",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [
|
||||
"black"
|
||||
],
|
||||
"height": 33,
|
||||
"weight": 3250,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
},
|
||||
{
|
||||
"name": "White",
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": [
|
||||
"turboblaze"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 125,
|
||||
"attack": 120,
|
||||
"defence": 90,
|
||||
"special_attack": 170,
|
||||
"special_defence": 100,
|
||||
"speed": 95
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 330,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:dragonbreath",
|
||||
"1:dragonrage",
|
||||
"1:freezedry",
|
||||
"1:icywind",
|
||||
"1:nobleroar",
|
||||
"8:slash",
|
||||
"16:endeavor",
|
||||
"24:dragonpulse",
|
||||
"32:icebeam",
|
||||
"40:hypervoice",
|
||||
"48:fusionflare",
|
||||
"56:blizzard",
|
||||
"64:imprison",
|
||||
"72:outrage",
|
||||
"80:iceburn",
|
||||
"88:sheercold",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brutalswing",
|
||||
"tm:confide",
|
||||
"tm:cut",
|
||||
"tm:doubleteam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:echoedvoice",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:fly",
|
||||
"tm:focusblast",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:hail",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:imprison",
|
||||
"tm:ironhead",
|
||||
"tm:lightscreen",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:snowscape",
|
||||
"tm:steelwing",
|
||||
"tm:stoneedge",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:weatherball",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:endeavor",
|
||||
"tutor:fusionflare",
|
||||
"tutor:hypervoice",
|
||||
"tutor:icebeam",
|
||||
"tutor:iceburn",
|
||||
"tutor:icywind",
|
||||
"tutor:imprison",
|
||||
"tutor:ironhead",
|
||||
"tutor:laserfocus",
|
||||
"tutor:outrage",
|
||||
"tutor:roost",
|
||||
"tutor:scaleshot",
|
||||
"tutor:shadowball",
|
||||
"tutor:signalbeam",
|
||||
"tutor:slash",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen5",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [
|
||||
"white"
|
||||
],
|
||||
"height": 36,
|
||||
"weight": 3250,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"baseExperienceYield": 330,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:dragonbreath",
|
||||
"1:dragonrage",
|
||||
"1:freezedry",
|
||||
"1:icywind",
|
||||
"1:nobleroar",
|
||||
"8:slash",
|
||||
"16:endeavor",
|
||||
"24:dragonpulse",
|
||||
"32:icebeam",
|
||||
"40:hypervoice",
|
||||
"48:scaryface",
|
||||
"56:blizzard",
|
||||
"64:imprison",
|
||||
"72:outrage",
|
||||
"80:glaciate",
|
||||
"88:sheercold",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brutalswing",
|
||||
"tm:confide",
|
||||
"tm:cut",
|
||||
"tm:doubleteam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:echoedvoice",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:fly",
|
||||
"tm:focusblast",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:hail",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:imprison",
|
||||
"tm:ironhead",
|
||||
"tm:lightscreen",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:snowscape",
|
||||
"tm:steelwing",
|
||||
"tm:stoneedge",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:weatherball",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:endeavor",
|
||||
"tutor:glaciate",
|
||||
"tutor:icebeam",
|
||||
"tutor:icywind",
|
||||
"tutor:ironhead",
|
||||
"tutor:laserfocus",
|
||||
"tutor:outrage",
|
||||
"tutor:roost",
|
||||
"tutor:scaleshot",
|
||||
"tutor:shadowball",
|
||||
"tutor:signalbeam",
|
||||
"tutor:slash",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen5",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.kyurem.desc"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 1.5,
|
||||
"hitbox": {
|
||||
"width": 2,
|
||||
"height": 2,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 1,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 1,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 30,
|
||||
"weight": 3250,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,176 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Reshiram",
|
||||
"nationalPokedexNumber": 643,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "fire",
|
||||
"abilities": [
|
||||
"turboblaze"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 120,
|
||||
"defence": 100,
|
||||
"special_attack": 150,
|
||||
"special_defence": 120,
|
||||
"speed": 90
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 340,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:dragonbreath",
|
||||
"1:dragonrage",
|
||||
"1:firefang",
|
||||
"1:nobleroar",
|
||||
"8:slash",
|
||||
"16:crunch",
|
||||
"24:extrasensory",
|
||||
"32:dragonpulse",
|
||||
"40:flamethrower",
|
||||
"48:fusionflare",
|
||||
"56:hypervoice",
|
||||
"64:fireblast",
|
||||
"72:imprison",
|
||||
"80:outrage",
|
||||
"88:blueflare",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brutalswing",
|
||||
"tm:confide",
|
||||
"tm:crunch",
|
||||
"tm:cut",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:echoedvoice",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firespin",
|
||||
"tm:flamecharge",
|
||||
"tm:flamethrower",
|
||||
"tm:flareblitz",
|
||||
"tm:fling",
|
||||
"tm:fly",
|
||||
"tm:focusblast",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatcrash",
|
||||
"tm:heatwave",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:imprison",
|
||||
"tm:incinerate",
|
||||
"tm:lightscreen",
|
||||
"tm:mysticalfire",
|
||||
"tm:outrage",
|
||||
"tm:overheat",
|
||||
"tm:payback",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:scorchingsands",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:solarbeam",
|
||||
"tm:steelwing",
|
||||
"tm:stoneedge",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:weatherball",
|
||||
"tm:willowisp",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:blueflare",
|
||||
"tutor:defog",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragonclaw",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:extrasensory",
|
||||
"tutor:heatwave",
|
||||
"tutor:imprison",
|
||||
"tutor:laserfocus",
|
||||
"tutor:mist",
|
||||
"tutor:nobleroar",
|
||||
"tutor:outrage",
|
||||
"tutor:roost",
|
||||
"tutor:scaleshot",
|
||||
"tutor:scorchingsands",
|
||||
"tutor:slash",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:tailwind",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen5",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.reshiram.desc"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 0.75,
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 6,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 32,
|
||||
"weight": 3300,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,183 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Zekrom",
|
||||
"nationalPokedexNumber": 644,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "electric",
|
||||
"abilities": [
|
||||
"teravolt"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 150,
|
||||
"defence": 120,
|
||||
"special_attack": 120,
|
||||
"special_defence": 100,
|
||||
"speed": 90
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 340,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:dragonbreath",
|
||||
"1:dragonrage",
|
||||
"1:nobleroar",
|
||||
"1:thunderfang",
|
||||
"8:slash",
|
||||
"16:crunch",
|
||||
"24:zenheadbutt",
|
||||
"32:dragonclaw",
|
||||
"40:thunderbolt",
|
||||
"48:fusionbolt",
|
||||
"56:hypervoice",
|
||||
"64:thunder",
|
||||
"72:imprison",
|
||||
"80:outrage",
|
||||
"88:boltstrike",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:brutalswing",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:confide",
|
||||
"tm:crunch",
|
||||
"tm:cut",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:echoedvoice",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flash",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:fly",
|
||||
"tm:focusblast",
|
||||
"tm:focuspunch",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:haze",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:imprison",
|
||||
"tm:lightscreen",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:stealthrock",
|
||||
"tm:steelwing",
|
||||
"tm:stoneedge",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:supercellslam",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tm:voltswitch",
|
||||
"tm:weatherball",
|
||||
"tm:wildcharge",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:boltstrike",
|
||||
"tutor:defog",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragonclaw",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dualwingbeat",
|
||||
"tutor:earthpower",
|
||||
"tutor:haze",
|
||||
"tutor:imprison",
|
||||
"tutor:laserfocus",
|
||||
"tutor:magnetrise",
|
||||
"tutor:nobleroar",
|
||||
"tutor:outrage",
|
||||
"tutor:risingvoltage",
|
||||
"tutor:roost",
|
||||
"tutor:scaleshot",
|
||||
"tutor:shockwave",
|
||||
"tutor:signalbeam",
|
||||
"tutor:slash",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:stoneedge",
|
||||
"tutor:tailwind",
|
||||
"tutor:thunderpunch",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen5",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.zekrom.desc"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 2,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 29,
|
||||
"weight": 3450,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,234 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Hoopa",
|
||||
"nationalPokedexNumber": 720,
|
||||
"primaryType": "psychic",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": [
|
||||
"magician"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 110,
|
||||
"defence": 60,
|
||||
"special_attack": 150,
|
||||
"special_defence": 130,
|
||||
"speed": 70
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Unbound",
|
||||
"primaryType": "psychic",
|
||||
"secondaryType": "dark",
|
||||
"abilities": [
|
||||
"magician"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 160,
|
||||
"defence": 60,
|
||||
"special_attack": 170,
|
||||
"special_defence": 130,
|
||||
"speed": 80
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 270,
|
||||
"baseFriendship": 100,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"labels": [
|
||||
"gen6",
|
||||
"mythical",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [
|
||||
"unbound"
|
||||
],
|
||||
"height": 65,
|
||||
"weight": 4900,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"baseExperienceYield": 270,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:allyswitch",
|
||||
"1:confusion",
|
||||
"1:destinybond",
|
||||
"6:astonish",
|
||||
"10:magiccoat",
|
||||
"10:trick",
|
||||
"15:lightscreen",
|
||||
"19:psybeam",
|
||||
"25:skillswap",
|
||||
"29:guardsplit",
|
||||
"29:powersplit",
|
||||
"35:phantomforce",
|
||||
"46:knockoff",
|
||||
"46:zenheadbutt",
|
||||
"50:trickroom",
|
||||
"50:wonderroom",
|
||||
"55:darkpulse",
|
||||
"55:shadowball",
|
||||
"68:nastyplot",
|
||||
"75:psychic",
|
||||
"85:hyperspacefury",
|
||||
"85:hyperspacehole",
|
||||
"tm:brickbreak",
|
||||
"tm:calmmind",
|
||||
"tm:chargebeam",
|
||||
"tm:confide",
|
||||
"tm:darkpulse",
|
||||
"tm:doubleteam",
|
||||
"tm:drainpunch",
|
||||
"tm:dreameater",
|
||||
"tm:embargo",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:expandingforce",
|
||||
"tm:facade",
|
||||
"tm:firepunch",
|
||||
"tm:flash",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:focuspunch",
|
||||
"tm:foulplay",
|
||||
"tm:frustration",
|
||||
"tm:futuresight",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:gravity",
|
||||
"tm:gunkshot",
|
||||
"tm:hiddenpower",
|
||||
"tm:hyperbeam",
|
||||
"tm:icepunch",
|
||||
"tm:knockoff",
|
||||
"tm:lashout",
|
||||
"tm:lightscreen",
|
||||
"tm:nastyplot",
|
||||
"tm:phantomforce",
|
||||
"tm:poweruppunch",
|
||||
"tm:protect",
|
||||
"tm:psybeam",
|
||||
"tm:psychic",
|
||||
"tm:psychicnoise",
|
||||
"tm:psychicterrain",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:quash",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:skillswap",
|
||||
"tm:skittersmack",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:throatchop",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:torment",
|
||||
"tm:toxic",
|
||||
"tm:trick",
|
||||
"tm:trickroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:allyswitch",
|
||||
"tutor:astonish",
|
||||
"tutor:block",
|
||||
"tutor:covet",
|
||||
"tutor:drainpunch",
|
||||
"tutor:dualchop",
|
||||
"tutor:firepunch",
|
||||
"tutor:focuspunch",
|
||||
"tutor:foulplay",
|
||||
"tutor:gravity",
|
||||
"tutor:gunkshot",
|
||||
"tutor:hyperspacehole",
|
||||
"tutor:icepunch",
|
||||
"tutor:knockoff",
|
||||
"tutor:laserfocus",
|
||||
"tutor:lastresort",
|
||||
"tutor:magiccoat",
|
||||
"tutor:magicroom",
|
||||
"tutor:nastyplot",
|
||||
"tutor:psychic",
|
||||
"tutor:recycle",
|
||||
"tutor:roleplay",
|
||||
"tutor:shadowball",
|
||||
"tutor:shockwave",
|
||||
"tutor:signalbeam",
|
||||
"tutor:skillswap",
|
||||
"tutor:snatch",
|
||||
"tutor:snore",
|
||||
"tutor:telekinesis",
|
||||
"tutor:throatchop",
|
||||
"tutor:thunderpunch",
|
||||
"tutor:trick",
|
||||
"tutor:uproar",
|
||||
"tutor:wonderroom",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen6",
|
||||
"mythical",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.hoopa.desc"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 0.5,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 100,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 5,
|
||||
"weight": 90,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,266 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Zygarde",
|
||||
"nationalPokedexNumber": 718,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ground",
|
||||
"abilities": [
|
||||
"aurabreak"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 108,
|
||||
"attack": 100,
|
||||
"defence": 121,
|
||||
"special_attack": 81,
|
||||
"special_defence": 95,
|
||||
"speed": 95
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 300,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 3,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:bind",
|
||||
"1:bite",
|
||||
"1:bulldoze",
|
||||
"1:coreenforcer",
|
||||
"1:dragonbreath",
|
||||
"1:thousandarrows",
|
||||
"1:thousandwaves",
|
||||
"8:haze",
|
||||
"16:dig",
|
||||
"24:safeguard",
|
||||
"32:crunch",
|
||||
"40:dragonpulse",
|
||||
"48:landswrath",
|
||||
"56:glare",
|
||||
"59:camouflage",
|
||||
"64:sandstorm",
|
||||
"72:coil",
|
||||
"72:dragondance",
|
||||
"80:earthquake",
|
||||
"88:extremespeed",
|
||||
"88:outrage",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:bulldoze",
|
||||
"tm:confide",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleteam",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:focusblast",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:hiddenpower",
|
||||
"tm:highhorsepower",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:irontail",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:retaliate",
|
||||
"tm:return",
|
||||
"tm:reversal",
|
||||
"tm:rockslide",
|
||||
"tm:rocksmash",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:sandstorm",
|
||||
"tm:secretpower",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgewave",
|
||||
"tm:snore",
|
||||
"tm:stompingtantrum",
|
||||
"tm:stoneedge",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:superpower",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:toxic",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:bind",
|
||||
"tutor:block",
|
||||
"tutor:camouflage",
|
||||
"tutor:coreenforcer",
|
||||
"tutor:crunch",
|
||||
"tutor:dig",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragondance",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:earthpower",
|
||||
"tutor:earthquake",
|
||||
"tutor:extremespeed",
|
||||
"tutor:glare",
|
||||
"tutor:haze",
|
||||
"tutor:hypervoice",
|
||||
"tutor:irontail",
|
||||
"tutor:landswrath",
|
||||
"tutor:outrage",
|
||||
"tutor:painsplit",
|
||||
"tutor:safeguard",
|
||||
"tutor:sandstorm",
|
||||
"tutor:scaleshot",
|
||||
"tutor:scorchingsands",
|
||||
"tutor:shockwave",
|
||||
"tutor:skittersmack",
|
||||
"tutor:snore",
|
||||
"tutor:spite",
|
||||
"tutor:stompingtantrum",
|
||||
"tutor:superpower",
|
||||
"tutor:thousandarrows",
|
||||
"tutor:thousandwaves",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen6",
|
||||
"legendary"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.zygarde.desc"
|
||||
],
|
||||
"height": 50,
|
||||
"weight": 3050,
|
||||
"evolutions": [],
|
||||
"forms": [
|
||||
{
|
||||
"name": "10%",
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ground",
|
||||
"abilities": [
|
||||
"aurabreak"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 54,
|
||||
"attack": 100,
|
||||
"defence": 71,
|
||||
"special_attack": 61,
|
||||
"special_defence": 85,
|
||||
"speed": 115
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 300,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 3,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"tutor:bind",
|
||||
"tutor:dig",
|
||||
"tutor:dragonbreath",
|
||||
"tutor:dragondance",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:extremespeed",
|
||||
"tutor:glare",
|
||||
"tutor:haze",
|
||||
"tutor:landswrath",
|
||||
"tutor:outrage",
|
||||
"tutor:safeguard",
|
||||
"tutor:sandstorm",
|
||||
"tutor:thousandarrows"
|
||||
],
|
||||
"labels": [
|
||||
"gen7",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [
|
||||
"10%"
|
||||
],
|
||||
"height": 12,
|
||||
"weight": 335,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
},
|
||||
{
|
||||
"name": "Complete",
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ground",
|
||||
"abilities": [
|
||||
"powerconstruct"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 216,
|
||||
"attack": 100,
|
||||
"defence": 121,
|
||||
"special_attack": 91,
|
||||
"special_defence": 95,
|
||||
"speed": 85
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 300,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 3,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"labels": [
|
||||
"gen7",
|
||||
"legendary"
|
||||
],
|
||||
"aspects": [
|
||||
"complete"
|
||||
],
|
||||
"height": 45,
|
||||
"weight": 6100,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": true
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
},
|
||||
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,152 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Koraidon",
|
||||
"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": "koraidon_koraidonpd",
|
||||
"variant": "level_up",
|
||||
"result": "koraidonpd",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1.5,
|
||||
"hitbox": {
|
||||
"width": 2,
|
||||
"height": 2.5,
|
||||
"fixed": false
|
||||
},
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.koraidon.desc"
|
||||
]
|
||||
}
|
@ -0,0 +1,134 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Miraidon",
|
||||
"nationalPokedexNumber": 1008,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": [
|
||||
"hadronengine"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 85,
|
||||
"defence": 100,
|
||||
"special_attack": 135,
|
||||
"special_defence": 115,
|
||||
"speed": 135
|
||||
},
|
||||
"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,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "miraidon_miraidonpd",
|
||||
"variant": "level_up",
|
||||
"result": "miraidonpd",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1.5,
|
||||
"hitbox": {
|
||||
"width": 2,
|
||||
"height": 3,
|
||||
"fixed": false
|
||||
},
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.miraidon.desc"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user