first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,211 @@
{
"implemented": true,
"name": "Azumarill",
"nationalPokedexNumber": 184,
"primaryType": "water",
"secondaryType": "fairy",
"abilities": ["thickfat", "hugepower", "h:sapsipper"],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:kebia_berry",
"percentage": 10
}
]
},
"baseStats": {
"hp": 100,
"attack": 50,
"defence": 80,
"special_attack": 60,
"special_defence": 80,
"speed": 50
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 210,
"experienceGroup": "fast",
"eggCycles": 10,
"eggGroups": ["water_1", "fairy"],
"moves": [
"1:defensecurl",
"1:helpinghand",
"1:rollout",
"1:tackle",
"1:tailwhip",
"1:watergun",
"1:watersport",
"6:bubblebeam",
"7:bubble",
"9:charm",
"12:slam",
"15:bounce",
"21:aquatail",
"25:playrough",
"30:aquaring",
"35:raindance",
"40:hydropump",
"45:doubleedge",
"50:superpower",
"tm:alluringvoice",
"tm:amnesia",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:bounce",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulldoze",
"tm:captivate",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:dig",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:drainingkiss",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:hyperbeam",
"tm:hypervoice",
"tm:icebeam",
"tm:icepunch",
"tm:icespinner",
"tm:icywind",
"tm:irontail",
"tm:knockoff",
"tm:lightscreen",
"tm:liquidation",
"tm:megakick",
"tm:megapunch",
"tm:metronome",
"tm:mistyexplosion",
"tm:mistyterrain",
"tm:muddywater",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:playrough",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rocksmash",
"tm:round",
"tm:scald",
"tm:secretpower",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:strength",
"tm:substitute",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:uproar",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tm:workup",
"tutor:aquatail",
"tutor:attract",
"tutor:blizzard",
"tutor:bodyslam",
"tutor:bounce",
"tutor:bubblebeam",
"tutor:covet",
"tutor:curse",
"tutor:defensecurl",
"tutor:dive",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:focuspunch",
"tutor:frustration",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:hyperbeam",
"tutor:hypervoice",
"tutor:icepunch",
"tutor:icywind",
"tutor:irontail",
"tutor:knockoff",
"tutor:liquidation",
"tutor:megakick",
"tutor:megapunch",
"tutor:mimic",
"tutor:mistyexplosion",
"tutor:mudslap",
"tutor:protect",
"tutor:raindance",
"tutor:rest",
"tutor:return",
"tutor:rocksmash",
"tutor:rollout",
"tutor:seismictoss",
"tutor:sleeptalk",
"tutor:snore",
"tutor:steelroller",
"tutor:strength",
"tutor:substitute",
"tutor:superpower",
"tutor:surf",
"tutor:swagger",
"tutor:swift",
"tutor:tackle",
"tutor:tailwhip",
"tutor:toxic",
"tutor:waterfall",
"tutor:watergun",
"tutor:waterpulse",
"tutor:whirlpool"
],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.azumarill.desc"],
"preEvolution": "marill",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 3,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 8,
"weight": 285,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,236 @@
{
"implemented": true,
"name": "Celebi",
"nationalPokedexNumber": 251,
"primaryType": "psychic",
"secondaryType": "grass",
"abilities": ["naturalcure"],
"baseStats": {
"hp": 100,
"attack": 100,
"defence": 100,
"special_attack": 100,
"special_defence": 100,
"speed": 100
},
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:miracle_seed",
"percentage": 50.0
},
{
"item": "cobblemon:leaf_stone",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"catchRate": 45,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 300,
"experienceGroup": "medium_slow",
"eggCycles": 120,
"eggGroups": ["undiscovered"],
"moves": [
"1:confusion",
"1:healbell",
"10:magicalleaf",
"10:safeguard",
"20:batonpass",
"30:ancientpower",
"40:lifedew",
"46:naturalgift",
"50:leechseed",
"55:healblock",
"60:recover",
"70:futuresight",
"80:healingwish",
"90:leafstorm",
"100:perishsong",
"tm:aerialace",
"tm:allyswitch",
"tm:aurasphere",
"tm:batonpass",
"tm:calmmind",
"tm:chargebeam",
"tm:confide",
"tm:cut",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:dreameater",
"tm:earthpower",
"tm:echoedvoice",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:frustration",
"tm:futuresight",
"tm:gigadrain",
"tm:gigaimpact",
"tm:grassknot",
"tm:grassyterrain",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:imprison",
"tm:leafblade",
"tm:leafstorm",
"tm:lightscreen",
"tm:magicalleaf",
"tm:magicroom",
"tm:metronome",
"tm:nastyplot",
"tm:naturalgift",
"tm:naturepower",
"tm:pollenpuff",
"tm:protect",
"tm:psychic",
"tm:psychicterrain",
"tm:psychocut",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:secretpower",
"tm:seedbomb",
"tm:shadowball",
"tm:shockwave",
"tm:silverwind",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:solarblade",
"tm:stealthrock",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:thunderwave",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:uproar",
"tm:uturn",
"tm:waterpulse",
"tm:weatherball",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:ancientpower",
"tutor:batonpass",
"tutor:confusion",
"tutor:curse",
"tutor:defensecurl",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:earthpower",
"tutor:endure",
"tutor:expandingforce",
"tutor:flash",
"tutor:frustration",
"tutor:futuresight",
"tutor:gigadrain",
"tutor:grassyglide",
"tutor:healbell",
"tutor:healingwish",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:holdback",
"tutor:hyperbeam",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:leafstorm",
"tutor:leechseed",
"tutor:lifedew",
"tutor:magicalleaf",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:metronome",
"tutor:mimic",
"tutor:mudslap",
"tutor:nastyplot",
"tutor:nightmare",
"tutor:perishsong",
"tutor:protect",
"tutor:psychic",
"tutor:psychup",
"tutor:raindance",
"tutor:recover",
"tutor:rest",
"tutor:return",
"tutor:safeguard",
"tutor:sandstorm",
"tutor:seedbomb",
"tutor:shadowball",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:stealthrock",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:sunnyday",
"tutor:swagger",
"tutor:sweetscent",
"tutor:swift",
"tutor:swordsdance",
"tutor:synthesis",
"tutor:telekinesis",
"tutor:toxic",
"tutor:trick",
"tutor:uproar",
"tutor:waterpulse",
"tutor:wonderroom",
"tutor:worryseed",
"tutor:zenheadbutt"
],
"labels": ["gen2", "mythical", "legendary"],
"pokedex": ["cobblemon.species.celebi.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 100,
"evYield": {
"hp": 3,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 50,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,375 @@
{
"implemented": true,
"name": "Corsola",
"nationalPokedexNumber": 222,
"primaryType": "water",
"secondaryType": "rock",
"abilities": [
"hustle",
"naturalcure",
"h:regenerator"
],
"baseStats": {
"hp": 65,
"attack": 55,
"defence": 95,
"special_attack": 65,
"special_defence": 95,
"speed": 35
},
"features": [
"galarian"
],
"catchRate": 60,
"maleRatio": 0.25,
"shoulderMountable": false,
"forms": [
{
"name": "Galar",
"primaryType": "ghost",
"abilities": [
"weakarmor",
"h:cursedbody"
],
"baseStats": {
"hp": 60,
"attack": 55,
"defence": 100,
"special_attack": 65,
"special_defence": 100,
"speed": 30
},
"catchRate": 60,
"maleRatio": 0.25,
"baseExperienceYield": 144,
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"experienceGroup": "fast",
"eggCycles": 20,
"eggGroups": [
"water_1",
"water_3"
],
"moves": [
"1:harden",
"1:tackle",
"5:astonish",
"10:disable",
"15:spite",
"20:ancientpower",
"25:hex",
"30:curse",
"35:strengthsap",
"40:powergem",
"45:nightshade",
"50:grudge",
"55:mirrorcoat",
"egg:confuseray",
"egg:destinybond",
"egg:haze",
"egg:headsmash",
"egg:naturepower",
"egg:waterpulse",
"tm:amnesia",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:brine",
"tm:bulldoze",
"tm:calmmind",
"tm:dig",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:gigadrain",
"tm:hail",
"tm:hex",
"tm:hydropump",
"tm:icebeam",
"tm:iciclespear",
"tm:icywind",
"tm:irondefense",
"tm:lightscreen",
"tm:liquidation",
"tm:powergem",
"tm:protect",
"tm:psychic",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:rockblast",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scald",
"tm:screech",
"tm:selfdestruct",
"tm:shadowball",
"tm:sleeptalk",
"tm:snore",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:stoneedge",
"tm:substitute",
"tm:sunnyday",
"tm:surf",
"tm:throatchop",
"tm:whirlpool",
"tm:willowisp",
"tutor:astonish",
"tutor:disable",
"tutor:meteorbeam",
"tutor:spite",
"tutor:tackle"
],
"labels": [
"gen8",
"galar_regional"
],
"aspects": [
"galarian"
],
"height": 6,
"weight": 5,
"evolutions": [
{
"id": "corsola_cursola",
"variant": "level_up",
"result": "cursola",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 38
}
]
}
],
"cannotDynamax": false,
"battleOnly": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:kasib_berry",
"percentage": 2.5
}
]
}
}
],
"baseExperienceYield": 144,
"experienceGroup": "fast",
"eggCycles": 20,
"eggGroups": [
"water_1",
"water_3"
],
"moves": [
"1:harden",
"1:tackle",
"4:bubble",
"5:watergun",
"10:aquaring",
"13:refresh",
"15:endure",
"20:ancientpower",
"20:spikecannon",
"23:luckychant",
"25:bubblebeam",
"27:brine",
"29:irondefense",
"30:flail",
"31:rockblast",
"35:lifedew",
"40:powergem",
"45:earthpower",
"50:recover",
"55:mirrorcoat",
"egg:amnesia",
"egg:aquaring",
"egg:barrier",
"egg:bide",
"egg:camouflage",
"egg:confuseray",
"egg:curse",
"egg:headsmash",
"egg:iciclespear",
"egg:ingrain",
"egg:liquidation",
"egg:mist",
"egg:naturepower",
"egg:rockslide",
"egg:screech",
"egg:waterpulse",
"tm:amnesia",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:brine",
"tm:bulldoze",
"tm:calmmind",
"tm:captivate",
"tm:confide",
"tm:dig",
"tm:doubleteam",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:explosion",
"tm:facade",
"tm:frustration",
"tm:hail",
"tm:hiddenpower",
"tm:hydropump",
"tm:icebeam",
"tm:iciclespear",
"tm:icywind",
"tm:irondefense",
"tm:lightscreen",
"tm:liquidation",
"tm:naturalgift",
"tm:naturepower",
"tm:powergem",
"tm:protect",
"tm:psychic",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockblast",
"tm:rockpolish",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scald",
"tm:screech",
"tm:secretpower",
"tm:selfdestruct",
"tm:shadowball",
"tm:sleeptalk",
"tm:snore",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:surf",
"tm:swagger",
"tm:throatchop",
"tm:toxic",
"tm:waterpulse",
"tm:whirlpool",
"tutor:amnesia",
"tutor:ancientpower",
"tutor:attract",
"tutor:bodyslam",
"tutor:bubble",
"tutor:bubblebeam",
"tutor:confuseray",
"tutor:curse",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:earthpower",
"tutor:earthquake",
"tutor:endeavor",
"tutor:endure",
"tutor:explosion",
"tutor:frustration",
"tutor:harden",
"tutor:headbutt",
"tutor:hiddenpower",
"tutor:icywind",
"tutor:irondefense",
"tutor:liquidation",
"tutor:magiccoat",
"tutor:meteorbeam",
"tutor:mimic",
"tutor:mirrorcoat",
"tutor:mist",
"tutor:mudslap",
"tutor:mudsport",
"tutor:powergem",
"tutor:protect",
"tutor:psychic",
"tutor:raindance",
"tutor:recover",
"tutor:rest",
"tutor:return",
"tutor:rockslide",
"tutor:rocksmash",
"tutor:rollout",
"tutor:safeguard",
"tutor:sandstorm",
"tutor:screech",
"tutor:selfdestruct",
"tutor:sleeptalk",
"tutor:snore",
"tutor:spikecannon",
"tutor:stealthrock",
"tutor:stompingtantrum",
"tutor:strength",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:sunnyday",
"tutor:surf",
"tutor:swagger",
"tutor:tackle",
"tutor:throatchop",
"tutor:toxic",
"tutor:waterpulse",
"tutor:whirlpool"
],
"labels": [
"gen2",
"johto_regional"
],
"pokedex": [
"cobblemon.species.corsola.desc"
],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"height": 6,
"weight": 50,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:rindo_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,210 @@
{
"implemented": true,
"name": "Delibird",
"nationalPokedexNumber": 225,
"primaryType": "ice",
"secondaryType": "flying",
"abilities": ["vitalspirit", "hustle", "h:insomnia"],
"baseStats": {
"hp": 45,
"attack": 55,
"defence": 45,
"special_attack": 65,
"special_defence": 45,
"speed": 75
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 116,
"experienceGroup": "fast",
"eggCycles": 20,
"eggGroups": ["water_1", "field"],
"moves": [
"1:present",
"25:drillpeck",
"egg:aurorabeam",
"egg:auroraveil",
"egg:bestow",
"egg:counter",
"egg:destinybond",
"egg:fakeout",
"egg:freezedry",
"egg:futuresight",
"egg:iceball",
"egg:icepunch",
"egg:iceshard",
"egg:icywind",
"egg:memento",
"egg:quickattack",
"egg:rapidspin",
"egg:spikes",
"egg:splash",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:aircutter",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:auroraveil",
"tm:avalanche",
"tm:batonpass",
"tm:blizzard",
"tm:bodyslam",
"tm:bounce",
"tm:bravebird",
"tm:brickbreak",
"tm:brutalswing",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:defog",
"tm:doubleteam",
"tm:drillrun",
"tm:dualwingbeat",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:featherdance",
"tm:fling",
"tm:fly",
"tm:focuspunch",
"tm:foulplay",
"tm:frostbreath",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:gunkshot",
"tm:hail",
"tm:haze",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:icepunch",
"tm:icespinner",
"tm:iciclespear",
"tm:icywind",
"tm:megakick",
"tm:megapunch",
"tm:naturalgift",
"tm:pluck",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:recycle",
"tm:rest",
"tm:return",
"tm:reversal",
"tm:round",
"tm:secretpower",
"tm:seedbomb",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:spikes",
"tm:steelwing",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:toxic",
"tm:trailblaze",
"tm:tripleaxel",
"tm:waterpulse",
"tm:weatherball",
"tutor:attract",
"tutor:aurorabeam",
"tutor:blizzard",
"tutor:bodyslam",
"tutor:bounce",
"tutor:counter",
"tutor:curse",
"tutor:defog",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dualwingbeat",
"tutor:endure",
"tutor:fly",
"tutor:focuspunch",
"tutor:frustration",
"tutor:futuresight",
"tutor:gunkshot",
"tutor:happyhour",
"tutor:headbutt",
"tutor:hiddenpower",
"tutor:icepunch",
"tutor:iceshard",
"tutor:icywind",
"tutor:megakick",
"tutor:megapunch",
"tutor:mimic",
"tutor:mudslap",
"tutor:present",
"tutor:protect",
"tutor:quickattack",
"tutor:raindance",
"tutor:rapidspin",
"tutor:recycle",
"tutor:rest",
"tutor:return",
"tutor:rollout",
"tutor:seedbomb",
"tutor:seismictoss",
"tutor:signalbeam",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:splash",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:thief",
"tutor:toxic",
"tutor:tripleaxel",
"tutor:waterpulse"
],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.delibird.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 9,
"weight": 160,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "0-2"
},
{
"item": "minecraft:chicken"
},
{
"item": "cobblemon:charti_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,289 @@
{
"implemented":true,
"name": "Dunsparce",
"nationalPokedexNumber": 206,
"primaryType": "normal",
"abilities": [
"serenegrace",
"runaway",
"h:rattled"
],
"baseStats": {
"hp": 100,
"attack": 70,
"defence": 70,
"special_attack": 65,
"special_defence": 65,
"speed": 45
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 145,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:defensecurl",
"1:flail",
"1:rage",
"4:mudslap",
"6:spite",
"8:pursuit",
"8:rollout",
"12:glare",
"16:screech",
"20:ancientpower",
"24:drillrun",
"28:yawn",
"31:dig",
"32:bodyslam",
"32:hyperdrill",
"36:roost",
"36:takedown",
"40:dragonrush",
"41:airslash",
"44:coil",
"46:endure",
"48:doubleedge",
"52:endeavor",
"egg:agility",
"egg:ancientpower",
"egg:aquatail",
"egg:astonish",
"egg:bide",
"egg:bite",
"egg:curse",
"egg:headbutt",
"egg:hex",
"egg:lastresort",
"egg:magiccoat",
"egg:rockslide",
"egg:secretpower",
"egg:sleeptalk",
"egg:snore",
"egg:trumpcard",
"tm:agility",
"tm:airslash",
"tm:amnesia",
"tm:attract",
"tm:batonpass",
"tm:blizzard",
"tm:bodyslam",
"tm:breakingswipe",
"tm:bulldoze",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:chillingwater",
"tm:confide",
"tm:curse",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:dreameater",
"tm:drillrun",
"tm:earthpower",
"tm:earthquake",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:flamethrower",
"tm:frustration",
"tm:gigaimpact",
"tm:gyroball",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:hypervoice",
"tm:icebeam",
"tm:icespinner",
"tm:incinerate",
"tm:irontail",
"tm:lunge",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:painsplit",
"tm:poisonjab",
"tm:poisontail",
"tm:pounce",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:roost",
"tm:round",
"tm:sandstorm",
"tm:scaleshot",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:skittersmack",
"tm:sleeptalk",
"tm:smartstrike",
"tm:snore",
"tm:solarbeam",
"tm:spite",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:stoneedge",
"tm:storedpower",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:uproar",
"tm:waterpulse",
"tm:wildcharge",
"tm:zenheadbutt",
"tutor:ancientpower",
"tutor:aquatail",
"tutor:attract",
"tutor:bide",
"tutor:bind",
"tutor:bite",
"tutor:bodyslam",
"tutor:counter",
"tutor:curse",
"tutor:defensecurl",
"tutor:dig",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dreameater",
"tutor:drillrun",
"tutor:dualwingbeat",
"tutor:endeavor",
"tutor:endure",
"tutor:frustration",
"tutor:glare",
"tutor:headbutt",
"tutor:hiddenpower",
"tutor:irontail",
"tutor:lastresort",
"tutor:magiccoat",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:painsplit",
"tutor:protect",
"tutor:psychup",
"tutor:pursuit",
"tutor:rage",
"tutor:raindance",
"tutor:rest",
"tutor:return",
"tutor:rockslide",
"tutor:rocksmash",
"tutor:rollout",
"tutor:roost",
"tutor:scaleshot",
"tutor:screech",
"tutor:shockwave",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:spite",
"tutor:stealthrock",
"tutor:stompingtantrum",
"tutor:strength",
"tutor:substitute",
"tutor:sunnyday",
"tutor:swagger",
"tutor:takedown",
"tutor:terrainpulse",
"tutor:thief",
"tutor:thunder",
"tutor:thunderwave",
"tutor:toxic",
"tutor:waterpulse",
"tutor:zapcannon",
"tutor:zenheadbutt"
],
"labels": [
"gen2"
],
"pokedex": [
"cobblemon.species.dunsparce.desc"
],
"evolutions": [
{
"id": "dunsparce_dudunsparce",
"variant": "level_up",
"result": "dudunsparce",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "has_move",
"move": "hyperdrill"
}
]
},
{
"id": "dunsparce_dudunsparce",
"variant": "level_up",
"result": "dudunsparce threesegment",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "has_move",
"move": "hyperdrill"
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 15,
"weight": 140,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:rocky_helmet",
"percentage": 2.5
},
{
"item": "cobblemon:cheri_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,216 @@
{
"implemented": true,
"name": "Hoppip",
"nationalPokedexNumber": 187,
"primaryType": "grass",
"secondaryType": "flying",
"abilities": [
"chlorophyll",
"leafguard",
"h:infiltrator"
],
"baseStats": {
"hp": 35,
"attack": 35,
"defence": 40,
"special_attack": 35,
"special_defence": 55,
"speed": 50
},
"catchRate": 255,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 50,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": [
"fairy",
"grass"
],
"moves": [
"1:splash",
"1:tackle",
"4:tailwhip",
"6:absorb",
"8:fairywind",
"10:poisonpowder",
"10:sleeppowder",
"10:stunspore",
"12:bulletseed",
"15:synthesis",
"19:leechseed",
"22:megadrain",
"24:acrobatics",
"27:cottonspore",
"29:uturn",
"31:ragepowder",
"32:gigadrain",
"35:bounce",
"38:memento",
"40:worryseed",
"egg:amnesia",
"egg:aromatherapy",
"egg:confusion",
"egg:cottonguard",
"egg:doubleedge",
"egg:encore",
"egg:endure",
"egg:grassyterrain",
"egg:helpinghand",
"egg:psychup",
"egg:ragepowder",
"egg:reflect",
"egg:seedbomb",
"egg:strengthsap",
"egg:switcheroo",
"egg:worryseed",
"tm:acrobatics",
"tm:aerialace",
"tm:attract",
"tm:batonpass",
"tm:bulletseed",
"tm:captivate",
"tm:charm",
"tm:confide",
"tm:dazzlinggleam",
"tm:doubleedge",
"tm:doubleteam",
"tm:encore",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:frustration",
"tm:gigadrain",
"tm:grassknot",
"tm:grassyterrain",
"tm:helpinghand",
"tm:hiddenpower",
"tm:infestation",
"tm:leafstorm",
"tm:lightscreen",
"tm:lunge",
"tm:magicalleaf",
"tm:naturalgift",
"tm:pollenpuff",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:secretpower",
"tm:seedbomb",
"tm:silverwind",
"tm:sleeptalk",
"tm:solarbeam",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:toxic",
"tm:trailblaze",
"tm:uturn",
"tutor:amnesia",
"tutor:attract",
"tutor:bounce",
"tutor:bulletseed",
"tutor:confusion",
"tutor:cottonspore",
"tutor:curse",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:encore",
"tutor:endure",
"tutor:flash",
"tutor:frustration",
"tutor:gigadrain",
"tutor:growl",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:leechseed",
"tutor:megadrain",
"tutor:mimic",
"tutor:payday",
"tutor:poisonpowder",
"tutor:protect",
"tutor:reflect",
"tutor:rest",
"tutor:return",
"tutor:seedbomb",
"tutor:sleeppowder",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:splash",
"tutor:stunspore",
"tutor:substitute",
"tutor:sunnyday",
"tutor:swagger",
"tutor:sweetscent",
"tutor:swordsdance",
"tutor:synthesis",
"tutor:tackle",
"tutor:tailwhip",
"tutor:toxic",
"tutor:worryseed"
],
"labels": [
"gen2"
],
"pokedex": [
"cobblemon.species.hoppip.desc"
],
"evolutions": [
{
"id": "hoppip_skiploom",
"variant": "level_up",
"result": "skiploom",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 18
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"height": 4,
"weight": 5,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:yache_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,253 @@
{
"implemented": true,
"name": "Houndoom",
"nationalPokedexNumber": 229,
"primaryType": "dark",
"secondaryType": "fire",
"abilities": ["earlybird", "flashfire", "h:unnerve"],
"baseStats": {
"hp": 75,
"attack": 90,
"defence": 50,
"special_attack": 110,
"special_defence": 80,
"speed": 95
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "dark",
"secondaryType": "fire",
"abilities": ["solarpower"],
"baseStats": {
"hp": 75,
"attack": 90,
"defence": 90,
"special_attack": 140,
"special_defence": 90,
"speed": 115
},
"catchRate": 45,
"maleRatio": 0.5,
"baseExperienceYield": 175,
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 2,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["field"],
"labels": ["gen6", "mega"],
"aspects": ["mega"],
"height": 19,
"weight": 495,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 175,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:ember",
"1:howl",
"1:leer",
"1:nastyplot",
"1:smog",
"1:thunderfang",
"13:roar",
"16:bite",
"20:incinerate",
"20:odorsleuth",
"26:beatup",
"30:firefang",
"35:feintattack",
"35:torment",
"41:comeuppance",
"41:embargo",
"45:foulplay",
"50:flamethrower",
"56:crunch",
"62:inferno",
"tm:attract",
"tm:bodyslam",
"tm:burningjealousy",
"tm:captivate",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:doubleedge",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:firefang",
"tm:firespin",
"tm:flamecharge",
"tm:flamethrower",
"tm:flareblitz",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:hypervoice",
"tm:incinerate",
"tm:irontail",
"tm:lashout",
"tm:mudshot",
"tm:mudslap",
"tm:nastyplot",
"tm:naturalgift",
"tm:overheat",
"tm:painsplit",
"tm:payback",
"tm:protect",
"tm:psychicfangs",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:reversal",
"tm:roar",
"tm:rocksmash",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snarl",
"tm:snatch",
"tm:solarbeam",
"tm:spite",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:temperflare",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:thunderfang",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:willowisp",
"tutor:attract",
"tutor:bite",
"tutor:bodyslam",
"tutor:counter",
"tutor:crunch",
"tutor:curse",
"tutor:darkpulse",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dreameater",
"tutor:ember",
"tutor:endure",
"tutor:feintattack",
"tutor:fireblast",
"tutor:flamethrower",
"tutor:foulplay",
"tutor:frustration",
"tutor:headbutt",
"tutor:heatwave",
"tutor:hiddenpower",
"tutor:hyperbeam",
"tutor:hypervoice",
"tutor:irontail",
"tutor:laserfocus",
"tutor:leer",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:protect",
"tutor:rest",
"tutor:return",
"tutor:roar",
"tutor:rocksmash",
"tutor:roleplay",
"tutor:shadowball",
"tutor:sleeptalk",
"tutor:sludgebomb",
"tutor:smog",
"tutor:snatch",
"tutor:snore",
"tutor:solarbeam",
"tutor:spite",
"tutor:strength",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:sunnyday",
"tutor:superfang",
"tutor:swagger",
"tutor:swift",
"tutor:thief",
"tutor:throatchop",
"tutor:toxic",
"tutor:uproar"
],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.houndoom.desc"],
"preEvolution": "houndour",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 2,
"special_defence": 0,
"speed": 0
},
"height": 14,
"weight": 350,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 6,
"entries": [
{
"item": "minecraft:bone",
"quantityRange": "0-2"
},
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-2"
},
{
"item": "minecraft:blaze_powder",
"percentage": 5
},
{
"item": "cobblemon:rawst_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,242 @@
{
"implemented": true,
"name": "Houndour",
"nationalPokedexNumber": 228,
"primaryType": "dark",
"secondaryType": "fire",
"abilities": ["earlybird", "flashfire", "h:unnerve"],
"baseStats": {
"hp": 45,
"attack": 60,
"defence": 30,
"special_attack": 80,
"special_defence": 50,
"speed": 65
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 66,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:ember",
"1:leer",
"4:howl",
"8:smog",
"13:roar",
"16:bite",
"20:incinerate",
"20:odorsleuth",
"25:beatup",
"28:firefang",
"32:feintattack",
"32:torment",
"37:comeuppance",
"37:embargo",
"40:foulplay",
"44:flamethrower",
"49:crunch",
"52:nastyplot",
"56:inferno",
"egg:beatup",
"egg:counter",
"egg:destinybond",
"egg:feint",
"egg:firefang",
"egg:firespin",
"egg:nastyplot",
"egg:punishment",
"egg:pursuit",
"egg:rage",
"egg:reversal",
"egg:spite",
"egg:suckerpunch",
"egg:thunderfang",
"egg:willowisp",
"tm:attract",
"tm:bodyslam",
"tm:burningjealousy",
"tm:captivate",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:doubleedge",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:firefang",
"tm:firespin",
"tm:flamecharge",
"tm:flamethrower",
"tm:flareblitz",
"tm:foulplay",
"tm:frustration",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hypervoice",
"tm:incinerate",
"tm:irontail",
"tm:lashout",
"tm:mudshot",
"tm:mudslap",
"tm:nastyplot",
"tm:naturalgift",
"tm:overheat",
"tm:painsplit",
"tm:payback",
"tm:protect",
"tm:psychicfangs",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:reversal",
"tm:roar",
"tm:rocksmash",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snarl",
"tm:snatch",
"tm:solarbeam",
"tm:spite",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:temperflare",
"tm:terablast",
"tm:thief",
"tm:thunderfang",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:willowisp",
"tutor:attract",
"tutor:beatup",
"tutor:bite",
"tutor:bodyslam",
"tutor:charm",
"tutor:counter",
"tutor:crunch",
"tutor:curse",
"tutor:darkpulse",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dreameater",
"tutor:ember",
"tutor:endure",
"tutor:feint",
"tutor:feintattack",
"tutor:fireblast",
"tutor:firespin",
"tutor:flamethrower",
"tutor:foulplay",
"tutor:frustration",
"tutor:headbutt",
"tutor:heatwave",
"tutor:hiddenpower",
"tutor:howl",
"tutor:hypervoice",
"tutor:irontail",
"tutor:leer",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:protect",
"tutor:pursuit",
"tutor:rage",
"tutor:rest",
"tutor:return",
"tutor:reversal",
"tutor:roar",
"tutor:rocksmash",
"tutor:roleplay",
"tutor:shadowball",
"tutor:sleeptalk",
"tutor:sludgebomb",
"tutor:smog",
"tutor:snatch",
"tutor:snore",
"tutor:solarbeam",
"tutor:spite",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:sunnyday",
"tutor:superfang",
"tutor:swagger",
"tutor:swift",
"tutor:thief",
"tutor:toxic",
"tutor:uproar"
],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.houndour.desc"],
"evolutions": [
{
"id": "houndour_houndoom",
"variant": "level_up",
"result": "houndoom",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 24
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 108,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:bone",
"quantityRange": "0-1"
},
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "minecraft:blaze_powder",
"percentage": 2.5
},
{
"item": "cobblemon:rawst_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,190 @@
{
"implemented": true,
"name": "Jumpluff",
"nationalPokedexNumber": 189,
"primaryType": "grass",
"secondaryType": "flying",
"abilities": [
"chlorophyll",
"leafguard",
"h:infiltrator"
],
"baseStats": {
"hp": 75,
"attack": 55,
"defence": 70,
"special_attack": 55,
"special_defence": 95,
"speed": 110
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 207,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": [
"fairy",
"grass"
],
"moves": [
"1:absorb",
"1:splash",
"1:synthesis",
"1:tailwhip",
"8:tackle",
"10:fairywind",
"12:poisonpowder",
"12:sleeppowder",
"12:stunspore",
"15:bulletseed",
"20:leechseed",
"24:megadrain",
"30:acrobatics",
"35:cottonspore",
"39:ragepowder",
"39:uturn",
"43:gigadrain",
"49:bounce",
"54:worryseed",
"55:memento",
"tm:acrobatics",
"tm:aerialace",
"tm:attract",
"tm:batonpass",
"tm:bulletseed",
"tm:captivate",
"tm:charm",
"tm:confide",
"tm:dazzlinggleam",
"tm:doubleedge",
"tm:doubleteam",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:grassknot",
"tm:grassyterrain",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:infestation",
"tm:leafstorm",
"tm:lightscreen",
"tm:lunge",
"tm:magicalleaf",
"tm:naturalgift",
"tm:pollenpuff",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:secretpower",
"tm:seedbomb",
"tm:silverwind",
"tm:sleeptalk",
"tm:solarbeam",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:toxic",
"tm:trailblaze",
"tm:uturn",
"tutor:attract",
"tutor:bounce",
"tutor:bulletseed",
"tutor:cottonspore",
"tutor:curse",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:endure",
"tutor:falseswipe",
"tutor:flash",
"tutor:frustration",
"tutor:gigadrain",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:hyperbeam",
"tutor:leechseed",
"tutor:megadrain",
"tutor:mimic",
"tutor:poisonpowder",
"tutor:protect",
"tutor:rest",
"tutor:return",
"tutor:seedbomb",
"tutor:sleeppowder",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:splash",
"tutor:stunspore",
"tutor:substitute",
"tutor:sunnyday",
"tutor:swagger",
"tutor:sweetscent",
"tutor:swordsdance",
"tutor:synthesis",
"tutor:tackle",
"tutor:tailwhip",
"tutor:toxic",
"tutor:worryseed"
],
"labels": [
"gen2"
],
"pokedex": [
"cobblemon.species.jumpluff.desc"
],
"preEvolution": "skiploom",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 3
},
"height": 8,
"weight": 30,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:white_wool",
"quantityRange": "1-3"
},
{
"item": "cobblemon:yache_berry",
"percentage": 10.0
}
]
}
}

View File

@ -0,0 +1,194 @@
{
"implemented": true,
"name": "Ledian",
"nationalPokedexNumber": 166,
"primaryType": "bug",
"secondaryType": "flying",
"abilities": [
"swarm",
"earlybird",
"h:ironfist"
],
"baseStats": {
"hp": 55,
"attack": 35,
"defence": 50,
"special_attack": 55,
"special_defence": 110,
"speed": 85
},
"catchRate": 90,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 137,
"experienceGroup": "fast",
"eggCycles": 15,
"eggGroups": [
"bug"
],
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.265
},
"fly": {
"canFly": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
},
"moves": [
"1:supersonic",
"1:swift",
"1:tackle",
"12:lightscreen",
"12:reflect",
"12:safeguard",
"15:machpunch",
"20:silverwind",
"24:cometpunch",
"29:batonpass",
"33:agility",
"38:bugbuzz",
"42:airslash",
"47:doubleedge",
"tm:acrobatics",
"tm:aerialace",
"tm:attract",
"tm:brickbreak",
"tm:captivate",
"tm:confide",
"tm:dig",
"tm:doubleteam",
"tm:drainpunch",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:infestation",
"tm:lightscreen",
"tm:naturalgift",
"tm:poweruppunch",
"tm:protect",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rocksmash",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:silverwind",
"tm:sleeptalk",
"tm:solarbeam",
"tm:strength",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:thief",
"tm:toxic",
"tm:uturn",
"tutor:agility",
"tutor:aircutter",
"tutor:attract",
"tutor:batonpass",
"tutor:bugbite",
"tutor:cometpunch",
"tutor:curse",
"tutor:defog",
"tutor:dig",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:drainpunch",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:flash",
"tutor:focuspunch",
"tutor:frustration",
"tutor:gigadrain",
"tutor:headbutt",
"tutor:hiddenpower",
"tutor:hyperbeam",
"tutor:icepunch",
"tutor:knockoff",
"tutor:lightscreen",
"tutor:megapunch",
"tutor:mimic",
"tutor:ominouswind",
"tutor:protect",
"tutor:reflect",
"tutor:rest",
"tutor:return",
"tutor:rollout",
"tutor:roost",
"tutor:safeguard",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:stringshot",
"tutor:substitute",
"tutor:sunnyday",
"tutor:supersonic",
"tutor:swagger",
"tutor:sweetscent",
"tutor:swift",
"tutor:swordsdance",
"tutor:tackle",
"tutor:tailwind",
"tutor:thief",
"tutor:thunderpunch",
"tutor:toxic",
"tutor:uproar"
],
"labels": [
"gen2"
],
"pokedex": [
"cobblemon.species.ledian.desc"
],
"preEvolution": "ledyba",
"evolutions": [],
"baseScale": 0.875,
"hitbox": {
"width": 0.9,
"height": 1.4,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"height": 14,
"weight": 356,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:charti_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,218 @@
{
"implemented": true,
"name": "Ledyba",
"nationalPokedexNumber": 165,
"primaryType": "bug",
"secondaryType": "flying",
"abilities": [
"swarm",
"earlybird",
"h:rattled"
],
"baseStats": {
"hp": 40,
"attack": 20,
"defence": 30,
"special_attack": 40,
"special_defence": 80,
"speed": 55
},
"catchRate": 255,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 53,
"experienceGroup": "fast",
"eggCycles": 15,
"eggGroups": [
"bug"
],
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.28
},
"fly": {
"canFly": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
},
"moves": [
"1:tackle",
"5:supersonic",
"8:swift",
"12:lightscreen",
"12:reflect",
"12:safeguard",
"15:machpunch",
"19:silverwind",
"22:cometpunch",
"26:batonpass",
"29:agility",
"33:bugbuzz",
"36:airslash",
"40:doubleedge",
"egg:bide",
"egg:bugbite",
"egg:bugbuzz",
"egg:counter",
"egg:dizzypunch",
"egg:drainpunch",
"egg:encore",
"egg:endure",
"egg:focuspunch",
"egg:knockoff",
"egg:psybeam",
"egg:screech",
"egg:silverwind",
"egg:tailwind",
"tm:acrobatics",
"tm:aerialace",
"tm:attract",
"tm:brickbreak",
"tm:captivate",
"tm:confide",
"tm:dig",
"tm:doubleteam",
"tm:drainpunch",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:focuspunch",
"tm:frustration",
"tm:gigadrain",
"tm:hiddenpower",
"tm:infestation",
"tm:lightscreen",
"tm:naturalgift",
"tm:poweruppunch",
"tm:protect",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:silverwind",
"tm:sleeptalk",
"tm:solarbeam",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:thief",
"tm:toxic",
"tm:uturn",
"tutor:aerialace",
"tutor:agility",
"tutor:aircutter",
"tutor:attract",
"tutor:batonpass",
"tutor:bide",
"tutor:bugbite",
"tutor:cometpunch",
"tutor:curse",
"tutor:dig",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:drainpunch",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:flash",
"tutor:focuspunch",
"tutor:frustration",
"tutor:gigadrain",
"tutor:headbutt",
"tutor:hiddenpower",
"tutor:icepunch",
"tutor:knockoff",
"tutor:lightscreen",
"tutor:megapunch",
"tutor:mimic",
"tutor:ominouswind",
"tutor:protect",
"tutor:psybeam",
"tutor:reflect",
"tutor:refresh",
"tutor:rest",
"tutor:return",
"tutor:rollout",
"tutor:roost",
"tutor:safeguard",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:stringshot",
"tutor:substitute",
"tutor:sunnyday",
"tutor:supersonic",
"tutor:swagger",
"tutor:sweetscent",
"tutor:swift",
"tutor:swordsdance",
"tutor:tackle",
"tutor:tailwind",
"tutor:thief",
"tutor:thunderpunch",
"tutor:toxic",
"tutor:uproar"
],
"labels": [
"gen2"
],
"pokedex": [
"cobblemon.species.ledyba.desc"
],
"evolutions": [
{
"id": "ledyba_ledian",
"variant": "level_up",
"result": "ledian",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 18
}
]
}
],
"baseScale": 0.7,
"hitbox": {
"width": 0.9,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"height": 10,
"weight": 108,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:charti_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,246 @@
{
"implemented": true,
"name": "Marill",
"nationalPokedexNumber": 183,
"primaryType": "water",
"secondaryType": "fairy",
"abilities": ["thickfat", "hugepower", "h:sapsipper"],
"baseStats": {
"hp": 70,
"attack": 20,
"defence": 50,
"special_attack": 20,
"special_defence": 50,
"speed": 40
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 88,
"experienceGroup": "fast",
"eggCycles": 10,
"eggGroups": ["water_1", "fairy"],
"moves": [
"1:defensecurl",
"1:helpinghand",
"1:rollout",
"1:tackle",
"1:tailwhip",
"1:watergun",
"5:watersport",
"6:bubblebeam",
"7:bubble",
"9:charm",
"12:slam",
"15:bounce",
"19:aquatail",
"21:playrough",
"24:aquaring",
"27:raindance",
"30:hydropump",
"33:doubleedge",
"36:superpower",
"egg:amnesia",
"egg:aquajet",
"egg:bellydrum",
"egg:bodyslam",
"egg:camouflage",
"egg:copycat",
"egg:futuresight",
"egg:lightscreen",
"egg:muddywater",
"egg:perishsong",
"egg:present",
"egg:refresh",
"egg:sing",
"egg:soak",
"egg:substitute",
"egg:superpower",
"egg:supersonic",
"egg:tickle",
"egg:watersport",
"tm:alluringvoice",
"tm:amnesia",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:bounce",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulldoze",
"tm:captivate",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:dig",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:drainingkiss",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:fling",
"tm:focuspunch",
"tm:frustration",
"tm:futuresight",
"tm:grassknot",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:hypervoice",
"tm:icebeam",
"tm:icepunch",
"tm:icespinner",
"tm:icywind",
"tm:irontail",
"tm:knockoff",
"tm:lightscreen",
"tm:liquidation",
"tm:megakick",
"tm:megapunch",
"tm:metronome",
"tm:mistyexplosion",
"tm:mistyterrain",
"tm:muddywater",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:playrough",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rocksmash",
"tm:round",
"tm:scald",
"tm:secretpower",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:strength",
"tm:substitute",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:uproar",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tm:workup",
"tutor:amnesia",
"tutor:aquajet",
"tutor:aquatail",
"tutor:attract",
"tutor:bellydrum",
"tutor:blizzard",
"tutor:bodyslam",
"tutor:bounce",
"tutor:bubblebeam",
"tutor:covet",
"tutor:curse",
"tutor:defensecurl",
"tutor:dive",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:focuspunch",
"tutor:foresight",
"tutor:frustration",
"tutor:futuresight",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:hypervoice",
"tutor:icepunch",
"tutor:icywind",
"tutor:irontail",
"tutor:knockoff",
"tutor:lightscreen",
"tutor:megakick",
"tutor:megapunch",
"tutor:mimic",
"tutor:mistyexplosion",
"tutor:mudslap",
"tutor:perishsong",
"tutor:present",
"tutor:protect",
"tutor:raindance",
"tutor:rest",
"tutor:return",
"tutor:rollout",
"tutor:seismictoss",
"tutor:sleeptalk",
"tutor:snore",
"tutor:steelroller",
"tutor:substitute",
"tutor:superpower",
"tutor:supersonic",
"tutor:surf",
"tutor:swagger",
"tutor:swift",
"tutor:tackle",
"tutor:tailwhip",
"tutor:toxic",
"tutor:waterfall",
"tutor:watergun",
"tutor:waterpulse",
"tutor:whirlpool"
],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.marill.desc"],
"preEvolution": "azurill",
"evolutions": [
{
"id": "marill_azumarill",
"variant": "level_up",
"result": "azumarill",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 18
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 4,
"weight": 85,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:kebia_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,198 @@
{
"implemented": true,
"name": "Skiploom",
"nationalPokedexNumber": 188,
"primaryType": "grass",
"secondaryType": "flying",
"abilities": [
"chlorophyll",
"leafguard",
"h:infiltrator"
],
"baseStats": {
"hp": 55,
"attack": 45,
"defence": 50,
"special_attack": 45,
"special_defence": 65,
"speed": 80
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 119,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": [
"fairy",
"grass"
],
"moves": [
"1:absorb",
"1:splash",
"1:synthesis",
"1:tailwhip",
"8:tackle",
"10:fairywind",
"12:poisonpowder",
"12:sleeppowder",
"12:stunspore",
"15:bulletseed",
"20:leechseed",
"24:megadrain",
"28:acrobatics",
"31:cottonspore",
"34:uturn",
"36:ragepowder",
"37:gigadrain",
"41:bounce",
"44:memento",
"48:worryseed",
"tm:acrobatics",
"tm:aerialace",
"tm:attract",
"tm:batonpass",
"tm:bulletseed",
"tm:captivate",
"tm:charm",
"tm:confide",
"tm:dazzlinggleam",
"tm:doubleedge",
"tm:doubleteam",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:frustration",
"tm:gigadrain",
"tm:grassknot",
"tm:grassyterrain",
"tm:helpinghand",
"tm:hiddenpower",
"tm:infestation",
"tm:leafstorm",
"tm:lightscreen",
"tm:lunge",
"tm:magicalleaf",
"tm:naturalgift",
"tm:pollenpuff",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:secretpower",
"tm:seedbomb",
"tm:silverwind",
"tm:sleeptalk",
"tm:solarbeam",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:toxic",
"tm:trailblaze",
"tm:uturn",
"tutor:attract",
"tutor:bounce",
"tutor:cottonspore",
"tutor:curse",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:endure",
"tutor:flash",
"tutor:frustration",
"tutor:gigadrain",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:leechseed",
"tutor:megadrain",
"tutor:mimic",
"tutor:poisonpowder",
"tutor:protect",
"tutor:rest",
"tutor:return",
"tutor:seedbomb",
"tutor:sleeppowder",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:splash",
"tutor:stunspore",
"tutor:substitute",
"tutor:sunnyday",
"tutor:swagger",
"tutor:sweetscent",
"tutor:swordsdance",
"tutor:synthesis",
"tutor:tackle",
"tutor:tailwhip",
"tutor:toxic",
"tutor:worryseed"
],
"labels": [
"gen2"
],
"pokedex": [
"cobblemon.species.skiploom.desc"
],
"preEvolution": "hoppip",
"evolutions": [
{
"id": "skiploom_jumpluff",
"variant": "level_up",
"result": "jumpluff",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 27
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 6,
"weight": 10,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:sunflower"
},
{
"item": "cobblemon:yache_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,54 @@
{
"implemented": true,
"name": "Unown",
"nationalPokedexNumber": 201,
"primaryType": "psychic",
"abilities": ["levitate"],
"baseStats": {
"hp": 48,
"attack": 72,
"defence": 48,
"special_attack": 72,
"special_defence": 48,
"speed": 48
},
"catchRate": 225,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 118,
"experienceGroup": "medium_fast",
"eggCycles": 40,
"eggGroups": ["undiscovered"],
"moves": ["1:hiddenpower", "tm:hiddenpower", "tutor:hiddenpower"],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.unown.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 50,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "minecraft:ender_pearl",
"quantityRange": "0-1"
}
]
}
}

View File

@ -0,0 +1,263 @@
{
"implemented": true,
"name": "Absol",
"nationalPokedexNumber": 359,
"primaryType": "dark",
"abilities": ["pressure", "superluck", "h:justified"],
"baseStats": {
"hp": 65,
"attack": 130,
"defence": 60,
"special_attack": 75,
"special_defence": 60,
"speed": 75
},
"catchRate": 30,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "dark",
"abilities": ["magicbounce"],
"baseStats": {
"hp": 65,
"attack": 150,
"defence": 60,
"special_attack": 115,
"special_defence": 60,
"speed": 115
},
"catchRate": 30,
"maleRatio": 0.5,
"baseExperienceYield": 163,
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "medium_slow",
"eggCycles": 25,
"eggGroups": ["field"],
"labels": ["gen6", "mega"],
"aspects": ["mega"],
"height": 12,
"weight": 490,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 163,
"experienceGroup": "medium_slow",
"eggCycles": 25,
"eggGroups": ["field"],
"moves": [
"1:feint",
"1:leer",
"1:quickattack",
"1:scratch",
"5:doubleteam",
"10:knockoff",
"10:pursuit",
"15:detect",
"16:bite",
"20:taunt",
"25:slash",
"30:nightslash",
"35:focusenergy",
"37:psychocut",
"40:suckerpunch",
"41:mefirst",
"45:swordsdance",
"49:razorwind",
"50:futuresight",
"55:perishsong",
"egg:assurance",
"egg:batonpass",
"egg:bite",
"egg:curse",
"egg:doubleedge",
"egg:feint",
"egg:feintattack",
"egg:hex",
"egg:magiccoat",
"egg:meanlook",
"egg:mefirst",
"egg:megahorn",
"egg:perishsong",
"egg:playrough",
"egg:punishment",
"egg:substitute",
"egg:suckerpunch",
"egg:zenheadbutt",
"tm:aerialace",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:batonpass",
"tm:blizzard",
"tm:bodyslam",
"tm:bounce",
"tm:brutalswing",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:closecombat",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fireblast",
"tm:flamethrower",
"tm:flash",
"tm:focusenergy",
"tm:foulplay",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:hail",
"tm:hex",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:incinerate",
"tm:irontail",
"tm:megahorn",
"tm:naturalgift",
"tm:payback",
"tm:playrough",
"tm:protect",
"tm:psychocut",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:snarl",
"tm:snatch",
"tm:snore",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:taunt",
"tm:thief",
"tm:throatchop",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:waterpulse",
"tm:willowisp",
"tm:xscissor",
"tm:zenheadbutt",
"tutor:bite",
"tutor:bodyslam",
"tutor:bounce",
"tutor:counter",
"tutor:darkpulse",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dreameater",
"tutor:endure",
"tutor:feint",
"tutor:foulplay",
"tutor:furycutter",
"tutor:futuresight",
"tutor:headbutt",
"tutor:icywind",
"tutor:irontail",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:leer",
"tutor:magiccoat",
"tutor:megahorn",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:perishsong",
"tutor:psychup",
"tutor:razorwind",
"tutor:rockslide",
"tutor:roleplay",
"tutor:scratch",
"tutor:shockwave",
"tutor:slash",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:superpower",
"tutor:swagger",
"tutor:swift",
"tutor:swordsdance",
"tutor:throatchop",
"tutor:thunderwave",
"tutor:waterpulse",
"tutor:wish",
"tutor:zenheadbutt"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.absol.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 12,
"weight": 470,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:razor_claw",
"percentage": 5
},
{
"item": "cobblemon:roseli_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,243 @@
{
"implemented": true,
"name": "Altaria",
"nationalPokedexNumber": 334,
"primaryType": "dragon",
"secondaryType": "flying",
"abilities": ["naturalcure", "h:cloudnine"],
"baseStats": {
"hp": 75,
"attack": 70,
"defence": 90,
"special_attack": 70,
"special_defence": 105,
"speed": 80
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "dragon",
"secondaryType": "fairy",
"abilities": ["pixilate"],
"baseStats": {
"hp": 75,
"attack": 110,
"defence": 110,
"special_attack": 110,
"special_defence": 105,
"speed": 80
},
"catchRate": 45,
"maleRatio": 0.5,
"baseExperienceYield": 172,
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"experienceGroup": "erratic",
"eggCycles": 20,
"eggGroups": ["flying", "dragon"],
"labels": ["gen6", "mega"],
"aspects": ["mega"],
"height": 15,
"weight": 206,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 172,
"experienceGroup": "erratic",
"eggCycles": 20,
"eggGroups": ["flying", "dragon"],
"moves": [
"1:astonish",
"1:disarmingvoice",
"1:growl",
"1:mist",
"1:peck",
"1:pluck",
"12:furyattack",
"16:round",
"20:dragonbreath",
"20:naturalgift",
"24:safeguard",
"26:refresh",
"28:sing",
"30:dragondance",
"32:cottonguard",
"38:takedown",
"40:dragonpulse",
"44:moonblast",
"50:perishsong",
"56:skyattack",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:alluringvoice",
"tm:attract",
"tm:bodyslam",
"tm:bravebird",
"tm:breakingswipe",
"tm:bulldoze",
"tm:captivate",
"tm:confide",
"tm:dazzlinggleam",
"tm:disarmingvoice",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dreameater",
"tm:dualwingbeat",
"tm:earthquake",
"tm:echoedvoice",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:featherdance",
"tm:fireblast",
"tm:firespin",
"tm:flamethrower",
"tm:fly",
"tm:frustration",
"tm:gigaimpact",
"tm:haze",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hurricane",
"tm:hyperbeam",
"tm:hypervoice",
"tm:icebeam",
"tm:incinerate",
"tm:irontail",
"tm:naturalgift",
"tm:outrage",
"tm:playrough",
"tm:pluck",
"tm:powerswap",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rocksmash",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:solarbeam",
"tm:steelwing",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:toxic",
"tm:trailblaze",
"tm:uproar",
"tm:willowisp",
"tm:weatherball",
"tm:willowisp",
"tm:wonderroom",
"tutor:aerialace",
"tutor:agility",
"tutor:aircutter",
"tutor:bodyslam",
"tutor:defog",
"tutor:doubleedge",
"tutor:dracometeor",
"tutor:dragonbreath",
"tutor:dragondance",
"tutor:dragonpulse",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:endure",
"tutor:falseswipe",
"tutor:fireblast",
"tutor:healbell",
"tutor:heatwave",
"tutor:hypervoice",
"tutor:irontail",
"tutor:mimic",
"tutor:mudslap",
"tutor:naturalgift",
"tutor:ominouswind",
"tutor:outrage",
"tutor:protect",
"tutor:psychup",
"tutor:refresh",
"tutor:roost",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:tailwind",
"tutor:takedown",
"tutor:twister",
"tutor:uproar",
"tutor:wonderroom"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.altaria.desc"],
"preEvolution": "swablu",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"height": 11,
"weight": 206,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:white_wool",
"quantityRange": "1-2"
},
{
"item": "minecraft:chicken"
},
{
"item": "cobblemon:yache_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,179 @@
{
"implemented": true,
"name": "Azurill",
"nationalPokedexNumber": 298,
"primaryType": "normal",
"secondaryType": "fairy",
"abilities": [
"thickfat",
"hugepower",
"h:sapsipper"
],
"baseStats": {
"hp": 50,
"attack": 20,
"defence": 40,
"special_attack": 20,
"special_defence": 40,
"speed": 20
},
"catchRate": 150,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 38,
"experienceGroup": "fast",
"eggCycles": 10,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:splash",
"1:tailwhip",
"1:watergun",
"3:helpinghand",
"5:watersport",
"6:bubblebeam",
"7:bubble",
"9:charm",
"12:slam",
"15:bounce",
"egg:aquajet",
"egg:bellydrum",
"egg:bodyslam",
"egg:camouflage",
"egg:copycat",
"egg:encore",
"egg:faketears",
"egg:muddywater",
"egg:perishsong",
"egg:present",
"egg:refresh",
"egg:sing",
"egg:slam",
"egg:soak",
"egg:supersonic",
"egg:tickle",
"egg:watersport",
"tm:alluringvoice",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:bounce",
"tm:brutalswing",
"tm:captivate",
"tm:charm",
"tm:confide",
"tm:doubleteam",
"tm:drainingkiss",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:frustration",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hypervoice",
"tm:icebeam",
"tm:icywind",
"tm:irontail",
"tm:lightscreen",
"tm:muddywater",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:scald",
"tm:secretpower",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:uproar",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tm:workup",
"tutor:bodyslam",
"tutor:bounce",
"tutor:covet",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:endure",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hypervoice",
"tutor:icywind",
"tutor:irontail",
"tutor:knockoff",
"tutor:mimic",
"tutor:mudslap",
"tutor:rollout",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:uproar",
"tutor:waterpulse"
],
"labels": [
"gen3",
"baby"
],
"pokedex": [
"cobblemon.species.azurill.desc"
],
"evolutions": [
{
"id": "azurill_marill",
"variant": "level_up",
"result": "marill",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "friendship",
"amount": 160
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 2,
"weight": 20,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:kebia_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,225 @@
{
"implemented": true,
"name": "Banette",
"nationalPokedexNumber": 354,
"primaryType": "ghost",
"abilities": ["insomnia", "frisk", "h:cursedbody"],
"baseStats": {
"hp": 64,
"attack": 115,
"defence": 65,
"special_attack": 83,
"special_defence": 63,
"speed": 65
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "ghost",
"abilities": ["prankster"],
"baseStats": {
"hp": 64,
"attack": 165,
"defence": 75,
"special_attack": 93,
"special_defence": 83,
"speed": 75
},
"catchRate": 45,
"maleRatio": 0.5,
"baseExperienceYield": 159,
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "fast",
"eggCycles": 25,
"eggGroups": ["amorphous"],
"labels": ["gen6", "mega"],
"aspects": ["mega"],
"height": 12,
"weight": 130,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 159,
"experienceGroup": "fast",
"eggCycles": 25,
"eggGroups": ["amorphous"],
"moves": [
"1:knockoff",
"1:nightshade",
"1:screech",
"1:spite",
"16:willowisp",
"19:feintattack",
"19:shadowsneak",
"22:hex",
"26:curse",
"30:shadowball",
"34:embargo",
"34:roleplay",
"40:suckerpunch",
"46:snatch",
"46:trick",
"52:grudge",
"53:phantomforce",
"tm:attract",
"tm:burningjealousy",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:confide",
"tm:confuseray",
"tm:curse",
"tm:darkpulse",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:gunkshot",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icywind",
"tm:imprison",
"tm:infestation",
"tm:knockoff",
"tm:lashout",
"tm:metronome",
"tm:nastyplot",
"tm:naturalgift",
"tm:nightshade",
"tm:painsplit",
"tm:payback",
"tm:phantomforce",
"tm:poltergeist",
"tm:pounce",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:skillswap",
"tm:skittersmack",
"tm:sleeptalk",
"tm:snatch",
"tm:spite",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:trick",
"tm:trickroom",
"tm:willowisp",
"tutor:allyswitch",
"tutor:bodyslam",
"tutor:cottonguard",
"tutor:curse",
"tutor:darkpulse",
"tutor:doubleedge",
"tutor:dreameater",
"tutor:endure",
"tutor:feintattack",
"tutor:foulplay",
"tutor:gunkshot",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:hex",
"tutor:icywind",
"tutor:knockoff",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:metronome",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:ominouswind",
"tutor:painsplit",
"tutor:psychup",
"tutor:roleplay",
"tutor:shadowball",
"tutor:shockwave",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:swagger",
"tutor:telekinesis",
"tutor:throatchop",
"tutor:thunderwave",
"tutor:trick"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.banette.desc"],
"preEvolution": "shuppet",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 11,
"weight": 125,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:spell_tag",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,156 @@
{
"implemented": true,
"name": "Delcatty",
"nationalPokedexNumber": 301,
"primaryType": "normal",
"abilities": [
"cutecharm",
"normalize",
"h:wonderskin"
],
"baseStats": {
"hp": 70,
"attack": 65,
"defence": 65,
"special_attack": 55,
"special_defence": 55,
"speed": 90
},
"catchRate": 60,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 140,
"experienceGroup": "fast",
"eggCycles": 15,
"eggGroups": [
"field",
"fairy"
],
"moves": [
"1:attract",
"1:doubleslap",
"1:fakeout",
"1:growl",
"1:sing",
"tm:attract",
"tm:blizzard",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:confide",
"tm:dig",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:irontail",
"tm:naturalgift",
"tm:payback",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rocksmash",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:sleeptalk",
"tm:solarbeam",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:waterpulse",
"tm:wildcharge",
"tm:workup",
"tutor:attract",
"tutor:bodyslam",
"tutor:covet",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:dreameater",
"tutor:endure",
"tutor:headbutt",
"tutor:healbell",
"tutor:helpinghand",
"tutor:hypervoice",
"tutor:icywind",
"tutor:irontail",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:mimic",
"tutor:mudslap",
"tutor:psychup",
"tutor:rollout",
"tutor:secretpower",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stompingtantrum",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:swagger",
"tutor:sweetkiss",
"tutor:swift",
"tutor:thunderwave",
"tutor:uproar",
"tutor:waterpulse",
"tutor:zenheadbutt"
],
"labels": [
"gen3"
],
"pokedex": [
"cobblemon.species.delcatty.desc"
],
"preEvolution": "skitty",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 11,
"weight": 326,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:silk_scarf",
"percentage": 5.0
},
{
"item": "cobblemon:pecha_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,601 @@
{
"implemented": true,
"name": "Deoxys",
"nationalPokedexNumber": 386,
"primaryType": "psychic",
"abilities": [
"pressure"
],
"baseStats": {
"hp": 50,
"attack": 150,
"defence": 50,
"special_attack": 150,
"special_defence": 50,
"speed": 150
},
"features": [
"deoxysattack",
"deoxysdefense",
"deoxysspeed"
],
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.4
},
"walk": {
"walkSpeed": 0.4
}
}
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 270,
"baseFriendship": 0,
"baseScale": 0.6,
"hitbox": {
"width": 2,
"height": 3.7,
"fixed": false
},
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 1
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:leer",
"1:wrap",
"7:nightshade",
"13:doubleteam",
"13:teleport",
"19:knockoff",
"19:taunt",
"25:psyshock",
"25:pursuit",
"25:spikes",
"31:psychic",
"37:gravity",
"37:protect",
"37:snatch",
"37:superpower",
"37:swift",
"43:psychoshift",
"43:skillswap",
"49:zenheadbutt",
"55:agility",
"55:amnesia",
"55:cosmicpower",
"55:irondefense",
"61:recover",
"61:zapcannon",
"67:psychoboost",
"73:counter",
"73:extremespeed",
"73:hyperbeam",
"73:mirrorcoat",
"tm:aerialace",
"tm:agility",
"tm:allyswitch",
"tm:amnesia",
"tm:avalanche",
"tm:brickbreak",
"tm:brutalswing",
"tm:calmmind",
"tm:chargebeam",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleteam",
"tm:drainpunch",
"tm:dreameater",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:firepunch",
"tm:flash",
"tm:flashcannon",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:gravity",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:icepunch",
"tm:icywind",
"tm:imprison",
"tm:irondefense",
"tm:knockoff",
"tm:lightscreen",
"tm:lowkick",
"tm:lowsweep",
"tm:meteorbeam",
"tm:nastyplot",
"tm:naturalgift",
"tm:nightshade",
"tm:painsplit",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:recycle",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:skillswap",
"tm:sleeptalk",
"tm:snatch",
"tm:solarbeam",
"tm:spikes",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:storedpower",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:throatchop",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderpunch",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:waterpulse",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:bind",
"tutor:bodyslam",
"tutor:cosmicpower",
"tutor:counter",
"tutor:darkpulse",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:drainpunch",
"tutor:dreameater",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:extremespeed",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:gravity",
"tutor:headbutt",
"tutor:hyperbeam",
"tutor:icepunch",
"tutor:icywind",
"tutor:irondefense",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:leer",
"tutor:lowkick",
"tutor:magiccoat",
"tutor:megakick",
"tutor:megapunch",
"tutor:meteormash",
"tutor:mimic",
"tutor:mirrorcoat",
"tutor:mudslap",
"tutor:nastyplot",
"tutor:nightmare",
"tutor:nightshade",
"tutor:psychic",
"tutor:psychoboost",
"tutor:psychup",
"tutor:pursuit",
"tutor:recover",
"tutor:recycle",
"tutor:rockslide",
"tutor:roleplay",
"tutor:seismictoss",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spikes",
"tutor:stealthrock",
"tutor:stompingtantrum",
"tutor:substitute",
"tutor:superpower",
"tutor:swagger",
"tutor:swift",
"tutor:taunt",
"tutor:telekinesis",
"tutor:throatchop",
"tutor:thunderpunch",
"tutor:thunderwave",
"tutor:trick",
"tutor:waterpulse",
"tutor:wonderroom",
"tutor:wrap",
"tutor:zapcannon",
"tutor:zenheadbutt"
],
"labels": [
"gen3",
"mythical",
"legendary"
],
"pokedex": [
"cobblemon.species.deoxys.desc"
],
"height": 17,
"weight": 608,
"evolutions": [
{
"id": "deoxys_deoxysspeed",
"variant": "level_up",
"result": "deoxys deoxysspeed=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:chorus_fruit"
}
]
},
{
"id": "deoxys_deoxysattack",
"variant": "level_up",
"result": "deoxys deoxysattack=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:end_crystal"
}
]
},
{
"id": "deoxys_deoxysdefense",
"variant": "level_up",
"result": "deoxys deoxysdefense=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:shulker_shell"
}
]
}
],
"forms": [
{
"name": "Deoxys-Attack",
"primaryType": "psychic",
"abilities": [
"pressure"
],
"baseStats": {
"hp": 50,
"attack": 180,
"defence": 20,
"special_attack": 180,
"special_defence": 20,
"speed": 150
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.4
},
"walk": {
"walkSpeed": 0.4
}
}
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 270,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen3",
"mythical",
"legendary"
],
"evolutions": [
{
"id": "deoxysattack_deoxys",
"variant": "level_up",
"result": "deoxys deoxysattack=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:end_stone"
}
]
}
],
"aspects": [
"deoxysattack"
],
"height": 17,
"weight": 608,
"cannotDynamax": false,
"battleOnly": false,
"drops": {
"amount": 6,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "minecraft:end_crystal",
"percentage": 33.3
},
{
"item": "minecraft:chorus_fruit",
"percentage": 33.3
},
{
"item": "minecraft:shulker_shell",
"percentage": 33.3
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
}
},
{
"name": "Deoxys-Defense",
"primaryType": "psychic",
"abilities": [
"pressure"
],
"baseStats": {
"hp": 50,
"attack": 70,
"defence": 160,
"special_attack": 70,
"special_defence": 160,
"speed": 90
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.3
},
"walk": {
"walkSpeed": 0.3
}
}
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 270,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 2,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen3",
"mythical",
"legendary"
],
"evolutions": [
{
"id": "deoxysdefense_deoxys",
"variant": "level_up",
"result": "deoxys deoxys deoxysdefense=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:end_stone"
}
]
}
],
"aspects": [
"deoxysdefense"
],
"height": 17,
"weight": 608,
"cannotDynamax": false,
"battleOnly": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:eye_of_ender",
"quantityRange": "3-5"
}
]
}
},
{
"name": "Deoxys-Speed",
"primaryType": "psychic",
"abilities": [
"pressure"
],
"baseStats": {
"hp": 50,
"attack": 95,
"defence": 90,
"special_attack": 95,
"special_defence": 90,
"speed": 180
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.6
},
"walk": {
"walkSpeed": 0.9
}
}
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 270,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 3
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen3",
"mythical",
"legendary"
],
"evolutions": [
{
"id": "deoxysspeed_deoxys",
"variant": "level_up",
"result": "deoxys deoxysspeed=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:end_stone"
}
]
}
],
"aspects": [
"deoxysspeed"
],
"height": 17,
"weight": 608,
"cannotDynamax": false,
"battleOnly": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:eye_of_ender",
"quantityRange": "3-5"
}
]
}
}
],
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "minecraft:eye_of_ender"
}
]
}
}

View File

@ -0,0 +1,152 @@
{
"implemented": true,
"name": "Feebas",
"nationalPokedexNumber": 349,
"primaryType": "water",
"abilities": ["swiftswim", "oblivious", "h:adaptability"],
"baseStats": {
"hp": 20,
"attack": 15,
"defence": 20,
"special_attack": 10,
"special_defence": 55,
"speed": 80
},
"catchRate": 255,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 40,
"experienceGroup": "erratic",
"eggCycles": 20,
"eggGroups": ["water_1", "dragon"],
"moves": [
"1:splash",
"15:tackle",
"25:flail",
"egg:brine",
"egg:captivate",
"egg:confuseray",
"egg:dragonbreath",
"egg:dragonpulse",
"egg:haze",
"egg:hypnosis",
"egg:irontail",
"egg:lightscreen",
"egg:mirrorcoat",
"egg:mist",
"egg:mudsport",
"egg:tickle",
"tm:attract",
"tm:blizzard",
"tm:brine",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:confuseray",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:dragonpulse",
"tm:endure",
"tm:facade",
"tm:frustration",
"tm:hail",
"tm:haze",
"tm:hiddenpower",
"tm:icebeam",
"tm:icywind",
"tm:irontail",
"tm:lightscreen",
"tm:muddywater",
"tm:mudshot",
"tm:naturalgift",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:scald",
"tm:scaleshot",
"tm:secretpower",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:terablast",
"tm:toxic",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tutor:captivate",
"tutor:dive",
"tutor:doubleedge",
"tutor:dragonpulse",
"tutor:endure",
"tutor:icywind",
"tutor:irontail",
"tutor:mimic",
"tutor:mirrorcoat",
"tutor:scaleshot",
"tutor:sleeptalk",
"tutor:snore",
"tutor:splash",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:waterpulse"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.feebas.desc"],
"evolutions": [
{
"id": "feebas_milotic",
"variant": "trade",
"result": "milotic",
"consumeHeldItem": true,
"learnableMoves": ["waterpulse"],
"requirements": [
{
"variant": "held_item",
"itemCondition": "cobblemon:prism_scale"
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 6,
"weight": 74,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:salmon"
},
{
"item": "minecraft:bone_meal",
"percentage": 5
},
{
"item": "cobblemon:prism_scale",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,207 @@
{
"implemented": true,
"name": "Glalie",
"nationalPokedexNumber": 362,
"primaryType": "ice",
"abilities": ["innerfocus", "icebody", "h:moody"],
"baseStats": {
"hp": 80,
"attack": 80,
"defence": 80,
"special_attack": 80,
"special_defence": 80,
"speed": 80
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "ice",
"abilities": ["refrigerate"],
"baseStats": {
"hp": 80,
"attack": 120,
"defence": 80,
"special_attack": 120,
"special_defence": 80,
"speed": 100
},
"catchRate": 75,
"maleRatio": 0.5,
"baseExperienceYield": 168,
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["fairy", "mineral"],
"labels": ["gen6", "mega"],
"aspects": ["mega"],
"height": 21,
"weight": 3502,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 168,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["fairy", "mineral"],
"moves": [
"1:astonish",
"1:doubleteam",
"1:freezedry",
"1:headbutt",
"1:leer",
"1:powdersnow",
"1:sheercold",
"15:iceshard",
"20:protect",
"25:icywind",
"30:frostbreath",
"35:bite",
"37:icebeam",
"40:icefang",
"47:hail",
"47:snowscape",
"54:weatherball",
"61:crunch",
"68:blizzard",
"tm:attract",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:bulldoze",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:doubleteam",
"tm:earthquake",
"tm:endure",
"tm:explosion",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:foulplay",
"tm:frostbreath",
"tm:frustration",
"tm:gigaimpact",
"tm:gyroball",
"tm:hail",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:icefang",
"tm:icespinner",
"tm:iciclespear",
"tm:icywind",
"tm:ironhead",
"tm:lightscreen",
"tm:naturalgift",
"tm:payback",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:scaryface",
"tm:secretpower",
"tm:selfdestruct",
"tm:shadowball",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:spikes",
"tm:spite",
"tm:substitute",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:waterpulse",
"tm:weatherball",
"tutor:block",
"tutor:bodyslam",
"tutor:darkpulse",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:endure",
"tutor:explosion",
"tutor:headbutt",
"tutor:icywind",
"tutor:ironhead",
"tutor:laserfocus",
"tutor:mimic",
"tutor:rollout",
"tutor:selfdestruct",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:spite",
"tutor:steelroller",
"tutor:substitute",
"tutor:superfang",
"tutor:swagger",
"tutor:waterpulse"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.glalie.desc"],
"preEvolution": "snorunt",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 15,
"weight": 2565,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:snowball",
"quantityRange": "0-2"
},
{
"item": "cobblemon:dawn_stone",
"percentage": 5
},
{
"item": "cobblemon:never_melt_ice",
"percentage": 5
},
{
"item": "cobblemon:babiri_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,341 @@
{
"implemented": true,
"name": "Groudon",
"nationalPokedexNumber": 383,
"primaryType": "ground",
"abilities": [
"drought"
],
"baseStats": {
"hp": 100,
"attack": 150,
"defence": 140,
"special_attack": 100,
"special_defence": 90,
"speed": 90
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"features": ["primal"],
"forms": [
{
"name": "Primal",
"primaryType": "ground",
"secondaryType": "fire",
"abilities": [
"desolateland"
],
"baseStats": {
"hp": 100,
"attack": 180,
"defence": 160,
"special_attack": 150,
"special_defence": 90,
"speed": 90
},
"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": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen6",
"primal",
"legendary"
],
"aspects": [
"primal"
],
"height": 50,
"weight": 9997,
"cannotDynamax": false,
"battleOnly": false,
"baseScale":1.5,
"evolutions": [
{
"id": "groudon_normal",
"variant": "level_up",
"result": "groudon primal=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "cobblemon:flame_orb"
}
]
}
]
}
],
"baseExperienceYield": 335,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:ancientpower",
"1:lavaplume",
"1:mudshot",
"1:precipiceblades",
"1:scaryface",
"9:earthpower",
"18:bulkup",
"20:slash",
"27:earthquake",
"36:hammerarm",
"45:fissure",
"54:rest",
"72:fireblast",
"81:solarbeam",
"90:eruption",
"tm:aerialace",
"tm:bodypress",
"tm:bodyslam",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulkup",
"tm:bulldoze",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:dragonclaw",
"tm:dragonpulse",
"tm:dragontail",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:firefang",
"tm:firepunch",
"tm:flamethrower",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:gigaimpact",
"tm:heatcrash",
"tm:heatwave",
"tm:heavyslam",
"tm:helpinghand",
"tm:hiddenpower",
"tm:highhorsepower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:incinerate",
"tm:ironhead",
"tm:irontail",
"tm:megakick",
"tm:megapunch",
"tm:metalclaw",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:overheat",
"tm:poweruppunch",
"tm:protect",
"tm:psychup",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rockblast",
"tm:rockclimb",
"tm:rockpolish",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:sandtomb",
"tm:scaryface",
"tm:scorchingsands",
"tm:secretpower",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:smackdown",
"tm:snore",
"tm:solarbeam",
"tm:spikes",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:takedown",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderpunch",
"tm:thunderwave",
"tm:toxic",
"tm:uproar",
"tm:willowisp",
"tm:zenheadbutt",
"tutor:ancientpower",
"tutor:block",
"tutor:bodyslam",
"tutor:bulkup",
"tutor:counter",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:dragonpulse",
"tutor:dynamicpunch",
"tutor:earthpower",
"tutor:endure",
"tutor:eruption",
"tutor:fireblast",
"tutor:firepunch",
"tutor:furycutter",
"tutor:headbutt",
"tutor:ironhead",
"tutor:irontail",
"tutor:lavaplume",
"tutor:megakick",
"tutor:megapunch",
"tutor:mimic",
"tutor:mudslap",
"tutor:precipiceblades",
"tutor:psychup",
"tutor:rockslide",
"tutor:rollout",
"tutor:scaryface",
"tutor:scorchingsands",
"tutor:seismictoss",
"tutor:shockwave",
"tutor:slash",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:stealthrock",
"tutor:stompingtantrum",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:swordsdance",
"tutor:thunderpunch",
"tutor:thunderwave",
"tutor:uproar"
],
"labels": [
"gen3",
"legendary"
],
"pokedex": [
"cobblemon.species.groudon.desc"
],
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.2,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"evolutions": [
{
"id": "groudon_primal",
"variant": "level_up",
"result": "groudon primal",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "cobblemon:flame_orb"
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 5.5,
"height": 6,
"fixed": false
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 35,
"weight": 9500,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 9,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:smooth_rock",
"percentage": 25.0
},
{
"item": "cobblemon:heat_rock",
"percentage": 25.0
},
{
"item": "cobblemon:hard_stone",
"percentage": 25.0
},
{
"item": "cobblemon:soft_sand",
"percentage": 25.0
},
{
"item": "cobblemon:flame_orb"
},
{
"item": "cobblemon:sun_stone",
"quantityRange": "3-9"
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,286 @@
{
"implemented": true,
"name": "Kyogre",
"nationalPokedexNumber": 382,
"primaryType": "water",
"abilities": [
"drizzle"
],
"baseStats": {
"hp": 100,
"attack": 100,
"defence": 90,
"special_attack": 150,
"special_defence": 140,
"speed": 90
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"features": ["primal"],
"forms": [
{
"name": "Primal",
"primaryType": "water",
"abilities": [
"primordialsea"
],
"baseStats": {
"hp": 100,
"attack": 150,
"defence": 90,
"special_attack": 180,
"special_defence": 160,
"speed": 90
},
"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": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen6",
"primal",
"legendary"
],
"aspects": [
"primal"
],
"height": 98,
"weight": 4300,
"cannotDynamax": false,
"battleOnly": false,
"baseScale":1.5,
"evolutions": [
{
"id": "kyogre_normal",
"variant": "level_up",
"result": "kyogre primal=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:heart_of_the_sea"
}
]
}
]
}
],
"baseExperienceYield": 335,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:ancientpower",
"1:bodyslam",
"1:originpulse",
"1:scaryface",
"1:waterpulse",
"9:aquatail",
"18:calmmind",
"27:muddywater",
"36:icebeam",
"45:sheercold",
"50:rest",
"54:aquaring",
"72:hydropump",
"81:doubleedge",
"90:waterspout",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:brickbreak",
"tm:brine",
"tm:bulldoze",
"tm:calmmind",
"tm:chillingwater",
"tm:confide",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:frustration",
"tm:gigaimpact",
"tm:hail",
"tm:heavyslam",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:ironhead",
"tm:liquidation",
"tm:muddywater",
"tm:naturalgift",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:scald",
"tm:scaryface",
"tm:secretpower",
"tm:shockwave",
"tm:sleeptalk",
"tm:snore",
"tm:strength",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:uproar",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tutor:ancientpower",
"tutor:aquatail",
"tutor:block",
"tutor:bodyslam",
"tutor:calmmind",
"tutor:defensecurl",
"tutor:dive",
"tutor:doubleedge",
"tutor:endure",
"tutor:headbutt",
"tutor:hydropump",
"tutor:icywind",
"tutor:ironhead",
"tutor:liquidation",
"tutor:mimic",
"tutor:mudslap",
"tutor:originpulse",
"tutor:psychup",
"tutor:rest",
"tutor:rockslide",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:surf",
"tutor:swagger",
"tutor:swift",
"tutor:thunder",
"tutor:thunderwave",
"tutor:uproar",
"tutor:waterpulse",
"tutor:waterspout"
],
"labels": [
"gen3",
"legendary"
],
"pokedex": [
"cobblemon.species.kyogre.desc"
],
"evolutions": [
{
"id": "kyogre_primal",
"variant": "level_up",
"result": "kyogre primal",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:heart_of_the_sea"
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 10,
"height": 2.1,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.2,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": false
},
"swim": {
"swimSpeed": 0.5,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"height": 45,
"weight": 3520,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 6,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "minecraft:heart_of_the_sea"
},
{
"item": "cobblemon:water_stone",
"quantityRange": "3-9"
},
{
"item": "cobblemon:mystic_water",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,299 @@
{
"implemented": true,
"name": "Latias",
"nationalPokedexNumber": 380,
"primaryType": "dragon",
"secondaryType": "psychic",
"abilities": [
"levitate"
],
"baseStats": {
"hp": 80,
"attack": 80,
"defence": 90,
"special_attack": 110,
"special_defence": 130,
"speed": 110
},
"catchRate": 3,
"maleRatio": 0,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "dragon",
"secondaryType": "psychic",
"abilities": [
"levitate"
],
"baseStats": {
"hp": 80,
"attack": 100,
"defence": 120,
"special_attack": 140,
"special_defence": 150,
"speed": 110
},
"catchRate": 3,
"maleRatio": 0,
"baseExperienceYield": 300,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 3,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen6",
"mega",
"legendary"
],
"aspects": [
"mega"
],
"height": 18,
"weight": 520,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 300,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:charm",
"1:psywave",
"1:safeguard",
"1:storedpower",
"4:watersport",
"5:helpinghand",
"10:recover",
"13:refresh",
"15:confusion",
"20:tailwind",
"25:dragonbreath",
"30:wish",
"35:mistball",
"40:zenheadbutt",
"45:dragonpulse",
"50:healpulse",
"55:reflecttype",
"60:psychic",
"65:guardsplit",
"70:healingwish",
"75:psychoshift",
"tm:aerialace",
"tm:agility",
"tm:aircutter",
"tm:airslash",
"tm:alluringvoice",
"tm:allyswitch",
"tm:attract",
"tm:aurasphere",
"tm:batonpass",
"tm:bodyslam",
"tm:breakingswipe",
"tm:bulldoze",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:cut",
"tm:defog",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:drainingkiss",
"tm:dreameater",
"tm:dualwingbeat",
"tm:earthquake",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:fly",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:lightscreen",
"tm:liquidation",
"tm:magicroom",
"tm:mysticalfire",
"tm:naturalgift",
"tm:outrage",
"tm:protect",
"tm:psychic",
"tm:psychocut",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:roar",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scaleshot",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:steelwing",
"tm:storedpower",
"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:triattack",
"tm:trick",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:bodyslam",
"tutor:charm",
"tutor:covet",
"tutor:defog",
"tutor:dive",
"tutor:doubleedge",
"tutor:dracometeor",
"tutor:dragonbreath",
"tutor:dragonpulse",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:endure",
"tutor:furycutter",
"tutor:healpulse",
"tutor:helpinghand",
"tutor:icywind",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:mimic",
"tutor:mistball",
"tutor:mudslap",
"tutor:outrage",
"tutor:psychoshift",
"tutor:psychup",
"tutor:recover",
"tutor:refresh",
"tutor:roleplay",
"tutor:roost",
"tutor:scaleshot",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:surf",
"tutor:swagger",
"tutor:sweetkiss",
"tutor:swift",
"tutor:tailwind",
"tutor:telekinesis",
"tutor:thunderwave",
"tutor:trick",
"tutor:twister",
"tutor:waterpulse",
"tutor:watersport",
"tutor:wish",
"tutor:zenheadbutt"
],
"labels": [
"gen3",
"legendary"
],
"pokedex": [
"cobblemon.species.latias.desc"
],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 3,
"speed": 0
},
"height": 14,
"weight": 400,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:sky_tumblestone_block",
"quantityRange": "1-4"
},
{
"item": "cobblemon:dragon_fang",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,291 @@
{
"implemented": true,
"name": "Latios",
"nationalPokedexNumber": 381,
"primaryType": "dragon",
"secondaryType": "psychic",
"abilities": [
"levitate"
],
"baseStats": {
"hp": 80,
"attack": 90,
"defence": 80,
"special_attack": 130,
"special_defence": 110,
"speed": 110
},
"catchRate": 3,
"maleRatio": 1,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "dragon",
"secondaryType": "psychic",
"abilities": [
"levitate"
],
"baseStats": {
"hp": 80,
"attack": 130,
"defence": 100,
"special_attack": 160,
"special_defence": 120,
"speed": 110
},
"catchRate": 3,
"maleRatio": 1,
"baseExperienceYield": 300,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen6",
"mega",
"legendary"
],
"aspects": [
"mega"
],
"height": 23,
"weight": 700,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 300,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:dragondance",
"1:healblock",
"1:psywave",
"1:safeguard",
"1:storedpower",
"4:protect",
"5:helpinghand",
"10:recover",
"13:refresh",
"15:confusion",
"20:tailwind",
"25:dragonbreath",
"30:allyswitch",
"35:lusterpurge",
"36:telekinesis",
"40:zenheadbutt",
"45:dragonpulse",
"50:healpulse",
"55:simplebeam",
"60:psychic",
"65:powersplit",
"70:memento",
"75:psychoshift",
"tm:aerialace",
"tm:agility",
"tm:aircutter",
"tm:airslash",
"tm:allyswitch",
"tm:attract",
"tm:aurasphere",
"tm:batonpass",
"tm:bodyslam",
"tm:breakingswipe",
"tm:bulldoze",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:chillingwater",
"tm:confide",
"tm:cut",
"tm:defog",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dreameater",
"tm:dualwingbeat",
"tm:earthquake",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:flipturn",
"tm:fly",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:lightscreen",
"tm:liquidation",
"tm:mysticalfire",
"tm:naturalgift",
"tm:outrage",
"tm:protect",
"tm:psychic",
"tm:psychicnoise",
"tm:psychocut",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:roar",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scaleshot",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:steelwing",
"tm:storedpower",
"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:triattack",
"tm:trick",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:aurasphere",
"tutor:bodyslam",
"tutor:defog",
"tutor:dive",
"tutor:doubleedge",
"tutor:dracometeor",
"tutor:dragondance",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:endure",
"tutor:furycutter",
"tutor:healpulse",
"tutor:helpinghand",
"tutor:icywind",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:magiccoat",
"tutor:mimic",
"tutor:mudslap",
"tutor:outrage",
"tutor:protect",
"tutor:psychic",
"tutor:psychoshift",
"tutor:psychup",
"tutor:recover",
"tutor:refresh",
"tutor:roost",
"tutor:scaleshot",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:tailwind",
"tutor:telekinesis",
"tutor:thunderwave",
"tutor:trick",
"tutor:twister",
"tutor:waterpulse",
"tutor:wonderroom"
],
"labels": [
"gen3",
"legendary"
],
"pokedex": [
"cobblemon.species.latios.desc"
],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"height": 20,
"weight": 600,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:sky_tumblestone_block",
"quantityRange": "1-4"
},
{
"item": "cobblemon:dragon_fang",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,266 @@
{
"implemented": true,
"name": "Medicham",
"nationalPokedexNumber": 308,
"primaryType": "fighting",
"secondaryType": "psychic",
"abilities": [
"purepower",
"h:telepathy"
],
"baseStats": {
"hp": 60,
"attack": 60,
"defence": 75,
"special_attack": 60,
"special_defence": 75,
"speed": 80
},
"catchRate": 90,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Mega",
"primaryType": "fighting",
"secondaryType": "psychic",
"abilities": [
"purepower"
],
"baseStats": {
"hp": 60,
"attack": 100,
"defence": 85,
"special_attack": 80,
"special_defence": 85,
"speed": 100
},
"catchRate": 90,
"maleRatio": 0.5,
"baseExperienceYield": 144,
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"human_like"
],
"labels": [
"gen6",
"mega"
],
"aspects": [
"mega"
],
"height": 13,
"weight": 315,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 144,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"human_like"
],
"moves": [
"1:bide",
"1:confusion",
"1:detect",
"1:firepunch",
"1:icepunch",
"1:meditate",
"1:thunderpunch",
"1:workup",
"12:endure",
"15:feint",
"17:forcepalm",
"20:hiddenpower",
"20:psybeam",
"20:swagger",
"23:calmmind",
"25:mindreader",
"25:zenheadbutt",
"28:highjumpkick",
"31:psychup",
"33:acupressure",
"36:powertrick",
"42:reversal",
"47:recover",
"53:axekick",
"53:counter",
"tm:aerialace",
"tm:attract",
"tm:aurasphere",
"tm:batonpass",
"tm:bodyslam",
"tm:brickbreak",
"tm:bulkup",
"tm:calmmind",
"tm:captivate",
"tm:closecombat",
"tm:confide",
"tm:doubleteam",
"tm:drainpunch",
"tm:dreameater",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:firepunch",
"tm:flash",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:gravity",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icepunch",
"tm:imprison",
"tm:lightscreen",
"tm:lowkick",
"tm:lowsweep",
"tm:metronome",
"tm:naturalgift",
"tm:nightshade",
"tm:painsplit",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:recycle",
"tm:reflect",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:reversal",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:storedpower",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:thunderpunch",
"tm:toxic",
"tm:trailblaze",
"tm:trick",
"tm:trickroom",
"tm:upperhand",
"tm:vacuumwave",
"tm:workup",
"tm:zenheadbutt",
"tutor:bodyslam",
"tutor:counter",
"tutor:doubleedge",
"tutor:drainpunch",
"tutor:dreameater",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:gravity",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:icepunch",
"tutor:laserfocus",
"tutor:lowkick",
"tutor:magiccoat",
"tutor:megakick",
"tutor:megapunch",
"tutor:metronome",
"tutor:mimic",
"tutor:mudslap",
"tutor:painsplit",
"tutor:psychup",
"tutor:recycle",
"tutor:rockslide",
"tutor:roleplay",
"tutor:seismictoss",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:telekinesis",
"tutor:thunderpunch",
"tutor:trick",
"tutor:vacuumwave",
"tutor:zenheadbutt"
],
"labels": [
"gen3"
],
"pokedex": [
"cobblemon.species.medicham.desc"
],
"preEvolution": "meditite",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1.6,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 13,
"weight": 315,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 3,
"entries": [
{
"item": "cobblemon:wise_glasses",
"percentage": 5.0
},
{
"item": "cobblemon:black_belt",
"percentage": 5.0
},
{
"item": "cobblemon:nanab_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,240 @@
{
"implemented": true,
"name": "Meditite",
"nationalPokedexNumber": 307,
"primaryType": "fighting",
"secondaryType": "psychic",
"abilities": [
"purepower",
"h:telepathy"
],
"baseStats": {
"hp": 30,
"attack": 40,
"defence": 55,
"special_attack": 40,
"special_defence": 55,
"speed": 60
},
"catchRate": 180,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 56,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"human_like"
],
"moves": [
"1:bide",
"1:confusion",
"1:workup",
"4:meditate",
"9:detect",
"12:endure",
"15:feint",
"17:forcepalm",
"20:hiddenpower",
"20:psybeam",
"20:swagger",
"23:calmmind",
"25:mindreader",
"25:zenheadbutt",
"28:highjumpkick",
"31:psychup",
"33:acupressure",
"36:powertrick",
"39:reversal",
"41:recover",
"44:counter",
"egg:batonpass",
"egg:bulletpunch",
"egg:drainpunch",
"egg:dynamicpunch",
"egg:fakeout",
"egg:firepunch",
"egg:foresight",
"egg:guardswap",
"egg:icepunch",
"egg:powerswap",
"egg:psychocut",
"egg:quickguard",
"egg:secretpower",
"egg:thunderpunch",
"tm:aerialace",
"tm:attract",
"tm:batonpass",
"tm:bodyslam",
"tm:brickbreak",
"tm:bulkup",
"tm:calmmind",
"tm:captivate",
"tm:closecombat",
"tm:confide",
"tm:doubleteam",
"tm:drainpunch",
"tm:dreameater",
"tm:endure",
"tm:expandingforce",
"tm:facade",
"tm:firepunch",
"tm:flash",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:grassknot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:icepunch",
"tm:imprison",
"tm:lightscreen",
"tm:lowkick",
"tm:lowsweep",
"tm:metronome",
"tm:naturalgift",
"tm:nightshade",
"tm:painsplit",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:recycle",
"tm:reflect",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:reversal",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:storedpower",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:thunderpunch",
"tm:toxic",
"tm:trailblaze",
"tm:trick",
"tm:trickroom",
"tm:upperhand",
"tm:workup",
"tm:zenheadbutt",
"tutor:bide",
"tutor:bodyslam",
"tutor:confusion",
"tutor:counter",
"tutor:detect",
"tutor:doubleedge",
"tutor:drainpunch",
"tutor:dreameater",
"tutor:dynamicpunch",
"tutor:endure",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:gravity",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:icepunch",
"tutor:lowkick",
"tutor:magiccoat",
"tutor:meditate",
"tutor:megakick",
"tutor:megapunch",
"tutor:metronome",
"tutor:mimic",
"tutor:mudslap",
"tutor:painsplit",
"tutor:psychup",
"tutor:recycle",
"tutor:roleplay",
"tutor:seismictoss",
"tutor:shadowball",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:telekinesis",
"tutor:thunderpunch",
"tutor:trick",
"tutor:vacuumwave",
"tutor:zenheadbutt"
],
"labels": [
"gen3"
],
"pokedex": [
"cobblemon.species.meditite.desc"
],
"evolutions": [
{
"id": "meditite_medicham",
"variant": "level_up",
"result": "medicham",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 37
}
]
}
],
"baseScale": 0.7,
"hitbox": {
"width": 1,
"height": 1.5,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 6,
"weight": 112,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 3,
"entries": [
{
"item": "cobblemon:wise_glasses",
"percentage": 2.5
},
{
"item": "cobblemon:black_belt",
"percentage": 2.5
},
{
"item": "cobblemon:nanab_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,182 @@
{
"implemented": true,
"name": "Milotic",
"nationalPokedexNumber": 350,
"primaryType": "water",
"abilities": ["marvelscale", "competitive", "h:cutecharm"],
"baseStats": {
"hp": 95,
"attack": 60,
"defence": 79,
"special_attack": 100,
"special_defence": 125,
"speed": 81
},
"catchRate": 60,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 189,
"experienceGroup": "erratic",
"eggCycles": 20,
"eggGroups": ["water_1", "dragon"],
"moves": [
"1:flail",
"1:refresh",
"1:splash",
"1:tackle",
"1:watergun",
"1:waterpulse",
"1:watersport",
"1:wrap",
"4:disarmingvoice",
"8:twister",
"12:aquaring",
"16:attract",
"20:lifedew",
"21:captivate",
"24:dragontail",
"28:recover",
"32:aquatail",
"36:safeguard",
"40:surf",
"44:raindance",
"48:coil",
"52:hydropump",
"tm:alluringvoice",
"tm:attract",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:breakingswipe",
"tm:brine",
"tm:brutalswing",
"tm:bulldoze",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:confuseray",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:dragoncheer",
"tm:dragondance",
"tm:dragonpulse",
"tm:dragontail",
"tm:drainingkiss",
"tm:endure",
"tm:facade",
"tm:flipturn",
"tm:frustration",
"tm:gigaimpact",
"tm:hail",
"tm:haze",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:imprison",
"tm:ironhead",
"tm:irontail",
"tm:lightscreen",
"tm:muddywater",
"tm:mudshot",
"tm:naturalgift",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:scald",
"tm:scaleshot",
"tm:secretpower",
"tm:skittersmack",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:tripleaxel",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tutor:aquatail",
"tutor:bind",
"tutor:bodyslam",
"tutor:dive",
"tutor:doubleedge",
"tutor:dragonpulse",
"tutor:endure",
"tutor:flipturn",
"tutor:hydropump",
"tutor:icebeam",
"tutor:icywind",
"tutor:ironhead",
"tutor:irontail",
"tutor:laserfocus",
"tutor:magiccoat",
"tutor:mimic",
"tutor:mirrorcoat",
"tutor:mudslap",
"tutor:psychup",
"tutor:raindance",
"tutor:recover",
"tutor:scaleshot",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:surf",
"tutor:swagger",
"tutor:swift",
"tutor:toxic",
"tutor:tripleaxel",
"tutor:twister",
"tutor:waterpulse"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.milotic.desc"],
"preEvolution": "feebas",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"height": 62,
"weight": 1620,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:bone_meal",
"percentage": 10
},
{
"item": "cobblemon:prism_scale",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,339 @@
{
"implemented": true,
"name": "Rayquaza",
"nationalPokedexNumber": 384,
"primaryType": "dragon",
"secondaryType": "flying",
"abilities": [
"airlock"
],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "minecraft:dragon_breath",
"quantityRange": "2-9"
},
{
"item": "cobblemon:dragon_fang",
"quantityRange": "3-12"
},
{
"item": "cobblemon:dragon_scale",
"quantityRange": "3-12"
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 105,
"attack": 150,
"defence": 90,
"special_attack": 150,
"special_defence": 90,
"speed": 95
},
"catchRate": 45,
"maleRatio": -1,
"shoulderMountable": false,
"features": ["mega"],
"forms": [
{
"name": "MegaRayquaza",
"primaryType": "dragon",
"secondaryType": "flying",
"abilities": [
"deltastream"
],
"baseStats": {
"hp": 105,
"attack": 180,
"defence": 100,
"special_attack": 180,
"special_defence": 100,
"speed": 115
},
"catchRate": 45,
"maleRatio": -1,
"baseExperienceYield": 340,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen3",
"mega",
"legendary"
],
"aspects": [
"mega"
],
"evolutions": [
{
"id": "megarayquaza_rayquaza",
"variant": "level_up",
"result": "rayquaza mega=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "has_move",
"move": "dragonascent"
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 8,
"height": 9,
"fixed": false
},
"height": 69,
"weight": 690,
"cannotDynamax": false,
"battleOnly": true
}
],
"baseExperienceYield": 340,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:airslash",
"1:ancientpower",
"1:dragonascent",
"1:scaryface",
"1:twister",
"9:crunch",
"18:dragondance",
"20:dragonclaw",
"27:extremespeed",
"36:dragonpulse",
"45:hypervoice",
"54:rest",
"63:fly",
"72:hurricane",
"81:outrage",
"90:hyperbeam",
"tm:aerialace",
"tm:airslash",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:breakingswipe",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulkup",
"tm:bulldoze",
"tm:confide",
"tm:cosmicpower",
"tm:crunch",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dragontail",
"tm:earthpower",
"tm:earthquake",
"tm:echoedvoice",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:fireblast",
"tm:flamethrower",
"tm:fling",
"tm:fly",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:gyroball",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hurricane",
"tm:hydropump",
"tm:hyperbeam",
"tm:hypervoice",
"tm:icebeam",
"tm:icywind",
"tm:incinerate",
"tm:ironhead",
"tm:irontail",
"tm:meteorbeam",
"tm:naturalgift",
"tm:outrage",
"tm:overheat",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:scaleshot",
"tm:scaryface",
"tm:secretpower",
"tm:shadowclaw",
"tm:shockwave",
"tm:skydrop",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:stealthrock",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tm:wildcharge",
"tutor:airslash",
"tutor:ancientpower",
"tutor:aquatail",
"tutor:bind",
"tutor:bodyslam",
"tutor:brutalswing",
"tutor:celebrate",
"tutor:defog",
"tutor:dive",
"tutor:doubleedge",
"tutor:dracometeor",
"tutor:dragonascent",
"tutor:dragonclaw",
"tutor:dragondance",
"tutor:earthpower",
"tutor:endure",
"tutor:extremespeed",
"tutor:furycutter",
"tutor:headbutt",
"tutor:hyperbeam",
"tutor:icywind",
"tutor:ironhead",
"tutor:irontail",
"tutor:meteorbeam",
"tutor:mimic",
"tutor:mudslap",
"tutor:outrage",
"tutor:psychup",
"tutor:rockslide",
"tutor:scaleshot",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:tailwind",
"tutor:thunder",
"tutor:thunderwave",
"tutor:twister",
"tutor:uproar",
"tutor:vcreate",
"tutor:waterpulse"
],
"labels": [
"gen3",
"legendary"
],
"pokedex": [
"cobblemon.species.rayquaza.desc"
],
"behaviour": {
"moving": {
"walk": {
"canWalk": true,
"walkSpeed": 2
},
"fly": {
"canFly": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
},
"evolutions": [
{
"id": "rayquaza_megarayquaza",
"variant": "level_up",
"result": "rayquaza mega=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "has_move",
"move": "dragonascent"
}
]
}
],
"baseScale": 1.5,
"hitbox": {
"width": 2.5,
"height": 3.8,
"fixed": false
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"height": 70,
"weight": 2065,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,205 @@
{
"implemented": true,
"name": "Shuppet",
"nationalPokedexNumber": 353,
"primaryType": "ghost",
"abilities": ["insomnia", "frisk", "h:cursedbody"],
"baseStats": {
"hp": 44,
"attack": 75,
"defence": 35,
"special_attack": 63,
"special_defence": 33,
"speed": 45
},
"catchRate": 225,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 59,
"experienceGroup": "fast",
"eggCycles": 25,
"eggGroups": ["amorphous"],
"moves": [
"1:astonish",
"1:knockoff",
"4:screech",
"7:nightshade",
"10:spite",
"16:willowisp",
"19:feintattack",
"19:shadowsneak",
"22:hex",
"26:curse",
"30:shadowball",
"34:embargo",
"34:roleplay",
"38:suckerpunch",
"42:snatch",
"42:trick",
"46:grudge",
"48:phantomforce",
"egg:astonish",
"egg:confuseray",
"egg:destinybond",
"egg:disable",
"egg:foresight",
"egg:gunkshot",
"egg:imprison",
"egg:ominouswind",
"egg:payback",
"egg:phantomforce",
"egg:pursuit",
"egg:shadowsneak",
"tm:attract",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:confide",
"tm:confuseray",
"tm:curse",
"tm:darkpulse",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:foulplay",
"tm:frustration",
"tm:gunkshot",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:icywind",
"tm:imprison",
"tm:lashout",
"tm:metronome",
"tm:nastyplot",
"tm:naturalgift",
"tm:nightshade",
"tm:painsplit",
"tm:payback",
"tm:phantomforce",
"tm:poltergeist",
"tm:pounce",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:skillswap",
"tm:skittersmack",
"tm:sleeptalk",
"tm:snatch",
"tm:spite",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:willowisp",
"tutor:allyswitch",
"tutor:bodyslam",
"tutor:darkpulse",
"tutor:destinybond",
"tutor:doubleedge",
"tutor:dreameater",
"tutor:endure",
"tutor:feintattack",
"tutor:foulplay",
"tutor:gunkshot",
"tutor:headbutt",
"tutor:icywind",
"tutor:knockoff",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:mimic",
"tutor:nightmare",
"tutor:nightshade",
"tutor:ominouswind",
"tutor:painsplit",
"tutor:psychup",
"tutor:roleplay",
"tutor:shadowball",
"tutor:shockwave",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:swagger",
"tutor:telekinesis",
"tutor:thunderwave",
"tutor:trick",
"tutor:willowisp"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.shuppet.desc"],
"evolutions": [
{
"id": "shuppet_banette",
"variant": "level_up",
"result": "banette",
"consumeHeldItem": false,
"learnableMoves": ["knockoff"],
"requirements": [
{
"variant": "level",
"minLevel": 37
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 23,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:phantom_membrane",
"percentage": 2.5
},
{
"item": "cobblemon:spell_tag",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,183 @@
{
"implemented": true,
"name": "Skitty",
"nationalPokedexNumber": 300,
"primaryType": "normal",
"abilities": ["cutecharm", "normalize", "h:wonderskin"],
"baseStats": {
"hp": 50,
"attack": 45,
"defence": 45,
"special_attack": 35,
"special_defence": 35,
"speed": 50
},
"catchRate": 255,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 52,
"experienceGroup": "fast",
"eggCycles": 15,
"eggGroups": ["field", "fairy"],
"moves": [
"1:fakeout",
"1:growl",
"1:tackle",
"1:tailwhip",
"4:foresight",
"7:sing",
"10:attract",
"13:disarmingvoice",
"16:doubleslap",
"19:copycat",
"22:feintattack",
"25:charm",
"28:wakeupslap",
"31:assist",
"34:covet",
"37:healbell",
"40:doubleedge",
"43:captivate",
"46:playrough",
"egg:batonpass",
"egg:captivate",
"egg:cosmicpower",
"egg:fakeout",
"egg:faketears",
"egg:helpinghand",
"egg:lastresort",
"egg:mudbomb",
"egg:psychup",
"egg:simplebeam",
"egg:substitute",
"egg:suckerpunch",
"egg:tickle",
"egg:uproar",
"egg:wish",
"egg:zenheadbutt",
"tm:attract",
"tm:blizzard",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:confide",
"tm:dig",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:grassknot",
"tm:hiddenpower",
"tm:icebeam",
"tm:irontail",
"tm:naturalgift",
"tm:payback",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:sleeptalk",
"tm:solarbeam",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:waterpulse",
"tm:wildcharge",
"tm:workup",
"tutor:attract",
"tutor:bodyslam",
"tutor:captivate",
"tutor:covet",
"tutor:defensecurl",
"tutor:doubleedge",
"tutor:dreameater",
"tutor:endure",
"tutor:foresight",
"tutor:growl",
"tutor:headbutt",
"tutor:healbell",
"tutor:helpinghand",
"tutor:hypervoice",
"tutor:icywind",
"tutor:irontail",
"tutor:lastresort",
"tutor:mimic",
"tutor:mudslap",
"tutor:payday",
"tutor:psychup",
"tutor:rollout",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:swagger",
"tutor:swift",
"tutor:tackle",
"tutor:tailwhip",
"tutor:thunderwave",
"tutor:tickle",
"tutor:uproar",
"tutor:waterpulse",
"tutor:zenheadbutt"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.skitty.desc"],
"evolutions": [
{
"id": "skitty_delcatty",
"variant": "item_interact",
"result": "delcatty",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [],
"requiredContext": "cobblemon:moon_stone"
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 6,
"weight": 110,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:silk_scarf",
"percentage": 2.5
},
{
"item": "cobblemon:pecha_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,188 @@
{
"implemented": true,
"name": "Snorunt",
"nationalPokedexNumber": 361,
"primaryType": "ice",
"abilities": ["innerfocus", "icebody", "h:moody"],
"baseStats": {
"hp": 50,
"attack": 50,
"defence": 50,
"special_attack": 50,
"special_defence": 50,
"speed": 50
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 60,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["fairy", "mineral"],
"moves": [
"1:astonish",
"1:headbutt",
"1:powdersnow",
"5:leer",
"10:doubleteam",
"15:iceshard",
"20:protect",
"25:icywind",
"30:frostbreath",
"34:icebeam",
"35:bite",
"40:icefang",
"45:hail",
"45:snowscape",
"50:weatherball",
"55:crunch",
"60:blizzard",
"egg:avalanche",
"egg:bide",
"egg:block",
"egg:disable",
"egg:faketears",
"egg:hex",
"egg:iciclecrash",
"egg:rollout",
"egg:spikes",
"egg:switcheroo",
"egg:weatherball",
"tm:attract",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:crunch",
"tm:doubleteam",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:frostbreath",
"tm:frustration",
"tm:hail",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:icebeam",
"tm:icefang",
"tm:icespinner",
"tm:iciclespear",
"tm:icywind",
"tm:lightscreen",
"tm:naturalgift",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:spikes",
"tm:spite",
"tm:substitute",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:waterpulse",
"tm:weatherball",
"tutor:bite",
"tutor:block",
"tutor:bodyslam",
"tutor:doubleedge",
"tutor:endure",
"tutor:headbutt",
"tutor:icywind",
"tutor:mimic",
"tutor:powdersnow",
"tutor:rollout",
"tutor:sing",
"tutor:sleeptalk",
"tutor:snore",
"tutor:spite",
"tutor:substitute",
"tutor:swagger",
"tutor:waterpulse",
"tutor:weatherball"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.snorunt.desc"],
"evolutions": [
{
"id": "snorunt_glalie",
"variant": "level_up",
"result": "glalie",
"consumeHeldItem": false,
"learnableMoves": ["freezedry"],
"requirements": [
{
"variant": "level",
"minLevel": 42
}
]
},
{
"id": "snorunt_froslass",
"variant": "item_interact",
"result": "froslass",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "properties",
"target": "gender=female"
}
],
"requiredContext": "cobblemon:dawn_stone"
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 7,
"weight": 168,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:snowball",
"quantityRange": "0-1"
},
{
"item": "cobblemon:dawn_stone",
"percentage": 2.5
},
{
"item": "cobblemon:never_melt_ice",
"percentage": 2.5
},
{
"item": "cobblemon:babiri_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,177 @@
{
"implemented": true,
"name": "Swablu",
"nationalPokedexNumber": 333,
"primaryType": "normal",
"secondaryType": "flying",
"abilities": ["naturalcure", "h:cloudnine"],
"baseStats": {
"hp": 45,
"attack": 40,
"defence": 60,
"special_attack": 40,
"special_defence": 75,
"speed": 50
},
"catchRate": 255,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 62,
"experienceGroup": "erratic",
"eggCycles": 20,
"eggGroups": ["flying", "dragon"],
"moves": [
"1:growl",
"1:peck",
"3:astonish",
"4:disarmingvoice",
"8:mist",
"12:furyattack",
"16:round",
"20:dragonbreath",
"20:naturalgift",
"24:safeguard",
"26:refresh",
"28:sing",
"30:mirrormove",
"32:cottonguard",
"36:takedown",
"38:dragonpulse",
"40:moonblast",
"44:perishsong",
"egg:agility",
"egg:astonish",
"egg:defog",
"egg:dragonrush",
"egg:featherdance",
"egg:haze",
"egg:hypervoice",
"egg:playrough",
"egg:powerswap",
"egg:pursuit",
"egg:rage",
"egg:roost",
"egg:steelwing",
"egg:tailwind",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:attract",
"tm:bodyslam",
"tm:bravebird",
"tm:captivate",
"tm:confide",
"tm:dazzlinggleam",
"tm:disarmingvoice",
"tm:doubleteam",
"tm:dragonpulse",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fly",
"tm:frustration",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hurricane",
"tm:hypervoice",
"tm:icebeam",
"tm:naturalgift",
"tm:outrage",
"tm:playrough",
"tm:pluck",
"tm:powerswap",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:steelwing",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:toxic",
"tm:trailblaze",
"tm:uproar",
"tutor:aircutter",
"tutor:bodyslam",
"tutor:defog",
"tutor:doubleedge",
"tutor:dragonpulse",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:endure",
"tutor:falseswipe",
"tutor:featherdance",
"tutor:growl",
"tutor:healbell",
"tutor:heatwave",
"tutor:hypervoice",
"tutor:mimic",
"tutor:mudslap",
"tutor:ominouswind",
"tutor:outrage",
"tutor:peck",
"tutor:psychup",
"tutor:roost",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:tailwind",
"tutor:twister",
"tutor:uproar"
],
"labels": ["gen3"],
"pokedex": ["cobblemon.species.swablu.desc"],
"evolutions": [
{
"id": "swablu_altaria",
"variant": "level_up",
"result": "altaria",
"consumeHeldItem": false,
"learnableMoves": ["dragonpulse"],
"requirements": [
{
"variant": "level",
"minLevel": 35
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 0.5,
"height": 0.75,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"height": 4,
"weight": 12,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,199 @@
{
"implemented": true,
"name": "Cresselia",
"nationalPokedexNumber": 488,
"primaryType": "psychic",
"abilities": ["levitate"],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:moon_stone",
"quantityRange": "2-9"
},
{
"item": "cobblemon:float_stone",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 120,
"attack": 70,
"defence": 110,
"special_attack": 75,
"special_defence": 120,
"speed": 85
},
"catchRate": 3,
"maleRatio": 0,
"shoulderMountable": false,
"baseExperienceYield": 300,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": ["undiscovered"],
"moves": [
"1:confusion",
"1:doubleteam",
"1:lunardance",
"1:moonlight",
"1:psychocut",
"1:psychoshift",
"6:mist",
"11:safeguard",
"12:aurorabeam",
"18:psybeam",
"20:mist",
"24:allyswitch",
"24:psychoshift",
"29:aurorabeam",
"30:slash",
"36:psychocut",
"38:futuresight",
"42:moonlight",
"47:slash",
"48:safeguard",
"54:psychic",
"57:moonlight",
"60:moonblast",
"66:futuresight",
"66:psychocut",
"72:lunarblessing",
"72:lunardance",
"75:psychoshift",
"84:lunardance",
"93:psychic",
"99:moonblast",
"tm:allyswitch",
"tm:attract",
"tm:bodyslam",
"tm:calmmind",
"tm:captivate",
"tm:chargebeam",
"tm:confide",
"tm:confuseray",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:dreameater",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:gravity",
"tm:guardswap",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:lightscreen",
"tm:magicroom",
"tm:mudslap",
"tm:naturalgift",
"tm:powergem",
"tm:powerswap",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychocut",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:recycle",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:storedpower",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:telekinesis",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:aurorabeam",
"tutor:energyball",
"tutor:expandingforce",
"tutor:furycutter",
"tutor:futuresight",
"tutor:gravity",
"tutor:helpinghand",
"tutor:hiddenpower",
"tutor:icebeam",
"tutor:icywind",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:mist",
"tutor:moonblast",
"tutor:moonlight",
"tutor:mudslap",
"tutor:psychocut",
"tutor:psyshock",
"tutor:recycle",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:slash",
"tutor:sleeptalk",
"tutor:snore",
"tutor:swift",
"tutor:telekinesis",
"tutor:trick",
"tutor:zenheadbutt"
],
"labels": ["gen4", "legendary"],
"pokedex": ["cobblemon.species.cresselia.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 100,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 3,
"speed": 0
},
"height": 15,
"weight": 856,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,221 @@
{
"implemented": true,
"name": "Croagunk",
"nationalPokedexNumber": 453,
"primaryType": "poison",
"secondaryType": "fighting",
"abilities": [
"anticipation",
"dryskin",
"h:poisontouch"
],
"baseStats": {
"hp": 48,
"attack": 61,
"defence": 40,
"special_attack": 61,
"special_defence": 40,
"speed": 50
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
},
"catchRate": 140,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 60,
"experienceGroup": "medium_fast",
"eggCycles": 10,
"eggGroups": [
"human_like"
],
"moves": [
"1:astonish",
"3:mudslap",
"8:poisonsting",
"10:taunt",
"15:pursuit",
"16:lowkick",
"17:feintattack",
"22:revenge",
"24:swagger",
"29:mudbomb",
"31:suckerpunch",
"36:nastyplot",
"36:toxic",
"36:venoshock",
"38:poisonjab",
"43:sludgebomb",
"45:flatter",
"47:belch",
"egg:acupressure",
"egg:bulletpunch",
"egg:counter",
"egg:crosschop",
"egg:drainpunch",
"egg:dynamicpunch",
"egg:fakeout",
"egg:feint",
"egg:headbutt",
"egg:meditate",
"egg:mefirst",
"egg:quickguard",
"egg:smellingsalts",
"egg:vacuumwave",
"egg:wakeupslap",
"tm:acidspray",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:batonpass",
"tm:bounce",
"tm:brickbreak",
"tm:bulkup",
"tm:bulldoze",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:drainpunch",
"tm:earthquake",
"tm:embargo",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:foulplay",
"tm:frustration",
"tm:gunkshot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:icepunch",
"tm:icywind",
"tm:lowkick",
"tm:lowsweep",
"tm:megakick",
"tm:megapunch",
"tm:mudshot",
"tm:mudslap",
"tm:nastyplot",
"tm:naturalgift",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:revenge",
"tm:reversal",
"tm:rockclimb",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:snatch",
"tm:snore",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:thunderpunch",
"tm:torment",
"tm:toxic",
"tm:venomdrench",
"tm:venoshock",
"tm:workup",
"tm:xscissor",
"tutor:astonish",
"tutor:bounce",
"tutor:coaching",
"tutor:darkpulse",
"tutor:drainpunch",
"tutor:dualchop",
"tutor:focuspunch",
"tutor:foulplay",
"tutor:furycutter",
"tutor:gunkshot",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:icepunch",
"tutor:icywind",
"tutor:knockoff",
"tutor:lashout",
"tutor:lowkick",
"tutor:mudslap",
"tutor:poisonjab",
"tutor:poisonsting",
"tutor:roleplay",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:suckerpunch",
"tutor:superfang",
"tutor:taunt",
"tutor:thunderpunch",
"tutor:vacuumwave"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.croagunk.desc"
],
"evolutions": [
{
"id": "croagunk_toxicroak",
"variant": "level_up",
"result": "toxicroak",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 37
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 0.8,
"height": 1.2,
"fixed": false
},
"baseFriendship": 100,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 7,
"weight": 230,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,195 @@
{
"implemented": "true",
"name": "Darkrai",
"nationalPokedexNumber": 491,
"primaryType": "dark",
"abilities": ["baddreams"],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "minecraft:phantom_membrane",
"quantityRange": "2-9"
},
{
"item": "cobblemon:reaper_cloth",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 70,
"attack": 90,
"defence": 90,
"special_attack": 135,
"special_defence": 90,
"speed": 125
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 270,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": ["undiscovered"],
"moves": [
"1:disable",
"1:nightshade",
"1:ominouswind",
"11:quickattack",
"20:hypnosis",
"29:feintattack",
"29:pursuit",
"29:suckerpunch",
"38:nightmare",
"38:nightshade",
"47:doubleteam",
"57:haze",
"66:darkvoid",
"75:embargo",
"75:nastyplot",
"84:dreameater",
"93:darkpulse",
"tm:aerialace",
"tm:blizzard",
"tm:brickbreak",
"tm:calmmind",
"tm:chargebeam",
"tm:confide",
"tm:confuseray",
"tm:curse",
"tm:cut",
"tm:darkpulse",
"tm:doubleteam",
"tm:drainpunch",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:haze",
"tm:hex",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:incinerate",
"tm:knockoff",
"tm:lashout",
"tm:nastyplot",
"tm:naturalgift",
"tm:nightshade",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rockclimb",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snarl",
"tm:snatch",
"tm:spite",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:willowisp",
"tm:xscissor",
"tutor:darkvoid",
"tutor:doubleteam",
"tutor:drainpunch",
"tutor:feintattack",
"tutor:focuspunch",
"tutor:foulplay",
"tutor:headbutt",
"tutor:icywind",
"tutor:knockoff",
"tutor:lastresort",
"tutor:mudslap",
"tutor:nightmare",
"tutor:ominouswind",
"tutor:phantomforce",
"tutor:pursuit",
"tutor:quickattack",
"tutor:roaroftime",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spacialrend",
"tutor:spite",
"tutor:suckerpunch",
"tutor:swift",
"tutor:throatchop",
"tutor:trick",
"tutor:wonderroom"
],
"labels": ["gen4", "mythical", "legendary"],
"pokedex": ["cobblemon.species.darkrai.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 2,
"special_defence": 0,
"speed": 1
},
"height": 15,
"weight": 505,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,209 @@
{
"implemented": true,
"name": "Drapion",
"nationalPokedexNumber": 452,
"primaryType": "poison",
"secondaryType": "dark",
"abilities": [
"battlearmor",
"sniper",
"h:keeneye"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:poison_barb",
"percentage": 5.0
},
{
"item": "cobblemon:bluk_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 70,
"attack": 90,
"defence": 110,
"special_attack": 60,
"special_defence": 75,
"speed": 95
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 175,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": [
"bug",
"water_3"
],
"moves": [
"1:bite",
"1:fellstinger",
"1:firefang",
"1:honeclaws",
"1:icefang",
"1:knockoff",
"1:leer",
"1:pinmissile",
"1:poisonsting",
"1:thunderfang",
"9:pinmissile",
"9:poisonfang",
"12:bite",
"12:pinmissile",
"13:acupressure",
"15:toxicspikes",
"16:pursuit",
"17:acupressure",
"18:bugbite",
"20:bugbite",
"21:venoshock",
"23:poisonfang",
"23:scaryface",
"24:knockoff",
"27:scaryface",
"27:venoshock",
"28:toxicspikes",
"30:honeclaws",
"30:pinmissile",
"33:toxic",
"34:bugbite",
"34:toxicspikes",
"36:nightslash",
"38:nightslash",
"39:crosspoison",
"39:poisonfang",
"43:scaryface",
"44:xscissor",
"48:honeclaws",
"49:acupressure",
"49:crunch",
"53:fellstinger",
"54:crunch",
"56:venoshock",
"57:crosspoison",
"58:crosspoison",
"65:crunch",
"73:crosspoison",
"tm:aerialace",
"tm:agility",
"tm:assurance",
"tm:attract",
"tm:brickbreak",
"tm:brutalswing",
"tm:bugbuzz",
"tm:bulldoze",
"tm:captivate",
"tm:confide",
"tm:crosspoison",
"tm:crunch",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:firefang",
"tm:flash",
"tm:fling",
"tm:frustration",
"tm:gigaimpact",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:icefang",
"tm:infestation",
"tm:irondefense",
"tm:irontail",
"tm:leechlife",
"tm:naturalgift",
"tm:payback",
"tm:pinmissile",
"tm:poisonjab",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:roar",
"tm:rockclimb",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandtomb",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snarl",
"tm:snore",
"tm:stompingtantrum",
"tm:strength",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:taunt",
"tm:thief",
"tm:throatchop",
"tm:thunderfang",
"tm:torment",
"tm:toxic",
"tm:toxicspikes",
"tm:venomdrench",
"tm:venoshock",
"tm:xscissor",
"tutor:aquatail",
"tutor:bugbite",
"tutor:darkpulse",
"tutor:furycutter",
"tutor:headbutt",
"tutor:irontail",
"tutor:knockoff",
"tutor:lashout",
"tutor:mudslap",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stompingtantrum",
"tutor:throatchop"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.drapion.desc"
],
"preEvolution": "skorupi",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 2,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 13,
"weight": 615,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,222 @@
{
"implemented": true,
"name": "Froslass",
"nationalPokedexNumber": 478,
"primaryType": "ice",
"secondaryType": "ghost",
"abilities": [
"snowcloak",
"h:cursedbody"
],
"baseStats": {
"hp": 70,
"attack": 80,
"defence": 70,
"special_attack": 80,
"special_defence": 70,
"speed": 110
},
"catchRate": 75,
"maleRatio": 0,
"shoulderMountable": false,
"baseExperienceYield": 168,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"fairy",
"mineral"
],
"moves": [
"1:astonish",
"1:bite",
"1:crunch",
"1:destinybond",
"1:doubleteam",
"1:headbutt",
"1:icefang",
"1:iceshard",
"1:leer",
"1:ominouswind",
"1:powdersnow",
"1:protect",
"13:icywind",
"14:icywind",
"15:iceshard",
"19:astonish",
"19:confuseray",
"20:drainingkiss",
"22:ominouswind",
"23:drainingkiss",
"25:icywind",
"28:wakeupslap",
"28:willowisp",
"30:frostbreath",
"31:captivate",
"32:confuseray",
"35:confuseray",
"37:iceshard",
"37:wakeupslap",
"40:hail",
"40:snowscape",
"41:captivate",
"42:shadowball",
"47:willowisp",
"48:blizzard",
"51:blizzard",
"54:auroraveil",
"54:hail",
"59:destinybond",
"61:shadowball",
"68:blizzard",
"tm:allyswitch",
"tm:attract",
"tm:auroraveil",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:captivate",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:confuseray",
"tm:crunch",
"tm:curse",
"tm:doubleteam",
"tm:drainingkiss",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:fling",
"tm:frostbreath",
"tm:frustration",
"tm:gigaimpact",
"tm:hail",
"tm:haze",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icebeam",
"tm:icefang",
"tm:icepunch",
"tm:icespinner",
"tm:iciclespear",
"tm:icywind",
"tm:imprison",
"tm:lightscreen",
"tm:naturalgift",
"tm:nightshade",
"tm:painsplit",
"tm:payback",
"tm:poltergeist",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:sleeptalk",
"tm:snatch",
"tm:snore",
"tm:snowscape",
"tm:spikes",
"tm:spite",
"tm:substitute",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:trick",
"tm:tripleaxel",
"tm:waterpulse",
"tm:weatherball",
"tm:willowisp",
"tutor:allyswitch",
"tutor:block",
"tutor:headbutt",
"tutor:icepunch",
"tutor:icywind",
"tutor:laserfocus",
"tutor:mudslap",
"tutor:ominouswind",
"tutor:painsplit",
"tutor:poltergeist",
"tutor:rollout",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:suckerpunch",
"tutor:telekinesis",
"tutor:trick",
"tutor:tripleaxel",
"tutor:waterpulse"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.froslass.desc"
],
"preEvolution": "snorunt",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 13,
"weight": 266,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:snowball",
"quantityRange": "0-2"
},
{
"item": "cobblemon:dawn_stone",
"percentage": 5.0
},
{
"item": "cobblemon:never_melt_ice",
"percentage": 5.0
},
{
"item": "cobblemon:babiri_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,165 @@
{
"implemented": true,
"name": "Gastrodon",
"nationalPokedexNumber": 423,
"primaryType": "water",
"secondaryType": "ground",
"abilities": ["stickyhold", "stormdrain", "h:sandforce"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:clay_ball",
"quantityRange": "0-2"
},
{
"item": "cobblemon:rindo_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 111,
"attack": 83,
"defence": 68,
"special_attack": 92,
"special_defence": 82,
"speed": 39
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 166,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["water_1", "amorphous"],
"moves": [
"1:harden",
"1:mudslap",
"1:mudsport",
"1:recover",
"1:watergun",
"1:waterpulse",
"11:mudbomb",
"15:waterpulse",
"16:hiddenpower",
"20:ancientpower",
"22:raindance",
"25:bodyslam",
"29:bodyslam",
"33:muddywater",
"39:earthpower",
"41:muddywater",
"46:raindance",
"53:memento",
"54:recover",
"tm:amnesia",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:brine",
"tm:bulldoze",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:curse",
"tm:dig",
"tm:dive",
"tm:doubleteam",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:gigaimpact",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:infestation",
"tm:liquidation",
"tm:muddywater",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:painsplit",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rockblast",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:sandtomb",
"tm:scald",
"tm:secretpower",
"tm:skittersmack",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:snore",
"tm:snowscape",
"tm:spikes",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tutor:ancientpower",
"tutor:block",
"tutor:dive",
"tutor:earthpower",
"tutor:headbutt",
"tutor:icebeam",
"tutor:icywind",
"tutor:mudslap",
"tutor:painsplit",
"tutor:protect",
"tutor:recover",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stompingtantrum",
"tutor:stringshot",
"tutor:waterpulse"
],
"labels": ["gen4"],
"pokedex": ["cobblemon.species.gastrodon.desc"],
"preEvolution": "shellos",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 9,
"weight": 299,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,157 @@
{
"implemented": true,
"name": "Glameow",
"nationalPokedexNumber": 431,
"primaryType": "normal",
"abilities": ["limber", "owntempo", "h:keeneye"],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:cheri_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 49,
"attack": 55,
"defence": 42,
"special_attack": 42,
"special_defence": 37,
"speed": 85
},
"catchRate": 190,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 62,
"experienceGroup": "fast",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:fakeout",
"5:scratch",
"8:growl",
"13:hypnosis",
"17:feintattack",
"20:furyswipes",
"25:charm",
"29:assist",
"32:captivate",
"37:slash",
"41:suckerpunch",
"44:attract",
"45:attract",
"48:honeclaws",
"50:playrough",
"egg:assurance",
"egg:bite",
"egg:faketears",
"egg:flail",
"egg:lastresort",
"egg:quickattack",
"egg:sandattack",
"egg:snatch",
"egg:tailwhip",
"egg:wakeupslap",
"tm:aerialace",
"tm:attract",
"tm:captivate",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:hiddenpower",
"tm:honeclaws",
"tm:irontail",
"tm:naturalgift",
"tm:payback",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:round",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:snatch",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:taunt",
"tm:thief",
"tm:thunder",
"tm:thunderbolt",
"tm:torment",
"tm:toxic",
"tm:uturn",
"tm:waterpulse",
"tm:workup",
"tutor:assurance",
"tutor:covet",
"tutor:fakeout",
"tutor:foulplay",
"tutor:furycutter",
"tutor:headbutt",
"tutor:hypervoice",
"tutor:irontail",
"tutor:knockoff",
"tutor:lastresort",
"tutor:mudslap",
"tutor:secretpower",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:suckerpunch",
"tutor:superfang",
"tutor:swift",
"tutor:waterpulse"
],
"labels": ["gen4"],
"pokedex": ["cobblemon.species.glameow.desc"],
"evolutions": [
{
"id": "glameow_purugly",
"variant": "level_up",
"result": "purugly",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 38
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 5,
"weight": 39,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,158 @@
{
"implemented": true,
"name": "Manaphy",
"nationalPokedexNumber": 490,
"primaryType": "water",
"abilities": ["hydration"],
"baseStats": {
"hp": 100,
"attack": 100,
"defence": 100,
"special_attack": 100,
"special_defence": 100,
"speed": 100
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 270,
"experienceGroup": "slow",
"eggCycles": 10,
"eggGroups": ["water_1", "fairy"],
"moves": [
"1:bubble",
"1:heartswap",
"1:tailglow",
"1:watergun",
"1:watersport",
"9:charm",
"16:supersonic",
"24:bubblebeam",
"31:acidarmor",
"39:whirlpool",
"46:waterpulse",
"54:aquaring",
"61:dive",
"69:raindance",
"76:heartswap",
"76:takeheart",
"tm:alluringvoice",
"tm:batonpass",
"tm:blizzard",
"tm:brine",
"tm:calmmind",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:dazzlinggleam",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleteam",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:fling",
"tm:flipturn",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:hail",
"tm:haze",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:knockoff",
"tm:lightscreen",
"tm:liquidation",
"tm:mudslap",
"tm:naturalgift",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:scald",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:storedpower",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:terablast",
"tm:toxic",
"tm:uturn",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tm:zenheadbutt",
"tutor:acidarmor",
"tutor:ancientpower",
"tutor:aquaring",
"tutor:bounce",
"tutor:bubble",
"tutor:covet",
"tutor:dive",
"tutor:healbell",
"tutor:heartswap",
"tutor:helpinghand",
"tutor:icywind",
"tutor:knockoff",
"tutor:lastresort",
"tutor:liquidation",
"tutor:mudslap",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snore",
"tutor:swift",
"tutor:tailglow",
"tutor:uproar",
"tutor:waterpulse",
"tutor:watersport",
"tutor:whirlpool"
],
"labels": ["gen4", "mythical", "legendary"],
"pokedex": ["cobblemon.species.manaphy.desc"],
"evolutions": [],
"baseScale": 0.6,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 3,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 3,
"weight": 14,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "minecraft:heart_of_the_sea"
}
]
}
}

View File

@ -0,0 +1,137 @@
{
"implemented": true,
"name": "Phione",
"nationalPokedexNumber": 489,
"primaryType": "water",
"abilities": ["hydration"],
"baseStats": {
"hp": 80,
"attack": 80,
"defence": 80,
"special_attack": 80,
"special_defence": 80,
"speed": 80
},
"catchRate": 30,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 216,
"experienceGroup": "slow",
"eggCycles": 40,
"eggGroups": ["water_1", "fairy"],
"moves": [
"1:bubble",
"1:watergun",
"1:watersport",
"9:charm",
"16:supersonic",
"24:bubblebeam",
"31:acidarmor",
"39:whirlpool",
"46:waterpulse",
"54:aquaring",
"61:dive",
"69:raindance",
"75:takeheart",
"tm:alluringvoice",
"tm:batonpass",
"tm:blizzard",
"tm:brine",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:dazzlinggleam",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleteam",
"tm:endure",
"tm:facade",
"tm:fling",
"tm:flipturn",
"tm:frustration",
"tm:grassknot",
"tm:hail",
"tm:haze",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:icebeam",
"tm:icywind",
"tm:knockoff",
"tm:liquidation",
"tm:naturalgift",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:scald",
"tm:secretpower",
"tm:sleeptalk",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:terablast",
"tm:toxic",
"tm:uturn",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tm:zenheadbutt",
"tutor:ancientpower",
"tutor:bounce",
"tutor:covet",
"tutor:dive",
"tutor:grassknot",
"tutor:healbell",
"tutor:helpinghand",
"tutor:icywind",
"tutor:knockoff",
"tutor:lastresort",
"tutor:liquidation",
"tutor:mudslap",
"tutor:raindance",
"tutor:rest",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:surf",
"tutor:swift",
"tutor:uproar",
"tutor:waterpulse"
],
"labels": ["gen4", "mythical", "legendary"],
"pokedex": ["cobblemon.species.phione.desc"],
"evolutions": [],
"baseScale": 0.6,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 4,
"weight": 31,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:mystic_water"
}
]
}
}

View File

@ -0,0 +1,139 @@
{
"implemented": true,
"name": "Purugly",
"nationalPokedexNumber": 432,
"primaryType": "normal",
"abilities": ["thickfat", "owntempo", "h:defiant"],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:cheri_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 71,
"attack": 82,
"defence": 64,
"special_attack": 64,
"special_defence": 59,
"speed": 112
},
"catchRate": 75,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 158,
"experienceGroup": "fast",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:fakeout",
"1:growl",
"1:scratch",
"1:swagger",
"13:hypnosis",
"17:feintattack",
"20:furyswipes",
"25:charm",
"29:assist",
"32:captivate",
"37:slash",
"38:swagger",
"45:bodyslam",
"52:attract",
"53:attract",
"60:honeclaws",
"tm:aerialace",
"tm:attract",
"tm:bulldoze",
"tm:captivate",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:gigaimpact",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:irontail",
"tm:naturalgift",
"tm:payback",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:roar",
"tm:round",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:shockwave",
"tm:sleeptalk",
"tm:snatch",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:taunt",
"tm:thief",
"tm:thunder",
"tm:thunderbolt",
"tm:torment",
"tm:toxic",
"tm:uturn",
"tm:waterpulse",
"tm:workup",
"tutor:covet",
"tutor:foulplay",
"tutor:furycutter",
"tutor:headbutt",
"tutor:hypervoice",
"tutor:irontail",
"tutor:knockoff",
"tutor:lastresort",
"tutor:mudslap",
"tutor:rollout",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:stompingtantrum",
"tutor:suckerpunch",
"tutor:superfang",
"tutor:swift",
"tutor:throatchop",
"tutor:waterpulse"
],
"labels": ["gen4"],
"pokedex": ["cobblemon.species.purugly.desc"],
"preEvolution": "glameow",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 10,
"weight": 438,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,293 @@
{
"implemented": true,
"name": "Shaymin",
"nationalPokedexNumber": 492,
"primaryType": "grass",
"abilities": [
"naturalcure"
],
"drops": {
"amount": 7,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "minecraft:spore_blossom",
"quantityRange": "2-9"
},
{
"item": "cobblemon:miracle_seed",
"percentage": 50.0
},
{
"item": "cobblemon:max_revive",
"quantityRange": "3-9"
},
{
"item": "minecraft:pitcher_pod",
"quantityRange": "2-12"
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 100,
"attack": 100,
"defence": 100,
"special_attack": 100,
"special_defence": 100,
"speed": 100
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 270,
"baseFriendship": 100,
"evYield": {
"hp": 3,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "medium_slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.250,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"features": ["sky"],
"moves": [
"1:defensecurl",
"1:growth",
"10:magicalleaf",
"19:leechseed",
"28:quickattack",
"28:synthesis",
"37:sweetscent",
"46:naturalgift",
"46:playrough",
"55:worryseed",
"64:airslash",
"64:aromatherapy",
"64:grassyterrain",
"73:energyball",
"82:grasswhistle",
"82:sweetkiss",
"91:healingwish",
"91:leafstorm",
"91:luckychant",
"100:seedflare",
"tm:aircutter",
"tm:airslash",
"tm:batonpass",
"tm:bulletseed",
"tm:confide",
"tm:dazzlinggleam",
"tm:disarmingvoice",
"tm:doubleedge",
"tm:doubleteam",
"tm:earthpower",
"tm:endeavor",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:grassknot",
"tm:grassyglide",
"tm:grassyterrain",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:leafstorm",
"tm:magicalleaf",
"tm:naturalgift",
"tm:naturepower",
"tm:petalblizzard",
"tm:playrough",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:seedbomb",
"tm:sleeptalk",
"tm:solarbeam",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:zenheadbutt",
"tutor:aircutter",
"tutor:airslash",
"tutor:aromatherapy",
"tutor:celebrate",
"tutor:covet",
"tutor:earthpower",
"tutor:endeavor",
"tutor:energyball",
"tutor:gigadrain",
"tutor:growth",
"tutor:headbutt",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:leechseed",
"tutor:magicalleaf",
"tutor:mudslap",
"tutor:ominouswind",
"tutor:return",
"tutor:seedbomb",
"tutor:seedflare",
"tutor:sleeptalk",
"tutor:snore",
"tutor:substitute",
"tutor:sweetscent",
"tutor:swift",
"tutor:synthesis",
"tutor:tailwind",
"tutor:worryseed",
"tutor:zenheadbutt"
],
"labels": [
"gen4",
"mythical",
"legendary"
],
"pokedex": [
"cobblemon.species.shaymin.desc"
],
"height": 2,
"weight": 21,
"evolutions": [
{
"id": "shaymin_shayminsky",
"variant": "level_up",
"result": "shaymin sky=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:spore_blossom"
}
]
}
],
"baseScale": 0.4,
"hitbox": {
"width": 0.6,
"height": 1,
"fixed": false
},
"forms": [
{
"name": "Sky",
"primaryType": "grass",
"secondaryType": "flying",
"abilities": [
"serenegrace"
],
"baseStats": {
"hp": 100,
"attack": 103,
"defence": 75,
"special_attack": 120,
"special_defence": 75,
"speed": 127
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 270,
"baseFriendship": 100,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 3
},
"experienceGroup": "medium_slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen4",
"mythical",
"legendary"
],
"aspects": [
"sky"
],
"baseScale": 0.7,
"hitbox": {
"width": 0.6,
"height": 0.8,
"fixed": false
},
"height": 4,
"weight": 52,
"cannotDynamax": false,
"battleOnly": false,
"evolutions": [
{
"id": "shayminsky_shaymin",
"variant": "level_up",
"result": "shaymin sky=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:spore_blossom"
}
]
}
]
}
],
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,177 @@
{
"implemented": true,
"name": "Shellos",
"nationalPokedexNumber": 422,
"primaryType": "water",
"abilities": ["stickyhold", "stormdrain", "h:sandforce"],
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:clay_ball",
"quantityRange": "0-1"
},
{
"item": "cobblemon:rindo_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 76,
"attack": 48,
"defence": 48,
"special_attack": 57,
"special_defence": 62,
"speed": 34
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 65,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["water_1", "amorphous"],
"moves": [
"1:mudslap",
"1:watergun",
"2:mudsport",
"4:harden",
"5:harden",
"7:waterpulse",
"10:recover",
"11:mudbomb",
"15:waterpulse",
"16:hiddenpower",
"20:ancientpower",
"22:raindance",
"25:bodyslam",
"29:bodyslam",
"31:muddywater",
"35:earthpower",
"37:muddywater",
"40:raindance",
"45:memento",
"46:recover",
"egg:acidarmor",
"egg:amnesia",
"egg:brine",
"egg:clearsmog",
"egg:counter",
"egg:curse",
"egg:fissure",
"egg:memento",
"egg:mirrorcoat",
"egg:mist",
"egg:sludge",
"egg:spitup",
"egg:stockpile",
"egg:swallow",
"egg:trumpcard",
"egg:yawn",
"tm:amnesia",
"tm:attract",
"tm:blizzard",
"tm:bodyslam",
"tm:brine",
"tm:bulldoze",
"tm:captivate",
"tm:chillingwater",
"tm:confide",
"tm:curse",
"tm:dive",
"tm:doubleteam",
"tm:earthpower",
"tm:endure",
"tm:facade",
"tm:frustration",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hydropump",
"tm:icebeam",
"tm:icywind",
"tm:infestation",
"tm:liquidation",
"tm:muddywater",
"tm:mudshot",
"tm:mudslap",
"tm:naturalgift",
"tm:painsplit",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:scald",
"tm:secretpower",
"tm:skittersmack",
"tm:sleeptalk",
"tm:snore",
"tm:snowscape",
"tm:stealthrock",
"tm:stoneedge",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:waterfall",
"tm:waterpulse",
"tm:whirlpool",
"tutor:ancientpower",
"tutor:dive",
"tutor:earthpower",
"tutor:headbutt",
"tutor:icywind",
"tutor:mudslap",
"tutor:painsplit",
"tutor:secretpower",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stringshot",
"tutor:waterpulse",
"tutor:yawn"
],
"labels": ["gen4"],
"pokedex": ["cobblemon.species.shellos.desc"],
"evolutions": [
{
"id": "shellos_gastrodon",
"variant": "level_up",
"result": "gastrodon",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 30
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 3,
"weight": 63,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,211 @@
{
"implemented": true,
"name": "Skorupi",
"nationalPokedexNumber": 451,
"primaryType": "poison",
"secondaryType": "bug",
"abilities": [
"battlearmor",
"sniper",
"h:keeneye"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:poison_barb",
"percentage": 2.5
},
{
"item": "cobblemon:bluk_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 40,
"attack": 50,
"defence": 90,
"special_attack": 30,
"special_defence": 55,
"speed": 65
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 66,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": [
"bug",
"water_3"
],
"moves": [
"1:bite",
"1:leer",
"1:poisonsting",
"3:honeclaws",
"5:knockoff",
"6:fellstinger",
"6:knockoff",
"9:pinmissile",
"9:poisonfang",
"12:bite",
"12:pinmissile",
"13:acupressure",
"15:toxicspikes",
"16:pursuit",
"17:acupressure",
"18:bugbite",
"20:bugbite",
"21:venoshock",
"23:poisonfang",
"23:scaryface",
"24:knockoff",
"27:scaryface",
"27:venoshock",
"28:toxicspikes",
"30:honeclaws",
"30:pinmissile",
"33:toxic",
"34:bugbite",
"34:toxicspikes",
"36:nightslash",
"38:nightslash",
"39:crosspoison",
"39:poisonfang",
"41:scaryface",
"42:xscissor",
"45:acupressure",
"45:crunch",
"45:honeclaws",
"47:fellstinger",
"48:crunch",
"49:crosspoison",
"50:crosspoison",
"50:venoshock",
"56:crunch",
"61:crosspoison",
"egg:agility",
"egg:confuseray",
"egg:feintattack",
"egg:irontail",
"egg:nightslash",
"egg:poisontail",
"egg:pursuit",
"egg:sandattack",
"egg:screech",
"egg:slash",
"egg:twineedle",
"egg:whirlwind",
"tm:aerialace",
"tm:agility",
"tm:assurance",
"tm:attract",
"tm:brickbreak",
"tm:bugbuzz",
"tm:captivate",
"tm:confide",
"tm:crosspoison",
"tm:crunch",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:flash",
"tm:fling",
"tm:frustration",
"tm:hiddenpower",
"tm:honeclaws",
"tm:infestation",
"tm:irontail",
"tm:naturalgift",
"tm:payback",
"tm:pinmissile",
"tm:poisonjab",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snore",
"tm:strength",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:taunt",
"tm:thief",
"tm:torment",
"tm:toxic",
"tm:toxicspikes",
"tm:venoshock",
"tm:xscissor",
"tutor:agility",
"tutor:aquatail",
"tutor:bite",
"tutor:bugbite",
"tutor:darkpulse",
"tutor:furycutter",
"tutor:headbutt",
"tutor:irontail",
"tutor:knockoff",
"tutor:mudslap",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snore"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.skorupi.desc"
],
"evolutions": [
{
"id": "skorupi_drapion",
"variant": "level_up",
"result": "drapion",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 40
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 8,
"weight": 120,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,208 @@
{
"implemented": true,
"name": "Skuntank",
"nationalPokedexNumber": 435,
"primaryType": "poison",
"secondaryType": "dark",
"abilities": [
"stench",
"aftermath",
"h:keeneye"
],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:pecha_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 103,
"attack": 93,
"defence": 67,
"special_attack": 71,
"special_defence": 61,
"speed": 84
},
"catchRate": 60,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 168,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:feint",
"1:flamethrower",
"1:focusenergy",
"1:poisongas",
"1:scratch",
"1:screech",
"1:smokescreen",
"7:screech",
"9:acidspray",
"9:furyswipes",
"10:furyswipes",
"12:furyswipes",
"13:smokescreen",
"14:smokescreen",
"15:feint",
"15:focusenergy",
"18:bite",
"18:feint",
"19:acidspray",
"20:toxic",
"21:bite",
"21:venoshock",
"22:slash",
"24:screech",
"25:slash",
"27:toxic",
"30:suckerpunch",
"31:nightslash",
"32:acidspray",
"33:memento",
"34:flamethrower",
"37:venomdrench",
"38:nightslash",
"39:suckerpunch",
"41:memento",
"41:nightslash",
"43:belch",
"45:explosion",
"48:explosion",
"48:venomdrench",
"51:memento",
"52:explosion",
"53:explosion",
"56:belch",
"61:explosion",
"tm:acidspray",
"tm:assurance",
"tm:attract",
"tm:bodyslam",
"tm:burningjealousy",
"tm:captivate",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:darkpulse",
"tm:defog",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:endeavor",
"tm:endure",
"tm:explosion",
"tm:facade",
"tm:fireblast",
"tm:firespin",
"tm:flamethrower",
"tm:focusenergy",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:gunkshot",
"tm:haze",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:incinerate",
"tm:irontail",
"tm:knockoff",
"tm:lashout",
"tm:nastyplot",
"tm:naturalgift",
"tm:payback",
"tm:playrough",
"tm:poisonjab",
"tm:poisontail",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rocksmash",
"tm:round",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:snarl",
"tm:snatch",
"tm:snore",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:swift",
"tm:tailslap",
"tm:takedown",
"tm:taunt",
"tm:temperflare",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:torment",
"tm:toxic",
"tm:toxicspikes",
"tm:trailblaze",
"tm:venomdrench",
"tm:venoshock",
"tutor:burningjealousy",
"tutor:corrosivegas",
"tutor:darkpulse",
"tutor:defog",
"tutor:foulplay",
"tutor:furycutter",
"tutor:headbutt",
"tutor:irontail",
"tutor:lashout",
"tutor:mudslap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:suckerpunch",
"tutor:swift",
"tutor:throatchop"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.skuntank.desc"
],
"preEvolution": "stunky",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 10,
"weight": 380,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,229 @@
{
"implemented": true,
"name": "Stunky",
"nationalPokedexNumber": 434,
"primaryType": "poison",
"secondaryType": "dark",
"abilities": [
"stench",
"aftermath",
"h:keeneye"
],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:pecha_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 63,
"attack": 63,
"defence": 47,
"special_attack": 41,
"special_defence": 41,
"speed": 74
},
"catchRate": 225,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 66,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:focusenergy",
"1:poisongas",
"1:scratch",
"3:feint",
"3:poisongas",
"4:poisongas",
"6:smokescreen",
"7:screech",
"9:acidspray",
"9:furyswipes",
"10:furyswipes",
"12:furyswipes",
"13:smokescreen",
"14:smokescreen",
"15:feint",
"15:focusenergy",
"18:bite",
"18:feint",
"19:acidspray",
"20:toxic",
"21:bite",
"21:venoshock",
"22:slash",
"24:screech",
"25:slash",
"27:toxic",
"30:suckerpunch",
"31:nightslash",
"32:acidspray",
"33:memento",
"36:nightslash",
"37:memento",
"37:nightslash",
"37:venomdrench",
"39:belch",
"39:suckerpunch",
"42:explosion",
"42:venomdrench",
"43:belch",
"43:memento",
"44:explosion",
"45:explosion",
"46:belch",
"49:explosion",
"egg:astonish",
"egg:crunch",
"egg:doubleedge",
"egg:flameburst",
"egg:foulplay",
"egg:haze",
"egg:irontail",
"egg:leer",
"egg:playrough",
"egg:punishment",
"egg:pursuit",
"egg:scaryface",
"egg:slash",
"egg:smog",
"tm:acidspray",
"tm:assurance",
"tm:attract",
"tm:bodyslam",
"tm:captivate",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:darkpulse",
"tm:defog",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:endure",
"tm:explosion",
"tm:facade",
"tm:fireblast",
"tm:flamethrower",
"tm:focusenergy",
"tm:foulplay",
"tm:frustration",
"tm:gunkshot",
"tm:haze",
"tm:helpinghand",
"tm:hex",
"tm:hiddenpower",
"tm:honeclaws",
"tm:incinerate",
"tm:irontail",
"tm:knockoff",
"tm:lashout",
"tm:nastyplot",
"tm:naturalgift",
"tm:payback",
"tm:playrough",
"tm:poisonjab",
"tm:poisontail",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rocksmash",
"tm:round",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:snarl",
"tm:snatch",
"tm:snore",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailslap",
"tm:takedown",
"tm:taunt",
"tm:temperflare",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:torment",
"tm:toxic",
"tm:toxicspikes",
"tm:trailblaze",
"tm:venomdrench",
"tm:venoshock",
"tutor:corrosivegas",
"tutor:darkpulse",
"tutor:defog",
"tutor:foulplay",
"tutor:furycutter",
"tutor:headbutt",
"tutor:irontail",
"tutor:lashout",
"tutor:mudslap",
"tutor:screech",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:suckerpunch",
"tutor:swift",
"tutor:throatchop"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.stunky.desc"
],
"evolutions": [
{
"id": "stunky_skuntank",
"variant": "level_up",
"result": "skuntank",
"consumeHeldItem": false,
"learnableMoves": [
"flamethrower"
],
"requirements": [
{
"variant": "level",
"minLevel": 34
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 4,
"weight": 192,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,199 @@
{
"implemented": true,
"name": "Toxicroak",
"nationalPokedexNumber": 454,
"primaryType": "poison",
"secondaryType": "fighting",
"abilities": [
"anticipation",
"dryskin",
"h:poisontouch"
],
"baseStats": {
"hp": 83,
"attack": 106,
"defence": 65,
"special_attack": 86,
"special_defence": 65,
"speed": 85
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 172,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"human_like"
],
"moves": [
"1:astonish",
"1:mudslap",
"1:poisonsting",
"10:taunt",
"15:pursuit",
"16:lowkick",
"17:feintattack",
"22:revenge",
"24:swagger",
"29:mudbomb",
"31:suckerpunch",
"36:nastyplot",
"36:toxic",
"36:venoshock",
"41:poisonjab",
"49:sludgebomb",
"54:flatter",
"58:belch",
"tm:acidspray",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:batonpass",
"tm:bounce",
"tm:brickbreak",
"tm:bulkup",
"tm:bulldoze",
"tm:captivate",
"tm:chillingwater",
"tm:closecombat",
"tm:confide",
"tm:crosspoison",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:drainpunch",
"tm:earthquake",
"tm:embargo",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:gunkshot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icepunch",
"tm:icywind",
"tm:lowkick",
"tm:lowsweep",
"tm:megakick",
"tm:megapunch",
"tm:mudshot",
"tm:mudslap",
"tm:nastyplot",
"tm:naturalgift",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:revenge",
"tm:reversal",
"tm:rockclimb",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:snatch",
"tm:snore",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:thunderpunch",
"tm:torment",
"tm:toxic",
"tm:venomdrench",
"tm:venoshock",
"tm:workup",
"tm:xscissor",
"tutor:bounce",
"tutor:coaching",
"tutor:corrosivegas",
"tutor:darkpulse",
"tutor:drainpunch",
"tutor:dualchop",
"tutor:focuspunch",
"tutor:foulplay",
"tutor:furycutter",
"tutor:gunkshot",
"tutor:headbutt",
"tutor:helpinghand",
"tutor:icepunch",
"tutor:icywind",
"tutor:knockoff",
"tutor:lashout",
"tutor:lowkick",
"tutor:mudslap",
"tutor:roleplay",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:suckerpunch",
"tutor:superfang",
"tutor:throatchop",
"tutor:thunderpunch",
"tutor:vacuumwave"
],
"labels": [
"gen4"
],
"pokedex": [
"cobblemon.species.toxicroak.desc"
],
"preEvolution": "croagunk",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 0.88,
"height": 1.8,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 13,
"weight": 444,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,133 @@
{
"implemented": true,
"name": "Amoonguss",
"nationalPokedexNumber": 591,
"primaryType": "grass",
"secondaryType": "poison",
"abilities": ["effectspore", "h:regenerator"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:red_mushroom",
"quantityRange": "0-2"
},
{
"item": "cobblemon:cheri_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 114,
"attack": 85,
"defence": 70,
"special_attack": 85,
"special_defence": 80,
"speed": 30
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 162,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["grass"],
"moves": [
"1:absorb",
"1:astonish",
"1:bide",
"1:growth",
"1:stunspore",
"12:megadrain",
"16:synthesis",
"20:clearsmog",
"20:feintattack",
"24:sweetscent",
"28:gigadrain",
"32:ingrain",
"36:toxic",
"42:ragepowder",
"48:solarbeam",
"54:spore",
"tm:attract",
"tm:bodyslam",
"tm:bulletseed",
"tm:confide",
"tm:doubleteam",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:foulplay",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:grassknot",
"tm:grassyterrain",
"tm:hex",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:leafstorm",
"tm:magicalleaf",
"tm:naturepower",
"tm:payback",
"tm:pollenpuff",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:seedbomb",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snore",
"tm:solarbeam",
"tm:stompingtantrum",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:terablast",
"tm:toxic",
"tm:venoshock",
"tutor:afteryou",
"tutor:clearsmog",
"tutor:foulplay",
"tutor:gastroacid",
"tutor:gigadrain",
"tutor:protect",
"tutor:ragepowder",
"tutor:seedbomb",
"tutor:sleeptalk",
"tutor:snore",
"tutor:spore",
"tutor:stompingtantrum",
"tutor:synthesis",
"tutor:worryseed"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.amoonguss.desc"],
"preEvolution": "foongus",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 105,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,191 @@
{
"implemented": true,
"name": "Axew",
"nationalPokedexNumber": 610,
"primaryType": "dragon",
"abilities": ["rivalry", "moldbreaker", "h:unnerve"],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:dragon_fang",
"percentage": 2.5
},
{
"item": "cobblemon:haban_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 46,
"attack": 87,
"defence": 60,
"special_attack": 30,
"special_defence": 40,
"speed": 57
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 64,
"experienceGroup": "slow",
"eggCycles": 40,
"eggGroups": ["monster", "dragon"],
"moves": [
"1:leer",
"1:scratch",
"3:bite",
"6:falseswipe",
"9:assurance",
"10:dragonrage",
"12:taunt",
"15:slash",
"18:dragonclaw",
"21:scaryface",
"24:crunch",
"27:dragondance",
"30:breakingswipe",
"30:dualchop",
"33:focusenergy",
"33:laserfocus",
"36:dragonpulse",
"39:swordsdance",
"42:outrage",
"45:guillotine",
"48:gigaimpact",
"egg:aquatail",
"egg:counter",
"egg:dragonpulse",
"egg:endeavor",
"egg:endure",
"egg:firstimpression",
"egg:focusenergy",
"egg:harden",
"egg:irontail",
"egg:nightslash",
"egg:razorwind",
"egg:reversal",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:breakingswipe",
"tm:brickbreak",
"tm:bulldoze",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dragontail",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fling",
"tm:focusenergy",
"tm:frustration",
"tm:gigaimpact",
"tm:hiddenpower",
"tm:honeclaws",
"tm:incinerate",
"tm:ironhead",
"tm:irontail",
"tm:outrage",
"tm:payback",
"tm:poisonjab",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:reversal",
"tm:roar",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaleshot",
"tm:scaryface",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:stompingtantrum",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:xscissor",
"tutor:aquatail",
"tutor:counter",
"tutor:dracometeor",
"tutor:dragonclaw",
"tutor:dragonpulse",
"tutor:dragonrage",
"tutor:dualchop",
"tutor:endeavor",
"tutor:endure",
"tutor:gigaimpact",
"tutor:irontail",
"tutor:nightslash",
"tutor:outrage",
"tutor:return",
"tutor:scaleshot",
"tutor:scratch",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:superpower"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.axew.desc"],
"evolutions": [
{
"id": "axew_fraxure",
"variant": "level_up",
"result": "fraxure",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 38
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 180,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,197 @@
{
"implemented":true,
"name": "Bisharp",
"nationalPokedexNumber": 625,
"primaryType": "dark",
"secondaryType": "steel",
"abilities": [
"defiant",
"innerfocus",
"h:pressure"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:iron_helmet",
"percentage": 5.0
},
{
"item": "cobblemon:chople_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 65,
"attack": 125,
"defence": 100,
"special_attack": 60,
"special_defence": 70,
"speed": 70
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 172,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"human_like"
],
"moves": [
"1:furycutter",
"1:leer",
"1:metalburst",
"1:metalclaw",
"1:scratch",
"15:torment",
"17:feintattack",
"20:scaryface",
"25:assurance",
"30:metalsound",
"35:slash",
"40:nightslash",
"41:embargo",
"45:irondefense",
"50:laserfocus",
"50:retaliate",
"57:ironhead",
"64:swordsdance",
"71:guillotine",
"tm:aerialace",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:beatup",
"tm:brickbreak",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:flashcannon",
"tm:fling",
"tm:focusblast",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:irondefense",
"tm:ironhead",
"tm:lashout",
"tm:lowkick",
"tm:lowsweep",
"tm:metalclaw",
"tm:metalsound",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:psychocut",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:revenge",
"tm:reversal",
"tm:rockpolish",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:spite",
"tm:stealthrock",
"tm:steelbeam",
"tm:stoneedge",
"tm:substitute",
"tm:swagger",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:xscissor",
"tutor:darkpulse",
"tutor:dualchop",
"tutor:foulplay",
"tutor:irondefense",
"tutor:ironhead",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:lashout",
"tutor:lowkick",
"tutor:magnetrise",
"tutor:roleplay",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:stealthrock",
"tutor:steelbeam",
"tutor:throatchop"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.bisharp.desc"
],
"preEvolution": "pawniard",
"evolutions": [
{
"id": "bisharp_kingambit",
"variant": "level_up",
"result": "kingambit",
"consumeHeldItem": false,
"learnableMoves": [
"kowtowcleave"
],
"requirements": [
{
"variant": "defeat",
"target": "bisharp held_item=cobblemon:leaders_crest",
"amount": 3
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 16,
"weight": 700,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,167 @@
{
"implemented": true,
"name": "Cinccino",
"nationalPokedexNumber": 573,
"primaryType": "normal",
"abilities": [
"cutecharm",
"technician",
"h:skilllink"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:silk_scarf",
"percentage": 5.0
},
{
"item": "cobblemon:chesto_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 75,
"attack": 95,
"defence": 60,
"special_attack": 65,
"special_defence": 60,
"speed": 115
},
"catchRate": 60,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 165,
"experienceGroup": "fast",
"eggCycles": 15,
"eggGroups": [
"field"
],
"moves": [
"1:afteryou",
"1:babydolleyes",
"1:bulletseed",
"1:charm",
"1:echoedvoice",
"1:encore",
"1:helpinghand",
"1:hypervoice",
"1:lastresort",
"1:pound",
"1:rockblast",
"1:sing",
"1:slam",
"1:swift",
"1:tailslap",
"1:tickle",
"tm:alluringvoice",
"tm:attract",
"tm:batonpass",
"tm:bulletseed",
"tm:calmmind",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:dazzlinggleam",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:echoedvoice",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:fling",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:gunkshot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:hypervoice",
"tm:icespinner",
"tm:irontail",
"tm:knockoff",
"tm:lightscreen",
"tm:mudslap",
"tm:playrough",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rockblast",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:seedbomb",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:tailslap",
"tm:terablast",
"tm:thief",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:trailblaze",
"tm:tripleaxel",
"tm:uproar",
"tm:uturn",
"tm:workup",
"tutor:afteryou",
"tutor:aquatail",
"tutor:covet",
"tutor:gunkshot",
"tutor:helpinghand",
"tutor:hypervoice",
"tutor:irontail",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:seedbomb",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:tripleaxel",
"tutor:uproar"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.cinccino.desc"
],
"preEvolution": "minccino",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 5,
"weight": 75,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,157 @@
{
"implemented": true,
"name": "Drilbur",
"nationalPokedexNumber": 529,
"primaryType": "ground",
"abilities": [
"sandrush",
"sandforce",
"h:moldbreaker"
],
"baseStats": {
"hp": 60,
"attack": 85,
"defence": 40,
"special_attack": 30,
"special_defence": 45,
"speed": 68
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": true,
"baseExperienceYield": 66,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:mudsport",
"1:scratch",
"5:rapidspin",
"8:mudslap",
"12:furyswipes",
"15:metalclaw",
"19:dig",
"22:honeclaws",
"24:crushclaw",
"26:slash",
"29:rockslide",
"33:earthquake",
"36:swordsdance",
"40:sandstorm",
"43:drillrun",
"47:fissure",
"egg:crushclaw",
"egg:earthpower",
"egg:irondefense",
"egg:metalsound",
"egg:rapidspin",
"egg:rockclimb",
"egg:skullbash",
"egg:slash",
"egg:submission",
"tm:aerialace",
"tm:attract",
"tm:brickbreak",
"tm:bulldoze",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:doubleteam",
"tm:drillrun",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:fling",
"tm:frustration",
"tm:hiddenpower",
"tm:highhorsepower",
"tm:honeclaws",
"tm:irondefense",
"tm:mudshot",
"tm:poisonjab",
"tm:protect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:sandtomb",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snore",
"tm:stealthrock",
"tm:strength",
"tm:substitute",
"tm:swagger",
"tm:swordsdance",
"tm:toxic",
"tm:xscissor",
"tutor:drillrun",
"tutor:earthpower",
"tutor:irondefense",
"tutor:metalsound",
"tutor:rapidspin",
"tutor:rockclimb",
"tutor:scorchingsands",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stealthrock"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.drilbur.desc"
],
"evolutions": [
{
"id": "drilbur_excadrill",
"variant": "level_up",
"result": "excadrill",
"consumeHeldItem": false,
"learnableMoves": [
"horndrill"
],
"requirements": [
{
"variant": "level",
"minLevel": 31
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 0.9,
"height": 0.8,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 3,
"weight": 85,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,196 @@
{
"implemented": true,
"name": "Druddigon",
"nationalPokedexNumber": 621,
"primaryType": "dragon",
"abilities": [
"roughskin",
"sheerforce",
"h:moldbreaker"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:dragon_fang",
"percentage": 5.0
},
{
"item": "cobblemon:haban_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 77,
"attack": 120,
"defence": 90,
"special_attack": 60,
"special_defence": 90,
"speed": 48
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 170,
"experienceGroup": "medium_fast",
"eggCycles": 30,
"eggGroups": [
"monster",
"dragon"
],
"moves": [
"1:leer",
"1:scratch",
"5:bite",
"10:dragontail",
"15:metalclaw",
"18:dragonrage",
"20:scaryface",
"25:slash",
"30:dragonclaw",
"31:chipaway",
"35:honeclaws",
"35:revenge",
"40:crunch",
"40:nightslash",
"45:ironhead",
"49:rockclimb",
"50:outrage",
"55:superpower",
"egg:crushclaw",
"egg:feintattack",
"egg:firefang",
"egg:glare",
"egg:irontail",
"egg:metalclaw",
"egg:nightslash",
"egg:poisontail",
"egg:pursuit",
"egg:snatch",
"egg:suckerpunch",
"egg:thunderfang",
"tm:aerialace",
"tm:attract",
"tm:bodyslam",
"tm:bulldoze",
"tm:chargebeam",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:dragonclaw",
"tm:dragonpulse",
"tm:dragontail",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:firefang",
"tm:firepunch",
"tm:flamethrower",
"tm:flashcannon",
"tm:fling",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:gunkshot",
"tm:heatwave",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:incinerate",
"tm:ironhead",
"tm:irontail",
"tm:megapunch",
"tm:outrage",
"tm:payback",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:revenge",
"tm:roar",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:smackdown",
"tm:snarl",
"tm:snore",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:taunt",
"tm:thunderfang",
"tm:thunderpunch",
"tm:torment",
"tm:toxic",
"tutor:aquatail",
"tutor:bite",
"tutor:darkpulse",
"tutor:dracometeor",
"tutor:dragonpulse",
"tutor:dualwingbeat",
"tutor:firefang",
"tutor:firepunch",
"tutor:gunkshot",
"tutor:heatwave",
"tutor:ironhead",
"tutor:irontail",
"tutor:lashout",
"tutor:leer",
"tutor:outrage",
"tutor:scaleshot",
"tutor:scratch",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:stealthrock",
"tutor:stompingtantrum",
"tutor:suckerpunch",
"tutor:superpower",
"tutor:thunderpunch"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.druddigon.desc"
],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 2,
"height": 1.5,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 16,
"weight": 1390,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,160 @@
{
"implemented": true,
"name": "Ducklett",
"nationalPokedexNumber": 580,
"primaryType": "water",
"secondaryType": "flying",
"abilities": ["keeneye", "bigpecks", "h:hydration"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "0-1"
},
{
"item": "minecraft:chicken"
},
{
"item": "cobblemon:wacan_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 62,
"attack": 44,
"defence": 50,
"special_attack": 44,
"special_defence": 50,
"speed": 55
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 61,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["water_1", "flying"],
"moves": [
"1:watergun",
"3:watersport",
"6:defog",
"9:wingattack",
"13:waterpulse",
"15:aerialace",
"19:bubblebeam",
"21:featherdance",
"24:aquaring",
"27:airslash",
"30:roost",
"34:raindance",
"37:tailwind",
"41:bravebird",
"46:hurricane",
"egg:aircutter",
"egg:aquajet",
"egg:brine",
"egg:dive",
"egg:endeavor",
"egg:gust",
"egg:luckychant",
"egg:mefirst",
"egg:mirrormove",
"egg:mudsport",
"egg:steelwing",
"tm:aerialace",
"tm:attract",
"tm:aircutter",
"tm:airslash",
"tm:bravebird",
"tm:chillingwater",
"tm:confide",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:featherdance",
"tm:fly",
"tm:frustration",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hurricane",
"tm:icebeam",
"tm:icywind",
"tm:liquidation",
"tm:pluck",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roost",
"tm:round",
"tm:scald",
"tm:secretpower",
"tm:sleeptalk",
"tm:steelwing",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:waterpulse",
"tm:whirlpool",
"tutor:brine",
"tutor:defog",
"tutor:endeavor",
"tutor:icywind",
"tutor:liquidation",
"tutor:mefirst",
"tutor:roost",
"tutor:sleeptalk",
"tutor:snore",
"tutor:tailwind",
"tutor:uproar",
"tutor:waterpulse"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.ducklett.desc"],
"evolutions": [
{
"id": "ducklett_swanna",
"variant": "level_up",
"result": "swanna",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 35
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 55,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,182 @@
{
"implemented": true,
"name": "Duosion",
"nationalPokedexNumber": 578,
"primaryType": "psychic",
"abilities": ["overcoat", "magicguard", "h:regenerator"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:slime_ball",
"quantityRange": "0-2"
},
{
"item": "cobblemon:persim_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 65,
"attack": 40,
"defence": 50,
"special_attack": 125,
"special_defence": 60,
"speed": 30
},
"catchRate": 100,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 130,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": ["amorphous"],
"moves": [
"1:confusion",
"1:endeavor",
"1:protect",
"1:psywave",
"1:recover",
"1:rollout",
"1:snatch",
"12:psybeam",
"14:hiddenpower",
"16:charm",
"20:psyshock",
"24:lightscreen",
"24:reflect",
"28:allyswitch",
"35:painsplit",
"40:psychic",
"46:skillswap",
"50:healblock",
"52:futuresight",
"58:wonderroom",
"tm:allyswitch",
"tm:attract",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:confuseray",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:explosion",
"tm:facade",
"tm:flash",
"tm:flashcannon",
"tm:frustration",
"tm:futuresight",
"tm:gravity",
"tm:guardswap",
"tm:gyroball",
"tm:helpinghand",
"tm:hiddenpower",
"tm:imprison",
"tm:infestation",
"tm:irondefense",
"tm:lightscreen",
"tm:nightshade",
"tm:painsplit",
"tm:powerswap",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:telekinesis",
"tm:terablast",
"tm:thunder",
"tm:thunderwave",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:afteryou",
"tutor:allyswitch",
"tutor:endeavor",
"tutor:expandingforce",
"tutor:gravity",
"tutor:helpinghand",
"tutor:imprison",
"tutor:irondefense",
"tutor:magiccoat",
"tutor:painsplit",
"tutor:recover",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:steelroller",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.duosion.desc"],
"preEvolution": "solosis",
"evolutions": [
{
"id": "duosion_reuniclus",
"variant": "level_up",
"result": "reuniclus",
"consumeHeldItem": false,
"learnableMoves": ["hammerarm"],
"requirements": [
{
"variant": "level",
"minLevel": 41
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 2,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 80,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,140 @@
{
"implemented": true,
"name": "Eelektrik",
"nationalPokedexNumber": 603,
"primaryType": "electric",
"abilities": ["levitate"],
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:slime_ball",
"quantityRange": "0-2"
}
]
},
"baseStats": {
"hp": 65,
"attack": 85,
"defence": 70,
"special_attack": 75,
"special_defence": 70,
"speed": 40
},
"catchRate": 60,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 142,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["amorphous"],
"moves": [
"1:chargebeam",
"1:crunch",
"1:headbutt",
"1:spark",
"1:thunderwave",
"9:bind",
"19:acid",
"29:discharge",
"44:thunderbolt",
"49:acidspray",
"54:coil",
"59:wildcharge",
"64:gastroacid",
"69:zapcannon",
"74:thrash",
"tm:acidspray",
"tm:acrobatics",
"tm:attract",
"tm:bodyslam",
"tm:charge",
"tm:chargebeam",
"tm:confide",
"tm:crunch",
"tm:doubleteam",
"tm:eerieimpulse",
"tm:electricterrain",
"tm:electroball",
"tm:electroweb",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:flashcannon",
"tm:frustration",
"tm:gigadrain",
"tm:hiddenpower",
"tm:knockoff",
"tm:lightscreen",
"tm:lunge",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:sleeptalk",
"tm:substitute",
"tm:superfang",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:throatchop",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderfang",
"tm:thunderwave",
"tm:toxic",
"tm:uturn",
"tm:voltswitch",
"tm:wildcharge",
"tutor:aquatail",
"tutor:bind",
"tutor:bounce",
"tutor:gastroacid",
"tutor:gigadrain",
"tutor:irontail",
"tutor:knockoff",
"tutor:magnetrise",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:superfang",
"tutor:throatchop"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.eelektrik.desc"],
"preEvolution": "tynamo",
"evolutions": [
{
"id": "eelektrik_eelektross",
"variant": "item_interact",
"result": "eelektross",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [],
"requiredContext": "cobblemon:thunder_stone"
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 12,
"weight": 220,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,167 @@
{
"implemented": true,
"name": "Eelektross",
"nationalPokedexNumber": 604,
"primaryType": "electric",
"abilities": ["levitate"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:slime_ball",
"quantityRange": "0-3"
}
]
},
"baseStats": {
"hp": 85,
"attack": 115,
"defence": 80,
"special_attack": 105,
"special_defence": 80,
"speed": 50
},
"catchRate": 30,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 232,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["amorphous"],
"moves": [
"1:acid",
"1:coil",
"1:crunch",
"1:crushclaw",
"1:discharge",
"1:gastroacid",
"1:headbutt",
"1:iondeluge",
"1:thrash",
"1:zapcannon",
"5:wildcharge",
"tm:acidspray",
"tm:acrobatics",
"tm:attract",
"tm:bodypress",
"tm:bodyslam",
"tm:brickbreak",
"tm:bulkup",
"tm:bulldoze",
"tm:charge",
"tm:chargebeam",
"tm:closecombat",
"tm:confide",
"tm:confuseray",
"tm:crunch",
"tm:cut",
"tm:doubleteam",
"tm:dragonclaw",
"tm:dragonpulse",
"tm:dragontail",
"tm:drainpunch",
"tm:eerieimpulse",
"tm:electricterrain",
"tm:electroball",
"tm:electroweb",
"tm:endure",
"tm:facade",
"tm:firepunch",
"tm:flamethrower",
"tm:flash",
"tm:flashcannon",
"tm:focuspunch",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:grassknot",
"tm:heavyslam",
"tm:hex",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:knockoff",
"tm:lightscreen",
"tm:liquidation",
"tm:lunge",
"tm:outrage",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:sleeptalk",
"tm:stompingtantrum",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:supercellslam",
"tm:superfang",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:terablast",
"tm:throatchop",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderfang",
"tm:thunderpunch",
"tm:thunderwave",
"tm:toxic",
"tm:uturn",
"tm:voltswitch",
"tm:wildcharge",
"tm:zenheadbutt",
"tutor:aquatail",
"tutor:bind",
"tutor:bounce",
"tutor:dragonpulse",
"tutor:drainpunch",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:gastroacid",
"tutor:gigadrain",
"tutor:irontail",
"tutor:knockoff",
"tutor:magnetrise",
"tutor:outrage",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:superfang",
"tutor:superpower",
"tutor:throatchop",
"tutor:thunderpunch"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.eelektross.desc"],
"preEvolution": "eelektrik",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 21,
"weight": 805,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,145 @@
{
"implemented": true,
"name": "Excadrill",
"nationalPokedexNumber": 530,
"primaryType": "ground",
"secondaryType": "steel",
"abilities": [
"sandrush",
"sandforce",
"h:moldbreaker"
],
"baseStats": {
"hp": 110,
"attack": 135,
"defence": 60,
"special_attack": 50,
"special_defence": 65,
"speed": 88
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
},
"catchRate": 60,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 178,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:mudslap",
"1:mudsport",
"1:rapidspin",
"1:rototiller",
"1:scratch",
"12:furyswipes",
"15:metalclaw",
"19:dig",
"22:honeclaws",
"24:crushclaw",
"26:slash",
"29:rockslide",
"31:horndrill",
"36:earthquake",
"42:swordsdance",
"49:sandstorm",
"55:drillrun",
"62:fissure",
"tm:aerialace",
"tm:attract",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulldoze",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:doubleteam",
"tm:drillrun",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:facade",
"tm:fling",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:hiddenpower",
"tm:highhorsepower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:irondefense",
"tm:ironhead",
"tm:mudshot",
"tm:poisonjab",
"tm:protect",
"tm:rest",
"tm:return",
"tm:rockblast",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:sandtomb",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:smartstrike",
"tm:snore",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:strength",
"tm:substitute",
"tm:swagger",
"tm:swordsdance",
"tm:toxic",
"tm:xscissor",
"tutor:drillrun",
"tutor:earthpower",
"tutor:irondefense",
"tutor:ironhead",
"tutor:magnetrise",
"tutor:scorchingsands",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stealthrock",
"tutor:steelbeam",
"tutor:stompingtantrum"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.excadrill.desc"
],
"preEvolution": "drilbur",
"evolutions": [],
"baseScale": 1.2,
"hitbox": {
"width": 1.15,
"height": 1.65,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 7,
"weight": 404,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,155 @@
{
"implemented": true,
"name": "Foongus",
"nationalPokedexNumber": 590,
"primaryType": "grass",
"secondaryType": "poison",
"abilities": [
"effectspore",
"h:regenerator"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:red_mushroom",
"quantityRange": "0-1"
},
{
"item": "cobblemon:cheri_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 69,
"attack": 55,
"defence": 45,
"special_attack": 55,
"special_defence": 55,
"speed": 15
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 59,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"grass"
],
"moves": [
"1:absorb",
"1:astonish",
"4:growth",
"8:stunspore",
"12:bide",
"12:megadrain",
"16:synthesis",
"20:clearsmog",
"20:feintattack",
"24:sweetscent",
"28:gigadrain",
"32:ingrain",
"36:toxic",
"40:ragepowder",
"44:solarbeam",
"48:spore",
"egg:bodyslam",
"egg:defensecurl",
"egg:endure",
"egg:gastroacid",
"egg:growth",
"egg:poisonpowder",
"egg:rollout",
"egg:stunspore",
"egg:worryseed",
"tm:attract",
"tm:bodyslam",
"tm:bulletseed",
"tm:confide",
"tm:doubleteam",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:foulplay",
"tm:frustration",
"tm:gigadrain",
"tm:grassknot",
"tm:grassyterrain",
"tm:hiddenpower",
"tm:leafstorm",
"tm:magicalleaf",
"tm:naturepower",
"tm:payback",
"tm:pollenpuff",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:secretpower",
"tm:seedbomb",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snore",
"tm:solarbeam",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:terablast",
"tm:toxic",
"tm:venoshock",
"tutor:afteryou",
"tutor:foulplay",
"tutor:gastroacid",
"tutor:gigadrain",
"tutor:seedbomb",
"tutor:sleeptalk",
"tutor:snore",
"tutor:synthesis",
"tutor:worryseed"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.foongus.desc"
],
"evolutions": [
{
"id": "foongus_amoonguss",
"variant": "level_up",
"result": "amoonguss",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 39
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 2,
"weight": 10,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,175 @@
{
"implemented": true,
"name": "Fraxure",
"nationalPokedexNumber": 611,
"primaryType": "dragon",
"abilities": ["rivalry", "moldbreaker", "h:unnerve"],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:dragon_fang",
"percentage": 5
},
{
"item": "cobblemon:haban_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 66,
"attack": 117,
"defence": 70,
"special_attack": 40,
"special_defence": 50,
"speed": 67
},
"catchRate": 60,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 144,
"experienceGroup": "slow",
"eggCycles": 40,
"eggGroups": ["monster", "dragon"],
"moves": [
"1:bite",
"1:dragonrage",
"1:falseswipe",
"1:leer",
"1:scratch",
"9:assurance",
"12:taunt",
"15:slash",
"18:dragonclaw",
"21:scaryface",
"24:crunch",
"27:dragondance",
"30:breakingswipe",
"30:dualchop",
"33:focusenergy",
"33:laserfocus",
"36:dragonpulse",
"41:swordsdance",
"46:outrage",
"51:guillotine",
"56:gigaimpact",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:breakingswipe",
"tm:brickbreak",
"tm:bulldoze",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dragontail",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fling",
"tm:focusenergy",
"tm:frustration",
"tm:gigaimpact",
"tm:hiddenpower",
"tm:honeclaws",
"tm:incinerate",
"tm:ironhead",
"tm:irontail",
"tm:lowkick",
"tm:outrage",
"tm:payback",
"tm:poisonjab",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:reversal",
"tm:roar",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaleshot",
"tm:scaryface",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:stompingtantrum",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:xscissor",
"tutor:aquatail",
"tutor:dracometeor",
"tutor:dragonpulse",
"tutor:dualchop",
"tutor:endeavor",
"tutor:irontail",
"tutor:lowkick",
"tutor:outrage",
"tutor:scaleshot",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stompingtantrum",
"tutor:superpower"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.fraxure.desc"],
"preEvolution": "axew",
"evolutions": [
{
"id": "fraxure_haxorus",
"variant": "level_up",
"result": "haxorus",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 48
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 10,
"weight": 360,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,359 @@
{
"implemented": true,
"name": "Genesect",
"nationalPokedexNumber": 649,
"primaryType": "bug",
"secondaryType": "steel",
"abilities": [
"download"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:dubious_disc"
},
{
"item": "cobblemon:dome_fossil"
}
]
},
"baseStats": {
"hp": 71,
"attack": 120,
"defence": 95,
"special_attack": 120,
"special_defence": 95,
"speed": 99
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"forms": [
{
"name": "Douse",
"primaryType": "bug",
"secondaryType": "steel",
"abilities": [
"download"
],
"baseStats": {
"hp": 71,
"attack": 120,
"defence": 95,
"special_attack": 120,
"special_defence": 95,
"speed": 99
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 300,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 1
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"mythical",
"legendary"
],
"aspects": [
"douse"
],
"height": 15,
"weight": 825,
"cannotDynamax": false,
"battleOnly": false
},
{
"name": "Shock",
"primaryType": "bug",
"secondaryType": "steel",
"abilities": [
"download"
],
"baseStats": {
"hp": 71,
"attack": 120,
"defence": 95,
"special_attack": 120,
"special_defence": 95,
"speed": 99
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 300,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 1
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"mythical",
"legendary"
],
"aspects": [
"shock"
],
"height": 15,
"weight": 825,
"cannotDynamax": false,
"battleOnly": false
},
{
"name": "Burn",
"primaryType": "bug",
"secondaryType": "steel",
"abilities": [
"download"
],
"baseStats": {
"hp": 71,
"attack": 120,
"defence": 95,
"special_attack": 120,
"special_defence": 95,
"speed": 99
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 300,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 1
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"mythical",
"legendary"
],
"aspects": [
"burn"
],
"height": 15,
"weight": 825,
"cannotDynamax": false,
"battleOnly": false
},
{
"name": "Chill",
"primaryType": "bug",
"secondaryType": "steel",
"abilities": [
"download"
],
"baseStats": {
"hp": 71,
"attack": 120,
"defence": 95,
"special_attack": 120,
"special_defence": 95,
"speed": 99
},
"catchRate": 3,
"maleRatio": -1,
"baseExperienceYield": 300,
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 1
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"mythical",
"legendary"
],
"aspects": [
"chill"
],
"height": 15,
"weight": 825,
"cannotDynamax": false,
"battleOnly": false
}
],
"baseExperienceYield": 300,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:furycutter",
"1:quickattack",
"7:screech",
"14:metalclaw",
"21:fellstinger",
"22:magnetbomb",
"28:flamecharge",
"29:slash",
"35:metalsound",
"40:signalbeam",
"42:xscissor",
"44:triattack",
"49:magnetrise",
"56:bugbuzz",
"63:simplebeam",
"70:zapcannon",
"73:hyperbeam",
"77:lockon",
"84:technoblast",
"91:selfdestruct",
"tm:aerialace",
"tm:allyswitch",
"tm:assurance",
"tm:blazekick",
"tm:blizzard",
"tm:bugbuzz",
"tm:chargebeam",
"tm:confide",
"tm:darkpulse",
"tm:doubleteam",
"tm:electroweb",
"tm:endure",
"tm:energyball",
"tm:explosion",
"tm:facade",
"tm:flamecharge",
"tm:flamethrower",
"tm:flash",
"tm:flashcannon",
"tm:fly",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:gunkshot",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:icebeam",
"tm:infestation",
"tm:irondefense",
"tm:ironhead",
"tm:leechlife",
"tm:lightscreen",
"tm:protect",
"tm:psychic",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockpolish",
"tm:round",
"tm:screech",
"tm:secretpower",
"tm:selfdestruct",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:strugglebug",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:triattack",
"tm:uturn",
"tm:xscissor",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:blazekick",
"tutor:bugbite",
"tutor:darkpulse",
"tutor:electroweb",
"tutor:extremespeed",
"tutor:fellstinger",
"tutor:gigadrain",
"tutor:gravity",
"tutor:gunkshot",
"tutor:irondefense",
"tutor:ironhead",
"tutor:lastresort",
"tutor:magiccoat",
"tutor:magnetbomb",
"tutor:magnetrise",
"tutor:metalclaw",
"tutor:recycle",
"tutor:shiftgear",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:steelbeam",
"tutor:technoblast",
"tutor:telekinesis",
"tutor:xscissor",
"tutor:zenheadbutt"
],
"labels": [
"gen5",
"mythical",
"legendary"
],
"pokedex": [
"cobblemon.species.genesect.desc"
],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 1
},
"height": 15,
"weight": 825,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,192 @@
{
"implemented": true,
"name": "Gothita",
"nationalPokedexNumber": 574,
"primaryType": "psychic",
"abilities": ["frisk", "competitive", "h:shadowtag"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:ender_pearl",
"quantityRange": "0-1"
},
{
"item": "cobblemon:twisted_spoon",
"percentage": 2.5
},
{
"item": "cobblemon:persim_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 45,
"attack": 30,
"defence": 50,
"special_attack": 55,
"special_defence": 65,
"speed": 45
},
"catchRate": 200,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 58,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": ["human_like"],
"moves": [
"1:confusion",
"1:pound",
"4:playnice",
"8:tickle",
"12:psybeam",
"14:doubleslap",
"16:charm",
"19:embargo",
"20:psyshock",
"24:feintattack",
"24:hypnosis",
"28:faketears",
"33:healblock",
"33:psychup",
"36:psychic",
"40:flatter",
"40:telekinesis",
"44:futuresight",
"48:magicroom",
"egg:captivate",
"egg:darkpulse",
"egg:fakeout",
"egg:healpulse",
"egg:meanlook",
"egg:miracleeye",
"egg:mirrorcoat",
"egg:torment",
"egg:uproar",
"tm:allyswitch",
"tm:attract",
"tm:calmmind",
"tm:chargebeam",
"tm:charm",
"tm:confide",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:fling",
"tm:foulplay",
"tm:frustration",
"tm:futuresight",
"tm:grassknot",
"tm:gravity",
"tm:guardswap",
"tm:helpinghand",
"tm:hiddenpower",
"tm:imprison",
"tm:lightscreen",
"tm:magicroom",
"tm:nastyplot",
"tm:payback",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:uproar",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:covet",
"tutor:expandingforce",
"tutor:foulplay",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:recycle",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:uproar",
"tutor:zenheadbutt"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.gothita.desc"],
"evolutions": [
{
"id": "gothita_gothorita",
"variant": "level_up",
"result": "gothorita",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 32
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 1,
"speed": 0
},
"height": 4,
"weight": 58,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,180 @@
{
"implemented": true,
"name": "Gothitelle",
"nationalPokedexNumber": 576,
"primaryType": "psychic",
"abilities": ["frisk", "competitive", "h:shadowtag"],
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:ender_pearl",
"quantityRange": "0-3"
},
{
"item": "cobblemon:twisted_spoon",
"percentage": 10
},
{
"item": "cobblemon:persim_berry",
"percentage": 10
}
]
},
"baseStats": {
"hp": 70,
"attack": 55,
"defence": 95,
"special_attack": 95,
"special_defence": 110,
"speed": 65
},
"catchRate": 50,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 245,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": ["human_like"],
"moves": [
"1:confusion",
"1:playnice",
"1:pound",
"1:tickle",
"12:psybeam",
"14:doubleslap",
"16:charm",
"19:embargo",
"20:psyshock",
"24:feintattack",
"24:hypnosis",
"28:faketears",
"34:healblock",
"35:psychup",
"40:psychic",
"45:telekinesis",
"48:flatter",
"56:futuresight",
"64:magicroom",
"tm:allyswitch",
"tm:attract",
"tm:bodyslam",
"tm:brickbreak",
"tm:calmmind",
"tm:chargebeam",
"tm:charm",
"tm:confide",
"tm:cosmicpower",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:fling",
"tm:focusblast",
"tm:foulplay",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:gravity",
"tm:guardswap",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:imprison",
"tm:lightscreen",
"tm:lowsweep",
"tm:magicroom",
"tm:metronome",
"tm:nastyplot",
"tm:payback",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:uproar",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:covet",
"tutor:expandingforce",
"tutor:foulplay",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:laserfocus",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:recycle",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:uproar",
"tutor:zenheadbutt"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.gothitelle.desc"],
"preEvolution": "gothorita",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 3,
"speed": 0
},
"height": 15,
"weight": 440,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,190 @@
{
"implemented": true,
"name": "Gothorita",
"nationalPokedexNumber": 575,
"primaryType": "psychic",
"abilities": ["frisk", "competitive", "h:shadowtag"],
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:ender_pearl",
"quantityRange": "0-2"
},
{
"item": "cobblemon:twisted_spoon",
"percentage": 5
},
{
"item": "cobblemon:persim_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 60,
"attack": 45,
"defence": 70,
"special_attack": 75,
"special_defence": 85,
"speed": 55
},
"catchRate": 100,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 137,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": ["human_like"],
"moves": [
"1:confusion",
"1:playnice",
"1:pound",
"1:tickle",
"12:psybeam",
"14:doubleslap",
"16:charm",
"19:embargo",
"20:psyshock",
"24:feintattack",
"24:hypnosis",
"28:faketears",
"34:healblock",
"35:psychup",
"40:psychic",
"43:telekinesis",
"46:flatter",
"52:futuresight",
"58:magicroom",
"tm:allyswitch",
"tm:attract",
"tm:calmmind",
"tm:chargebeam",
"tm:charm",
"tm:confide",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:fling",
"tm:foulplay",
"tm:frustration",
"tm:futuresight",
"tm:grassknot",
"tm:gravity",
"tm:guardswap",
"tm:helpinghand",
"tm:hiddenpower",
"tm:imprison",
"tm:lightscreen",
"tm:magicroom",
"tm:metronome",
"tm:nastyplot",
"tm:payback",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:taunt",
"tm:telekinesis",
"tm:terablast",
"tm:thief",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:uproar",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:covet",
"tutor:expandingforce",
"tutor:flatter",
"tutor:foulplay",
"tutor:futuresight",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:imprison",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:mirrorcoat",
"tutor:psyshock",
"tutor:recycle",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:uproar",
"tutor:zenheadbutt"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.gothorita.desc"],
"preEvolution": "gothita",
"evolutions": [
{
"id": "gothorita_gothitelle",
"variant": "level_up",
"result": "gothitelle",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 41
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"height": 7,
"weight": 180,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,175 @@
{
"implemented": true,
"name": "Haxorus",
"nationalPokedexNumber": 612,
"primaryType": "dragon",
"abilities": ["rivalry", "moldbreaker", "h:unnerve"],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:dragon_fang",
"percentage": 10
},
{
"item": "cobblemon:haban_berry",
"percentage": 10
}
]
},
"baseStats": {
"hp": 76,
"attack": 147,
"defence": 90,
"special_attack": 60,
"special_defence": 70,
"speed": 97
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 270,
"experienceGroup": "slow",
"eggCycles": 40,
"eggGroups": ["monster", "dragon"],
"moves": [
"1:bite",
"1:dragonrage",
"1:falseswipe",
"1:leer",
"1:scratch",
"9:assurance",
"12:taunt",
"15:slash",
"18:dragonclaw",
"21:scaryface",
"24:crunch",
"27:dragondance",
"30:breakingswipe",
"30:dualchop",
"33:focusenergy",
"33:laserfocus",
"36:dragonpulse",
"41:swordsdance",
"46:outrage",
"53:guillotine",
"60:gigaimpact",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:bodyslam",
"tm:breakingswipe",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulldoze",
"tm:closecombat",
"tm:confide",
"tm:crunch",
"tm:cut",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dragontail",
"tm:earthquake",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fling",
"tm:focusblast",
"tm:focusenergy",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:incinerate",
"tm:ironhead",
"tm:irontail",
"tm:lowkick",
"tm:lowsweep",
"tm:outrage",
"tm:payback",
"tm:poisonjab",
"tm:protect",
"tm:psychocut",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:reversal",
"tm:roar",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:scaleshot",
"tm:scaryface",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:stompingtantrum",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:xscissor",
"tutor:aquatail",
"tutor:dracometeor",
"tutor:dragondance",
"tutor:dragonpulse",
"tutor:dualchop",
"tutor:earthquake",
"tutor:endeavor",
"tutor:irontail",
"tutor:laserfocus",
"tutor:lowkick",
"tutor:outrage",
"tutor:scaleshot",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stompingtantrum",
"tutor:superpower",
"tutor:xscissor"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.haxorus.desc"],
"preEvolution": "fraxure",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 18,
"weight": 1055,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,575 @@
{
"implemented": true,
"name": "Kyurem",
"nationalPokedexNumber": 646,
"primaryType": "dragon",
"secondaryType": "ice",
"abilities": [
"pressure"
],
"drops": {
"amount": 6,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:dragon_fang",
"percentage": 50.0
},
{
"item": "cobblemon:never_melt_ice",
"percentage": 50.0
},
{
"item": "cobblemon:ice_stone",
"quantityRange": "3-9"
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 125,
"attack": 130,
"defence": 90,
"special_attack": 130,
"special_defence": 90,
"speed": 95
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"features": [
"black",
"white"
],
"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"
],
"evolutions": [
{
"id": "black_kyurem",
"variant": "level_up",
"result": "kyurem black=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": []
}
],
"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"
],
"evolutions": [
{
"id": "white_kyurem",
"variant": "level_up",
"result": "kyurem white=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": []
}
],
"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": [
{
"id": "kyurem_white",
"variant": "level_up",
"result": "kyurem white=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "party_member",
"target": "reshiram",
"contains": true
}
]
},
{
"id": "kyurem_black",
"variant": "level_up",
"result": "kyurem black=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "party_member",
"target": "zekrom",
"contains": true
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 4,
"height": 4,
"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
}

View File

@ -0,0 +1,236 @@
{
"implemente": true,
"name": "Landorus",
"nationalPokedexNumber": 645,
"primaryType": "ground",
"secondaryType": "flying",
"abilities": [
"sandforce",
"h:sheerforce"
],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:smooth_rock",
"percentage": 50.0
},
{
"item": "cobblemon:float_stone",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 89,
"attack": 125,
"defence": 90,
"special_attack": 115,
"special_defence": 80,
"speed": 101
},
"catchRate": 3,
"maleRatio": 1,
"shoulderMountable": false,
"baseExperienceYield": 300,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:mudshot",
"1:rockthrow",
"1:sandtomb",
"1:smackdown",
"5:leer",
"7:punishment",
"10:block",
"15:bulldoze",
"20:rocktomb",
"25:swordsdance",
"30:imprison",
"35:rockslide",
"40:earthpower",
"45:extrasensory",
"50:stoneedge",
"55:hammerarm",
"60:sandstorm",
"65:earthquake",
"70:outrage",
"75:fissure",
"80:sandsearstorm",
"tm:attract",
"tm:bodyslam",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulkup",
"tm:bulldoze",
"tm:calmmind",
"tm:confide",
"tm:crunch",
"tm:dig",
"tm:doubleteam",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:explosion",
"tm:facade",
"tm:fling",
"tm:fly",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:gravity",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:imprison",
"tm:irontail",
"tm:mudshot",
"tm:mudslap",
"tm:nastyplot",
"tm:outrage",
"tm:payback",
"tm:protect",
"tm:psychic",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rockpolish",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:sandtomb",
"tm:scaryface",
"tm:scorchingsands",
"tm:secretpower",
"tm:selfdestruct",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:smackdown",
"tm:snore",
"tm:stealthrock",
"tm:stompingtantrum",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:swagger",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:toxic",
"tm:uturn",
"tm:weatherball",
"tutor:block",
"tutor:bulldoze",
"tutor:defog",
"tutor:earthpower",
"tutor:earthquake",
"tutor:extrasensory",
"tutor:fissure",
"tutor:focusblast",
"tutor:gravity",
"tutor:irontail",
"tutor:knockoff",
"tutor:mudshot",
"tutor:outrage",
"tutor:rockslide",
"tutor:rocktomb",
"tutor:roleplay",
"tutor:sandstorm",
"tutor:sandtomb",
"tutor:sleeptalk",
"tutor:snore",
"tutor:stealthrock",
"tutor:superpower",
"tutor:swordsdance",
"tutor:uturn"
],
"labels": [
"gen5",
"legendary"
],
"pokedex": [
"cobblemon.species.landorus.desc"
],
"height": 15,
"weight": 680,
"evolutions": [],
"forms": [
{
"name": "Therian",
"primaryType": "ground",
"secondaryType": "flying",
"abilities": [
"intimidate"
],
"baseStats": {
"hp": 89,
"attack": 145,
"defence": 90,
"special_attack": 105,
"special_defence": 80,
"speed": 91
},
"catchRate": 3,
"maleRatio": 1,
"baseExperienceYield": 300,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"legendary"
],
"aspects": [
"therian"
],
"height": 13,
"weight": 680,
"cannotDynamax": false,
"battleOnly": false
}
],
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,168 @@
{
"implemented": true,
"name": "Leavanny",
"nationalPokedexNumber": 542,
"primaryType": "bug",
"secondaryType": "grass",
"abilities": ["swarm", "chlorophyll", "h:overcoat"],
"drops": {
"amount": 6,
"entries": [
{
"item": "minecraft:string",
"quantityRange": "0-3"
},
{
"item": "cobblemon:mental_herb",
"percentage": 10
},
{
"item": "cobblemon:revival_herb",
"percentage": 10
},
{
"item": "cobblemon:coba_berry",
"percentage": 10
}
]
},
"baseStats": {
"hp": 75,
"attack": 103,
"defence": 80,
"special_attack": 70,
"special_defence": 80,
"speed": 92
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 225,
"experienceGroup": "medium_slow",
"eggCycles": 15,
"eggGroups": ["bug"],
"moves": [
"1:bugbite",
"1:falseswipe",
"1:razorleaf",
"1:slash",
"1:stringshot",
"1:tackle",
"22:strugglebug",
"29:fellstinger",
"32:helpinghand",
"36:leafblade",
"39:xscissor",
"43:entrainment",
"46:swordsdance",
"50:leafstorm",
"tm:aerialace",
"tm:agility",
"tm:airslash",
"tm:attract",
"tm:batonpass",
"tm:bugbite",
"tm:bugbuzz",
"tm:bulletseed",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:doubleteam",
"tm:dreameater",
"tm:electroweb",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:falseswipe",
"tm:flash",
"tm:frustration",
"tm:gigadrain",
"tm:gigaimpact",
"tm:grassknot",
"tm:grassyglide",
"tm:grassyterrain",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:irondefense",
"tm:knockoff",
"tm:leafstorm",
"tm:lightscreen",
"tm:lowkick",
"tm:lunge",
"tm:magicalleaf",
"tm:naturepower",
"tm:payback",
"tm:poisonjab",
"tm:pollenpuff",
"tm:pounce",
"tm:protect",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:seedbomb",
"tm:shadowclaw",
"tm:skittersmack",
"tm:sleeptalk",
"tm:solarbeam",
"tm:steelwing",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swordsdance",
"tm:takedown",
"tm:terablast",
"tm:throatchop",
"tm:toxic",
"tm:trailblaze",
"tm:tripleaxel",
"tm:xscissor",
"tutor:bugbite",
"tutor:electroweb",
"tutor:gigadrain",
"tutor:healbell",
"tutor:helpinghand",
"tutor:irondefense",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:magiccoat",
"tutor:seedbomb",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:synthesis",
"tutor:throatchop",
"tutor:worryseed"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.leavanny.desc"],
"preEvolution": "swadloon",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 12,
"weight": 205,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,157 @@
{
"implemented": true,
"name": "Liepard",
"nationalPokedexNumber": 510,
"primaryType": "dark",
"abilities": ["limber", "unburden", "h:prankster"],
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-2"
},
{
"item": "cobblemon:bluk_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 64,
"attack": 88,
"defence": 50,
"special_attack": 88,
"special_defence": 50,
"speed": 106
},
"catchRate": 90,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 156,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:assist",
"1:fakeout",
"1:growl",
"1:sandattack",
"1:scratch",
"12:furyswipes",
"15:pursuit",
"16:torment",
"23:assurance",
"28:honeclaws",
"34:slash",
"34:suckerpunch",
"38:taunt",
"40:nastyplot",
"46:nightslash",
"47:snatch",
"52:playrough",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:batonpass",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:embargo",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:gunkshot",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:hypervoice",
"tm:irontail",
"tm:nastyplot",
"tm:payback",
"tm:payday",
"tm:playrough",
"tm:protect",
"tm:psychocut",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:rocksmash",
"tm:round",
"tm:screech",
"tm:secretpower",
"tm:seedbomb",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:taunt",
"tm:thief",
"tm:throatchop",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:uturn",
"tutor:burningjealousy",
"tutor:covet",
"tutor:darkpulse",
"tutor:encore",
"tutor:fakeout",
"tutor:foulplay",
"tutor:gunkshot",
"tutor:hypervoice",
"tutor:irontail",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:lashout",
"tutor:roleplay",
"tutor:seedbomb",
"tutor:skittersmack",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:swagger",
"tutor:throatchop",
"tutor:trick"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.liepard.desc"],
"preEvolution": "purrloin",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 11,
"weight": 375,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,189 @@
{
"implemented": true,
"name": "Mandibuzz",
"nationalPokedexNumber": 630,
"primaryType": "dark",
"secondaryType": "flying",
"abilities": [
"bigpecks",
"overcoat",
"h:weakarmor"
],
"drops": {
"amount": 7,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "0-2"
},
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-2"
},
{
"item": "minecraft:chicken"
},
{
"item": "cobblemon:sharp_beak",
"percentage": 2.5
},
{
"item": "cobblemon:bluk_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 110,
"attack": 65,
"defence": 105,
"special_attack": 55,
"special_defence": 95,
"speed": 80
},
"catchRate": 60,
"maleRatio": 0,
"shoulderMountable": false,
"baseExperienceYield": 179,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": [
"flying"
],
"moves": [
"1:bonerush",
"1:flatter",
"1:furyattack",
"1:gust",
"1:leer",
"1:mirrormove",
"1:pluck",
"1:skyattack",
"1:toxic",
"18:tailwind",
"23:feintattack",
"24:knockoff",
"28:punishment",
"30:irondefense",
"36:whirlwind",
"42:airslash",
"48:darkpulse",
"50:embargo",
"57:nastyplot",
"64:defog",
"72:attract",
"80:bravebird",
"tm:acrobatics",
"tm:aerialace",
"tm:aircutter",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:bravebird",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleedge",
"tm:doubleteam",
"tm:dualwingbeat",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:featherdance",
"tm:fly",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:heatwave",
"tm:hiddenpower",
"tm:hurricane",
"tm:hyperbeam",
"tm:incinerate",
"tm:irondefense",
"tm:knockoff",
"tm:lashout",
"tm:nastyplot",
"tm:payback",
"tm:pluck",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rocksmash",
"tm:rocktomb",
"tm:roost",
"tm:round",
"tm:sandstorm",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:spite",
"tm:steelwing",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tutor:block",
"tutor:darkpulse",
"tutor:defog",
"tutor:dualwingbeat",
"tutor:feintattack",
"tutor:flatter",
"tutor:foulplay",
"tutor:heatwave",
"tutor:irondefense",
"tutor:knockoff",
"tutor:lashout",
"tutor:nastyplot",
"tutor:pluck",
"tutor:roost",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:tailwind"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.mandibuzz.desc"
],
"preEvolution": "vullaby",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 2,
"special_defence": 0,
"speed": 0
},
"height": 12,
"weight": 395,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,181 @@
{
"implemented": true,
"name": "Minccino",
"nationalPokedexNumber": 572,
"primaryType": "normal",
"abilities": [
"cutecharm",
"technician",
"h:skilllink"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "cobblemon:silk_scarf",
"percentage": 2.5
},
{
"item": "cobblemon:chesto_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 55,
"attack": 50,
"defence": 40,
"special_attack": 40,
"special_defence": 40,
"speed": 75
},
"catchRate": 255,
"maleRatio": 0.25,
"shoulderMountable": false,
"baseExperienceYield": 60,
"experienceGroup": "fast",
"eggCycles": 15,
"eggGroups": [
"field"
],
"moves": [
"1:babydolleyes",
"1:pound",
"3:growl",
"4:helpinghand",
"8:echoedvoice",
"12:sing",
"13:doubleslap",
"16:charm",
"20:swift",
"24:encore",
"28:afteryou",
"31:wakeupslap",
"32:tailslap",
"36:tickle",
"39:captivate",
"40:slam",
"44:hypervoice",
"48:lastresort",
"egg:aquatail",
"egg:endure",
"egg:faketears",
"egg:flail",
"egg:irontail",
"egg:knockoff",
"egg:mudslap",
"egg:sleeptalk",
"egg:tailwhip",
"egg:tidyup",
"tm:alluringvoice",
"tm:attract",
"tm:batonpass",
"tm:bulletseed",
"tm:calmmind",
"tm:charm",
"tm:chillingwater",
"tm:confide",
"tm:dazzlinggleam",
"tm:dig",
"tm:doubleteam",
"tm:echoedvoice",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:fling",
"tm:frustration",
"tm:grassknot",
"tm:gunkshot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hypervoice",
"tm:irontail",
"tm:knockoff",
"tm:mudslap",
"tm:playrough",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:seedbomb",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:swift",
"tm:tailslap",
"tm:takedown",
"tm:terablast",
"tm:thief",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:trailblaze",
"tm:tripleaxel",
"tm:uproar",
"tm:uturn",
"tm:workup",
"tutor:afteryou",
"tutor:aquatail",
"tutor:covet",
"tutor:gunkshot",
"tutor:helpinghand",
"tutor:hypervoice",
"tutor:irontail",
"tutor:knockoff",
"tutor:lastresort",
"tutor:seedbomb",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:snore",
"tutor:tripleaxel",
"tutor:uproar"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.minccino.desc"
],
"evolutions": [
{
"id": "minccino_cinccino",
"variant": "item_interact",
"result": "cinccino",
"consumeHeldItem": false,
"learnableMoves": [
"tailslap"
],
"requirements": [],
"requiredContext": "cobblemon:shiny_stone"
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 4,
"weight": 58,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,178 @@
{
"implemented": true,
"name": "Munna",
"nationalPokedexNumber": 517,
"primaryType": "psychic",
"abilities": [
"forewarn",
"synchronize",
"h:telepathy"
],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:chesto_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 76,
"attack": 25,
"defence": 45,
"special_attack": 67,
"special_defence": 55,
"speed": 24
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 58,
"experienceGroup": "fast",
"eggCycles": 10,
"eggGroups": [
"field"
],
"moves": [
"1:defensecurl",
"1:psywave",
"1:storedpower",
"4:hypnosis",
"5:luckychant",
"8:psybeam",
"12:imprison",
"16:moonlight",
"20:magiccoat",
"24:zenheadbutt",
"25:synchronoise",
"28:calmmind",
"29:nightmare",
"32:yawn",
"36:psychic",
"40:moonblast",
"43:telekinesis",
"44:dreameater",
"48:futuresight",
"52:wonderroom",
"egg:barrier",
"egg:batonpass",
"egg:curse",
"egg:healingwish",
"egg:helpinghand",
"egg:magiccoat",
"egg:secretpower",
"egg:sleeptalk",
"egg:sonicboom",
"egg:swift",
"tm:allyswitch",
"tm:amnesia",
"tm:attract",
"tm:calmmind",
"tm:chargebeam",
"tm:confide",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:dreameater",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:futuresight",
"tm:guardswap",
"tm:gyroball",
"tm:helpinghand",
"tm:hiddenpower",
"tm:imprison",
"tm:lightscreen",
"tm:powerswap",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:telekinesis",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:afteryou",
"tutor:allyswitch",
"tutor:dreameater",
"tutor:expandingforce",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:hypnosis",
"tutor:magiccoat",
"tutor:painsplit",
"tutor:rest",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:worryseed",
"tutor:zenheadbutt"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.munna.desc"
],
"evolutions": [
{
"id": "munna_musharna",
"variant": "item_interact",
"result": "musharna",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [],
"requiredContext": "cobblemon:moon_stone"
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 1,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 233,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,161 @@
{
"implemented": true,
"name": "Musharna",
"nationalPokedexNumber": 518,
"primaryType": "psychic",
"abilities": [
"forewarn",
"synchronize",
"h:telepathy"
],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:chesto_berry",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 116,
"attack": 55,
"defence": 85,
"special_attack": 107,
"special_defence": 95,
"speed": 29
},
"catchRate": 75,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 170,
"experienceGroup": "fast",
"eggCycles": 10,
"eggGroups": [
"field"
],
"moves": [
"1:calmmind",
"1:defensecurl",
"1:dreameater",
"1:futuresight",
"1:hypnosis",
"1:imprison",
"1:luckychant",
"1:magiccoat",
"1:moonblast",
"1:moonlight",
"1:psybeam",
"1:psychic",
"1:psychicterrain",
"1:storedpower",
"1:wonderroom",
"1:yawn",
"1:zenheadbutt",
"tm:allyswitch",
"tm:amnesia",
"tm:attract",
"tm:calmmind",
"tm:chargebeam",
"tm:confide",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:dreameater",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:guardswap",
"tm:gyroball",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:imprison",
"tm:lightscreen",
"tm:powerswap",
"tm:protect",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:swagger",
"tm:swift",
"tm:telekinesis",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:afteryou",
"tutor:allyswitch",
"tutor:defensecurl",
"tutor:expandingforce",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:hypnosis",
"tutor:luckychant",
"tutor:magiccoat",
"tutor:mistyexplosion",
"tutor:painsplit",
"tutor:psybeam",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:worryseed",
"tutor:zenheadbutt"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.musharna.desc"
],
"preEvolution": "munna",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 2,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 11,
"weight": 605,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,169 @@
{
"implemented": true,
"name": "Pawniard",
"nationalPokedexNumber": 624,
"primaryType": "dark",
"secondaryType": "steel",
"abilities": ["defiant", "innerfocus", "h:pressure"],
"baseStats": {
"hp": 45,
"attack": 85,
"defence": 70,
"special_attack": 40,
"special_defence": 40,
"speed": 60
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 68,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["human_like"],
"moves": [
"1:leer",
"1:scratch",
"5:furycutter",
"10:metalclaw",
"15:torment",
"17:feintattack",
"20:scaryface",
"25:assurance",
"30:metalsound",
"35:slash",
"40:nightslash",
"41:embargo",
"45:irondefense",
"50:laserfocus",
"50:retaliate",
"55:ironhead",
"60:swordsdance",
"65:guillotine",
"egg:headbutt",
"egg:meanlook",
"egg:psychocut",
"egg:pursuit",
"egg:quickguard",
"egg:revenge",
"egg:stealthrock",
"egg:suckerpunch",
"tm:aerialace",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:beatup",
"tm:brickbreak",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:doubleteam",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:flashcannon",
"tm:fling",
"tm:foulplay",
"tm:frustration",
"tm:grassknot",
"tm:hiddenpower",
"tm:honeclaws",
"tm:irondefense",
"tm:ironhead",
"tm:lowkick",
"tm:lowsweep",
"tm:metalclaw",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:psychocut",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:revenge",
"tm:rockpolish",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:sandstorm",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:stealthrock",
"tm:steelbeam",
"tm:stoneedge",
"tm:substitute",
"tm:swagger",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:xscissor",
"tutor:darkpulse",
"tutor:dualchop",
"tutor:foulplay",
"tutor:furycutter",
"tutor:irondefense",
"tutor:ironhead",
"tutor:knockoff",
"tutor:lashout",
"tutor:lowkick",
"tutor:magnetrise",
"tutor:psychocut",
"tutor:roleplay",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:stealthrock",
"tutor:steelbeam",
"tutor:suckerpunch"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.pawniard.desc"],
"evolutions": [
{
"id": "pawniard_bisharp",
"variant": "level_up",
"result": "bisharp",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 52
}
]
}
],
"baseScale": 0.75,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 102,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,181 @@
{
"implemented": true,
"name": "Purrloin",
"nationalPokedexNumber": 509,
"primaryType": "dark",
"abilities": [
"limber",
"unburden",
"h:prankster"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "cobblemon:bluk_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 41,
"attack": 50,
"defence": 37,
"special_attack": 50,
"special_defence": 37,
"speed": 66
},
"catchRate": 255,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 56,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:growl",
"1:scratch",
"4:sandattack",
"5:fakeout",
"6:assist",
"12:furyswipes",
"15:pursuit",
"16:torment",
"21:assurance",
"24:honeclaws",
"28:suckerpunch",
"30:slash",
"32:nastyplot",
"33:captivate",
"36:nightslash",
"39:snatch",
"40:playrough",
"egg:charm",
"egg:copycat",
"egg:covet",
"egg:doubleteam",
"egg:encore",
"egg:faketears",
"egg:feintattack",
"egg:foulplay",
"egg:payday",
"egg:quickattack",
"egg:slash",
"egg:yawn",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:batonpass",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:embargo",
"tm:encore",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:foulplay",
"tm:frustration",
"tm:grassknot",
"tm:gunkshot",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hypervoice",
"tm:irontail",
"tm:nastyplot",
"tm:payback",
"tm:payday",
"tm:playrough",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:screech",
"tm:secretpower",
"tm:seedbomb",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:taunt",
"tm:thief",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:uturn",
"tutor:covet",
"tutor:darkpulse",
"tutor:foulplay",
"tutor:gunkshot",
"tutor:hypervoice",
"tutor:irontail",
"tutor:knockoff",
"tutor:lashout",
"tutor:roleplay",
"tutor:seedbomb",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:trick"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.purrloin.desc"
],
"evolutions": [
{
"id": "purrloin_liepard",
"variant": "level_up",
"result": "liepard",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 20
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 4,
"weight": 101,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,209 @@
{
"implemented": true,
"name": "Reshiram",
"nationalPokedexNumber": 643,
"primaryType": "dragon",
"secondaryType": "fire",
"abilities": [
"turboblaze"
],
"drops": {
"amount": 7,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:dragon_fang",
"percentage": 50.0
},
{
"item": "cobblemon:flame_orb",
"percentage": 50.0
},
{
"item": "cobblemon:fire_stone",
"quantityRange": "3-9"
},
{
"item": "minecraft:wither_skeleton_skull"
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"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": 1,
"hitbox": {
"width": 1,
"height": 1,
"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
}

View File

@ -0,0 +1,193 @@
{
"implemented": true,
"name": "Reuniclus",
"nationalPokedexNumber": 579,
"primaryType": "psychic",
"abilities": ["overcoat", "magicguard", "h:regenerator"],
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:slime_ball",
"quantityRange": "0-3"
},
{
"item": "cobblemon:persim_berry",
"percentage": 10
}
]
},
"baseStats": {
"hp": 110,
"attack": 65,
"defence": 75,
"special_attack": 125,
"special_defence": 85,
"speed": 30
},
"catchRate": 50,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 245,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": ["amorphous"],
"moves": [
"1:confusion",
"1:dizzypunch",
"1:endeavor",
"1:protect",
"1:psywave",
"1:recover",
"1:rollout",
"1:snatch",
"12:psybeam",
"14:hiddenpower",
"16:charm",
"20:psyshock",
"24:lightscreen",
"24:reflect",
"28:allyswitch",
"35:painsplit",
"40:psychic",
"48:skillswap",
"54:healblock",
"56:futuresight",
"64:wonderroom",
"tm:allyswitch",
"tm:attract",
"tm:bodyslam",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:confuseray",
"tm:doubleteam",
"tm:drainpunch",
"tm:dreameater",
"tm:embargo",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:explosion",
"tm:facade",
"tm:firepunch",
"tm:flash",
"tm:flashcannon",
"tm:fling",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:grassknot",
"tm:gravity",
"tm:guardswap",
"tm:gyroball",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icepunch",
"tm:imprison",
"tm:infestation",
"tm:irondefense",
"tm:knockoff",
"tm:lightscreen",
"tm:megapunch",
"tm:nightshade",
"tm:painsplit",
"tm:powerswap",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:swagger",
"tm:swift",
"tm:telekinesis",
"tm:terablast",
"tm:thunder",
"tm:thunderpunch",
"tm:thunderwave",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:afteryou",
"tutor:allyswitch",
"tutor:drainpunch",
"tutor:endeavor",
"tutor:expandingforce",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:gravity",
"tutor:helpinghand",
"tutor:icepunch",
"tutor:irondefense",
"tutor:knockoff",
"tutor:laserfocus",
"tutor:magiccoat",
"tutor:painsplit",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:steelroller",
"tutor:superpower",
"tutor:telekinesis",
"tutor:thunderpunch",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.reuniclus.desc"],
"preEvolution": "duosion",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"height": 10,
"weight": 201,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,176 @@
{
"implemented": true,
"name": "Sewaddle",
"nationalPokedexNumber": 540,
"primaryType": "bug",
"secondaryType": "grass",
"abilities": [
"swarm",
"chlorophyll",
"h:overcoat"
],
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:string",
"quantityRange": "0-1"
},
{
"item": "cobblemon:mental_herb",
"percentage": 2.5
},
{
"item": "cobblemon:revival_herb",
"percentage": 2.5
},
{
"item": "cobblemon:coba_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 45,
"attack": 53,
"defence": 70,
"special_attack": 40,
"special_defence": 60,
"speed": 42
},
"catchRate": 255,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 62,
"experienceGroup": "medium_slow",
"eggCycles": 15,
"eggGroups": [
"bug"
],
"moves": [
"1:stringshot",
"1:tackle",
"8:bugbite",
"15:razorleaf",
"22:strugglebug",
"29:endure",
"31:stickyweb",
"36:bugbuzz",
"43:flail",
"egg:agility",
"egg:airslash",
"egg:batonpass",
"egg:camouflage",
"egg:grassyterrain",
"egg:mefirst",
"egg:mindreader",
"egg:razorwind",
"egg:screech",
"egg:silverwind",
"egg:snore",
"egg:switcheroo",
"egg:synthesis",
"egg:worryseed",
"tm:attract",
"tm:batonpass",
"tm:bugbite",
"tm:bugbuzz",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:doubleteam",
"tm:dreameater",
"tm:electroweb",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:gigadrain",
"tm:grassknot",
"tm:grassyglide",
"tm:grassyterrain",
"tm:hiddenpower",
"tm:irondefense",
"tm:lightscreen",
"tm:lunge",
"tm:magicalleaf",
"tm:naturepower",
"tm:payback",
"tm:pounce",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:seedbomb",
"tm:skittersmack",
"tm:sleeptalk",
"tm:solarbeam",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tutor:bugbite",
"tutor:electroweb",
"tutor:gigadrain",
"tutor:irondefense",
"tutor:magiccoat",
"tutor:seedbomb",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:synthesis",
"tutor:worryseed"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.sewaddle.desc"
],
"evolutions": [
{
"id": "sewaddle_swadloon",
"variant": "level_up",
"result": "swadloon",
"consumeHeldItem": false,
"learnableMoves": [
"protect"
],
"requirements": [
{
"variant": "level",
"minLevel": 20
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 3,
"weight": 25,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,198 @@
{
"implemented": true,
"name": "Solosis",
"nationalPokedexNumber": 577,
"primaryType": "psychic",
"abilities": [
"overcoat",
"magicguard",
"h:regenerator"
],
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:slime_ball",
"quantityRange": "0-1"
},
{
"item": "cobblemon:persim_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 45,
"attack": 30,
"defence": 40,
"special_attack": 105,
"special_defence": 50,
"speed": 20
},
"catchRate": 200,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 58,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": [
"amorphous"
],
"moves": [
"1:confusion",
"1:protect",
"1:psywave",
"4:recover",
"7:rollout",
"8:endeavor",
"10:snatch",
"12:psybeam",
"14:hiddenpower",
"16:charm",
"20:psyshock",
"24:lightscreen",
"24:reflect",
"28:allyswitch",
"33:painsplit",
"36:psychic",
"40:skillswap",
"44:futuresight",
"46:healblock",
"48:wonderroom",
"egg:acidarmor",
"egg:astonish",
"egg:confuseray",
"egg:helpinghand",
"egg:imprison",
"egg:nightshade",
"egg:secretpower",
"egg:trick",
"tm:allyswitch",
"tm:attract",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:confuseray",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:explosion",
"tm:facade",
"tm:flash",
"tm:flashcannon",
"tm:frustration",
"tm:futuresight",
"tm:gravity",
"tm:guardswap",
"tm:gyroball",
"tm:helpinghand",
"tm:hiddenpower",
"tm:imprison",
"tm:infestation",
"tm:irondefense",
"tm:lightscreen",
"tm:nightshade",
"tm:painsplit",
"tm:powerswap",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:telekinesis",
"tm:terablast",
"tm:thunder",
"tm:thunderwave",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:afteryou",
"tutor:allyswitch",
"tutor:endeavor",
"tutor:expandingforce",
"tutor:gravity",
"tutor:helpinghand",
"tutor:irondefense",
"tutor:magiccoat",
"tutor:painsplit",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:steelroller",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.solosis.desc"
],
"evolutions": [
{
"id": "solosis_duosion",
"variant": "level_up",
"result": "duosion",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 32
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"height": 3,
"weight": 10,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,152 @@
{
"implemented": true,
"name": "Swadloon",
"nationalPokedexNumber": 541,
"primaryType": "bug",
"secondaryType": "grass",
"abilities": ["leafguard", "chlorophyll", "h:overcoat"],
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:string",
"quantityRange": "0-2"
},
{
"item": "cobblemon:mental_herb",
"percentage": 5
},
{
"item": "cobblemon:revival_herb",
"percentage": 5
},
{
"item": "cobblemon:coba_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 55,
"attack": 63,
"defence": 90,
"special_attack": 50,
"special_defence": 80,
"speed": 42
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 133,
"experienceGroup": "medium_slow",
"eggCycles": 15,
"eggGroups": ["bug"],
"moves": [
"1:bugbite",
"1:grasswhistle",
"1:protect",
"1:razorleaf",
"1:stringshot",
"1:tackle",
"22:strugglebug",
"29:endure",
"31:stickyweb",
"36:bugbuzz",
"43:flail",
"tm:attract",
"tm:batonpass",
"tm:bugbite",
"tm:bugbuzz",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:doubleteam",
"tm:dreameater",
"tm:electroweb",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:flash",
"tm:frustration",
"tm:gigadrain",
"tm:grassknot",
"tm:grassyglide",
"tm:grassyterrain",
"tm:hiddenpower",
"tm:irondefense",
"tm:lightscreen",
"tm:lunge",
"tm:magicalleaf",
"tm:naturepower",
"tm:payback",
"tm:pounce",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:seedbomb",
"tm:skittersmack",
"tm:sleeptalk",
"tm:solarbeam",
"tm:strugglebug",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tutor:bugbite",
"tutor:electroweb",
"tutor:gigadrain",
"tutor:irondefense",
"tutor:magiccoat",
"tutor:seedbomb",
"tutor:signalbeam",
"tutor:sleeptalk",
"tutor:snore",
"tutor:synthesis",
"tutor:worryseed"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.swadloon.desc"],
"preEvolution": "sewaddle",
"evolutions": [
{
"id": "swadloon_leavanny",
"variant": "level_up",
"result": "leavanny",
"consumeHeldItem": false,
"learnableMoves": ["slash"],
"requirements": [
{
"variant": "friendship",
"amount": 160
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 2,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 73,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,147 @@
{
"implemented": true,
"name": "Swanna",
"nationalPokedexNumber": 581,
"primaryType": "water",
"secondaryType": "flying",
"abilities": ["keeneye", "bigpecks", "h:hydration"],
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "0-2"
},
{
"item": "minecraft:chicken"
},
{
"item": "cobblemon:sharp_beak",
"percentage": 2.5
},
{
"item": "cobblemon:wacan_berry",
"percentage": 5
}
]
},
"baseStats": {
"hp": 75,
"attack": 87,
"defence": 63,
"special_attack": 87,
"special_defence": 63,
"speed": 98
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 166,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["water_1", "flying"],
"moves": [
"1:defog",
"1:watergun",
"1:watersport",
"1:wingattack",
"13:waterpulse",
"15:aerialace",
"19:bubblebeam",
"21:featherdance",
"24:aquaring",
"27:airslash",
"30:roost",
"34:raindance",
"40:tailwind",
"47:bravebird",
"55:hurricane",
"tm:acrobatics",
"tm:aerialace",
"tm:aircutter",
"tm:airslash",
"tm:alluringvoice",
"tm:attract",
"tm:bravebird",
"tm:chillingwater",
"tm:confide",
"tm:disarmingvoice",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:featherdance",
"tm:flipturn",
"tm:fly",
"tm:frustration",
"tm:gigaimpact",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hurricane",
"tm:hydropump",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:knockoff",
"tm:liquidation",
"tm:pluck",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:roost",
"tm:round",
"tm:scald",
"tm:secretpower",
"tm:sleeptalk",
"tm:steelwing",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:terablast",
"tm:toxic",
"tm:trailblaze",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tutor:defog",
"tutor:endeavor",
"tutor:icywind",
"tutor:liquidation",
"tutor:roost",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:tailwind",
"tutor:uproar",
"tutor:waterpulse"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.swanna.desc"],
"preEvolution": "ducklett",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 13,
"weight": 242,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,254 @@
{
"implemented": true,
"name": "Thundurus",
"nationalPokedexNumber": 642,
"primaryType": "electric",
"secondaryType": "flying",
"abilities": [
"prankster",
"h:defiant"
],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:float_stone",
"percentage": 50.0
},
{
"item": "cobblemon:black_glasses",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 79,
"attack": 115,
"defence": 70,
"special_attack": 125,
"special_defence": 80,
"speed": 111
},
"catchRate": 3,
"maleRatio": 1,
"shoulderMountable": false,
"baseExperienceYield": 290,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:astonish",
"1:nastyplot",
"1:thundershock",
"5:leer",
"10:swagger",
"13:revenge",
"15:bite",
"20:shockwave",
"25:agility",
"25:healblock",
"30:charge",
"35:voltswitch",
"40:crunch",
"45:discharge",
"50:uproar",
"55:hammerarm",
"60:raindance",
"65:thunder",
"67:darkpulse",
"70:thrash",
"75:wildboltstorm",
"tm:acrobatics",
"tm:agility",
"tm:assurance",
"tm:attract",
"tm:bodyslam",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulkup",
"tm:charge",
"tm:chargebeam",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:doubleteam",
"tm:eerieimpulse",
"tm:electricterrain",
"tm:electroball",
"tm:electroweb",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:flashcannon",
"tm:fling",
"tm:fly",
"tm:focusblast",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:incinerate",
"tm:irontail",
"tm:knockoff",
"tm:lashout",
"tm:nastyplot",
"tm:payback",
"tm:protect",
"tm:psychic",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:revenge",
"tm:rocksmash",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:skydrop",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:smackdown",
"tm:smartstrike",
"tm:snarl",
"tm:snore",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:supercellslam",
"tm:superpower",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderpunch",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tm:voltswitch",
"tm:weatherball",
"tm:wildcharge",
"tm:zenheadbutt",
"tutor:agility",
"tutor:astonish",
"tutor:charge",
"tutor:crunch",
"tutor:darkpulse",
"tutor:defog",
"tutor:discharge",
"tutor:electroweb",
"tutor:focusblast",
"tutor:foulplay",
"tutor:grassknot",
"tutor:hammerarm",
"tutor:healblock",
"tutor:irontail",
"tutor:knockoff",
"tutor:lashout",
"tutor:nastyplot",
"tutor:raindance",
"tutor:revenge",
"tutor:risingvoltage",
"tutor:roleplay",
"tutor:shockwave",
"tutor:sleeptalk",
"tutor:sludgewave",
"tutor:snore",
"tutor:superpower",
"tutor:thunder",
"tutor:thunderbolt",
"tutor:thunderpunch",
"tutor:thundershock",
"tutor:uproar",
"tutor:weatherball",
"tutor:wildcharge"
],
"labels": [
"gen5",
"legendary"
],
"pokedex": [
"cobblemon.species.thundurus.desc"
],
"height": 15,
"weight": 610,
"evolutions": [],
"forms": [
{
"name": "Therian",
"primaryType": "electric",
"secondaryType": "flying",
"abilities": [
"voltabsorb"
],
"baseStats": {
"hp": 79,
"attack": 105,
"defence": 70,
"special_attack": 145,
"special_defence": 80,
"speed": 101
},
"catchRate": 3,
"maleRatio": 1,
"baseExperienceYield": 290,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"legendary"
],
"aspects": [
"therian"
],
"height": 30,
"weight": 610,
"cannotDynamax": false,
"battleOnly": false
}
],
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,239 @@
{
"implemented": true,
"name": "Tornadus",
"nationalPokedexNumber": 641,
"primaryType": "flying",
"abilities": [
"prankster",
"h:defiant"
],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:float_stone",
"percentage": 50.0
},
{
"item": "cobblemon:black_glasses",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 79,
"attack": 115,
"defence": 70,
"special_attack": 125,
"special_defence": 80,
"speed": 111
},
"catchRate": 3,
"maleRatio": 1,
"shoulderMountable": false,
"baseExperienceYield": 290,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:astonish",
"1:gust",
"5:leer",
"10:swagger",
"13:revenge",
"15:bite",
"20:aircutter",
"25:agility",
"30:tailwind",
"35:airslash",
"40:crunch",
"45:extrasensory",
"50:uproar",
"55:hammerarm",
"60:raindance",
"65:hurricane",
"67:darkpulse",
"70:thrash",
"77:bleakwindstorm",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:aircutter",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:bodyslam",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulkup",
"tm:chillingwater",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:doubleteam",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:fling",
"tm:fly",
"tm:focusblast",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:heatwave",
"tm:hiddenpower",
"tm:hurricane",
"tm:hyperbeam",
"tm:icywind",
"tm:incinerate",
"tm:irontail",
"tm:knockoff",
"tm:lashout",
"tm:metronome",
"tm:nastyplot",
"tm:payback",
"tm:protect",
"tm:psychic",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:revenge",
"tm:reversal",
"tm:rocksmash",
"tm:round",
"tm:sandstorm",
"tm:scaryface",
"tm:secretpower",
"tm:skydrop",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:smackdown",
"tm:snore",
"tm:snowscape",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:swagger",
"tm:tailwind",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tm:weatherball",
"tutor:agility",
"tutor:aircutter",
"tutor:airslash",
"tutor:astonish",
"tutor:crunch",
"tutor:darkpulse",
"tutor:defog",
"tutor:extrasensory",
"tutor:foulplay",
"tutor:grassknot",
"tutor:gust",
"tutor:hammerarm",
"tutor:heatwave",
"tutor:hiddenpower",
"tutor:hurricane",
"tutor:icywind",
"tutor:irontail",
"tutor:knockoff",
"tutor:lashout",
"tutor:raindance",
"tutor:revenge",
"tutor:roleplay",
"tutor:sleeptalk",
"tutor:snore",
"tutor:superpower",
"tutor:tailwind",
"tutor:uproar"
],
"labels": [
"gen5",
"legendary"
],
"pokedex": [
"cobblemon.species.tornadus.desc"
],
"height": 15,
"weight": 630,
"evolutions": [],
"forms": [
{
"name": "Therian",
"primaryType": "flying",
"abilities": [
"regenerator"
],
"baseStats": {
"hp": 79,
"attack": 100,
"defence": 80,
"special_attack": 110,
"special_defence": 90,
"speed": 121
},
"catchRate": 3,
"maleRatio": 1,
"baseExperienceYield": 290,
"baseFriendship": 90,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 3
},
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"labels": [
"gen5",
"legendary"
],
"aspects": [
"therian"
],
"height": 14,
"weight": 630,
"cannotDynamax": false,
"battleOnly": false
}
],
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,89 @@
{
"implemented": true,
"name": "Tynamo",
"nationalPokedexNumber": 602,
"primaryType": "electric",
"abilities": [
"levitate"
],
"drops": {
"amount": 1,
"entries": [
{
"item": "minecraft:slime_ball",
"quantityRange": "0-1"
}
]
},
"baseStats": {
"hp": 35,
"attack": 55,
"defence": 40,
"special_attack": 45,
"special_defence": 40,
"speed": 60
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 55,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": [
"amorphous"
],
"moves": [
"1:chargebeam",
"1:spark",
"1:tackle",
"1:thunderwave",
"tm:charge",
"tm:chargebeam",
"tm:knockoff",
"tm:terablast",
"tm:thunderwave",
"tutor:magnetrise"
],
"labels": [
"gen5"
],
"pokedex": [
"cobblemon.species.tynamo.desc"
],
"evolutions": [
{
"id": "tynamo_eelektrik",
"variant": "level_up",
"result": "eelektrik",
"consumeHeldItem": false,
"learnableMoves": [
"crunch"
],
"requirements": [
{
"variant": "level",
"minLevel": 39
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 2,
"weight": 3,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,183 @@
{
"implemented": true,
"name": "Vullaby",
"nationalPokedexNumber": 629,
"primaryType": "dark",
"secondaryType": "flying",
"abilities": ["bigpecks", "overcoat", "h:weakarmor"],
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "0-1"
},
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "minecraft:chicken"
},
{
"item": "cobblemon:bluk_berry",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 70,
"attack": 55,
"defence": 75,
"special_attack": 45,
"special_defence": 65,
"speed": 60
},
"catchRate": 190,
"maleRatio": 0,
"shoulderMountable": false,
"baseExperienceYield": 74,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["flying"],
"moves": [
"1:gust",
"1:leer",
"5:furyattack",
"6:flatter",
"12:pluck",
"18:tailwind",
"23:feintattack",
"24:knockoff",
"28:punishment",
"30:irondefense",
"36:whirlwind",
"42:airslash",
"48:darkpulse",
"50:embargo",
"54:nastyplot",
"60:defog",
"64:mirrormove",
"66:attract",
"72:bravebird",
"egg:faketears",
"egg:foulplay",
"egg:knockoff",
"egg:meanlook",
"egg:roost",
"egg:scaryface",
"egg:steelwing",
"egg:toxic",
"tm:aerialace",
"tm:aircutter",
"tm:airslash",
"tm:assurance",
"tm:attract",
"tm:bravebird",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleedge",
"tm:doubleteam",
"tm:dualwingbeat",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:faketears",
"tm:featherdance",
"tm:fly",
"tm:foulplay",
"tm:frustration",
"tm:heatwave",
"tm:hiddenpower",
"tm:incinerate",
"tm:irondefense",
"tm:knockoff",
"tm:lashout",
"tm:nastyplot",
"tm:payback",
"tm:pluck",
"tm:protect",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:rocksmash",
"tm:rocktomb",
"tm:roost",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:snarl",
"tm:snore",
"tm:spite",
"tm:steelwing",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tutor:block",
"tutor:darkpulse",
"tutor:defog",
"tutor:dualwingbeat",
"tutor:foulplay",
"tutor:heatwave",
"tutor:irondefense",
"tutor:knockoff",
"tutor:lashout",
"tutor:roost",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:tailwind"
],
"labels": ["gen5"],
"pokedex": ["cobblemon.species.vullaby.desc"],
"evolutions": [
{
"id": "vullaby_mandibuzz",
"variant": "level_up",
"result": "mandibuzz",
"consumeHeldItem": false,
"learnableMoves": ["bonerush"],
"requirements": [
{
"variant": "level",
"minLevel": 54
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 90,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,293 @@
{
"implemented": true,
"name": "Yamask",
"nationalPokedexNumber": 562,
"primaryType": "ghost",
"abilities": ["mummy"],
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:spell_tag",
"percentage": 2.5
}
]
},
"baseStats": {
"hp": 38,
"attack": 30,
"defence": 85,
"special_attack": 55,
"special_defence": 65,
"speed": 30
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true
}
}
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"forms": [
{
"name": "Galar",
"primaryType": "ground",
"secondaryType": "ghost",
"abilities": ["wanderingspirit"],
"baseStats": {
"hp": 38,
"attack": 55,
"defence": 85,
"special_attack": 30,
"special_defence": 65,
"speed": 30
},
"catchRate": 190,
"maleRatio": 0.5,
"baseExperienceYield": 61,
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"experienceGroup": "medium_fast",
"eggCycles": 25,
"eggGroups": ["mineral", "amorphous"],
"moves": [
"1:astonish",
"1:protect",
"4:haze",
"8:nightshade",
"12:disable",
"16:brutalswing",
"20:craftyshield",
"24:hex",
"28:meanlook",
"32:slam",
"36:curse",
"40:shadowball",
"44:earthquake",
"48:guardsplit",
"48:powersplit",
"52:destinybond",
"egg:memento",
"tm:allyswitch",
"tm:attract",
"tm:brutalswing",
"tm:calmmind",
"tm:darkpulse",
"tm:earthpower",
"tm:earthquake",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:faketears",
"tm:hex",
"tm:imprison",
"tm:irondefense",
"tm:nastyplot",
"tm:payback",
"tm:protect",
"tm:psychic",
"tm:raindance",
"tm:rest",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:thief",
"tm:toxicspikes",
"tm:trick",
"tm:trickroom",
"tm:willowisp",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:poltergeist"
],
"labels": ["gen8", "galar_regional"],
"aspects": ["galarian"],
"height": 5,
"weight": 15,
"evolutions": [
{
"id": "yamask_runerigus",
"variant": "level_up",
"result": "runerigus",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "damage_taken",
"amount": 49
}
]
}
],
"cannotDynamax": false,
"battleOnly": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:kasib_berry",
"percentage": 2.5
}
]
}
}
],
"baseExperienceYield": 61,
"experienceGroup": "medium_fast",
"eggCycles": 25,
"eggGroups": ["mineral", "amorphous"],
"moves": [
"1:astonish",
"1:protect",
"4:haze",
"8:nightshade",
"12:disable",
"16:willowisp",
"20:craftyshield",
"24:hex",
"25:ominouswind",
"28:meanlook",
"32:grudge",
"36:curse",
"40:shadowball",
"44:darkpulse",
"48:guardsplit",
"48:powersplit",
"52:destinybond",
"egg:allyswitch",
"egg:craftyshield",
"egg:disable",
"egg:endure",
"egg:faketears",
"egg:healblock",
"egg:imprison",
"egg:memento",
"egg:nastyplot",
"egg:nightmare",
"egg:toxicspikes",
"tm:allyswitch",
"tm:attract",
"tm:calmmind",
"tm:confide",
"tm:darkpulse",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:frustration",
"tm:hex",
"tm:hiddenpower",
"tm:imprison",
"tm:infestation",
"tm:irondefense",
"tm:nastyplot",
"tm:payback",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:raindance",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:swagger",
"tm:telekinesis",
"tm:thief",
"tm:toxic",
"tm:toxicspikes",
"tm:trick",
"tm:trickroom",
"tm:willowisp",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:afteryou",
"tutor:allyswitch",
"tutor:block",
"tutor:darkpulse",
"tutor:irondefense",
"tutor:knockoff",
"tutor:magiccoat",
"tutor:painsplit",
"tutor:poltergeist",
"tutor:roleplay",
"tutor:shockwave",
"tutor:skillswap",
"tutor:sleeptalk",
"tutor:snatch",
"tutor:snore",
"tutor:spite",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": ["gen5", "unova_regional"],
"pokedex": ["cobblemon.species.yamask.desc"],
"evolutions": [
{
"id": "yamask_cofagrigus",
"variant": "level_up",
"result": "cofagrigus",
"consumeHeldItem": false,
"learnableMoves": ["shadowclaw"],
"requirements": [
{
"variant": "level",
"minLevel": 34
}
]
}
],
"baseScale": 0.5,
"hitbox": {
"width": 1,
"height": 1.4,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 15,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,199 @@
{
"implemented": true,
"name": "Zekrom",
"nationalPokedexNumber": 644,
"primaryType": "dragon",
"secondaryType": "electric",
"abilities": ["teravolt"],
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:cell_battery",
"percentage": 50.0
},
{
"item": "cobblemon:dragon_fang",
"percentage": 50.0
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"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": 1,
"height": 1,
"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
}

View File

@ -0,0 +1,190 @@
{
"implemented": true,
"name": "Barbaracle",
"nationalPokedexNumber": 689,
"primaryType": "rock",
"secondaryType": "water",
"abilities": [
"toughclaws",
"sniper",
"h:pickpocket"
],
"baseStats": {
"hp": 72,
"attack": 105,
"defence": 115,
"special_attack": 54,
"special_defence": 86,
"speed": 68
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 175,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"water_3"
],
"moves": [
"1:mudslap",
"1:sandattack",
"1:scratch",
"1:skullbash",
"1:watergun",
"1:withdraw",
"12:furycutter",
"16:furyswipes",
"20:ancientpower",
"20:clamp",
"24:rockpolish",
"28:slash",
"32:honeclaws",
"36:razorshell",
"42:shellsmash",
"44:nightslash",
"48:crosschop",
"54:stoneedge",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:beatup",
"tm:blizzard",
"tm:brickbreak",
"tm:brutalswing",
"tm:bulkup",
"tm:bulldoze",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:dive",
"tm:doubleteam",
"tm:dragonclaw",
"tm:earthpower",
"tm:earthquake",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fling",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:icebeam",
"tm:icywind",
"tm:infestation",
"tm:irondefense",
"tm:liquidation",
"tm:lowkick",
"tm:muddywater",
"tm:mudshot",
"tm:naturepower",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:razorshell",
"tm:rest",
"tm:return",
"tm:rockblast",
"tm:rockpolish",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scald",
"tm:screech",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:smackdown",
"tm:snore",
"tm:stealthrock",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:superpower",
"tm:surf",
"tm:swagger",
"tm:swordsdance",
"tm:taunt",
"tm:thief",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:whirlpool",
"tm:xscissor",
"tutor:dualchop",
"tutor:earthpower",
"tutor:endeavor",
"tutor:helpinghand",
"tutor:icywind",
"tutor:irondefense",
"tutor:laserfocus",
"tutor:liquidation",
"tutor:lowkick",
"tutor:meteorbeam",
"tutor:snore",
"tutor:stealthrock",
"tutor:superpower",
"tutor:waterpulse"
],
"labels": [
"gen6"
],
"pokedex": [
"cobblemon.species.barbaracle.desc"
],
"preEvolution": "binacle",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 2,
"height": 2,
"fixed": false
},
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.4
},
"swim": {
"swimSpeed": 0.4,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 13,
"weight": 960,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:rindo_berry",
"percentage": 5.0
}
]
}
}

View File

@ -0,0 +1,179 @@
{
"implemented": true,
"name": "Binacle",
"nationalPokedexNumber": 688,
"primaryType": "rock",
"secondaryType": "water",
"abilities": [
"toughclaws",
"sniper",
"h:pickpocket"
],
"baseStats": {
"hp": 42,
"attack": 52,
"defence": 67,
"special_attack": 39,
"special_defence": 56,
"speed": 50
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 61,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": [
"water_3"
],
"moves": [
"1:mudslap",
"1:sandattack",
"1:scratch",
"4:withdraw",
"8:watergun",
"12:furycutter",
"16:furyswipes",
"20:ancientpower",
"20:clamp",
"24:rockpolish",
"28:slash",
"32:honeclaws",
"36:razorshell",
"40:shellsmash",
"41:nightslash",
"44:crosschop",
"egg:helpinghand",
"egg:nightslash",
"egg:sandattack",
"egg:switcheroo",
"egg:tickle",
"egg:watersport",
"tm:aerialace",
"tm:assurance",
"tm:attract",
"tm:beatup",
"tm:blizzard",
"tm:brickbreak",
"tm:bulldoze",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:doubleteam",
"tm:earthquake",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:fling",
"tm:frustration",
"tm:grassknot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:icebeam",
"tm:icywind",
"tm:infestation",
"tm:irondefense",
"tm:liquidation",
"tm:mudshot",
"tm:naturepower",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:razorshell",
"tm:rest",
"tm:return",
"tm:rockblast",
"tm:rockpolish",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scald",
"tm:screech",
"tm:secretpower",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:sludgewave",
"tm:smackdown",
"tm:snore",
"tm:stealthrock",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:surf",
"tm:swagger",
"tm:swordsdance",
"tm:taunt",
"tm:thief",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:xscissor",
"tutor:dualchop",
"tutor:endeavor",
"tutor:helpinghand",
"tutor:icywind",
"tutor:irondefense",
"tutor:liquidation",
"tutor:snore",
"tutor:stealthrock",
"tutor:waterpulse"
],
"labels": [
"gen6"
],
"pokedex": [
"cobblemon.species.binacle.desc"
],
"evolutions": [
{
"id": "binacle_barbaracle",
"variant": "level_up",
"result": "barbaracle",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 39
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 1,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 310,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:rindo_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,171 @@
{
"implemented": true,
"name": "Diancie",
"nationalPokedexNumber": 719,
"primaryType": "rock",
"secondaryType": "fairy",
"abilities": ["clearbody"],
"baseStats": {
"hp": 50,
"attack": 100,
"defence": 150,
"special_attack": 100,
"special_defence": 150,
"speed": 50
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 300,
"experienceGroup": "slow",
"eggCycles": 25,
"eggGroups": ["undiscovered"],
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.33
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-7"
}
},
"moves": [
"1:diamondstorm",
"1:harden",
"1:rockthrow",
"1:tackle",
"5:sharpen",
"7:guardsplit",
"12:reflect",
"14:smackdown",
"21:flail",
"28:ancientpower",
"35:rockpolish",
"42:lightscreen",
"46:trickroom",
"49:rockslide",
"56:skillswap",
"63:powergem",
"70:safeguard",
"70:stealthrock",
"77:moonblast",
"84:stoneedge",
"tm:allyswitch",
"tm:amnesia",
"tm:batonpass",
"tm:bodypress",
"tm:bodyslam",
"tm:bulldoze",
"tm:calmmind",
"tm:charm",
"tm:confide",
"tm:dazzlinggleam",
"tm:doubleteam",
"tm:drainingkiss",
"tm:earthpower",
"tm:encore",
"tm:endure",
"tm:explosion",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:flashcannon",
"tm:frustration",
"tm:gigaimpact",
"tm:guardswap",
"tm:gyroball",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:irondefense",
"tm:lightscreen",
"tm:metronome",
"tm:mysticalfire",
"tm:naturepower",
"tm:nastyplot",
"tm:playrough",
"tm:powergem",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rockpolish",
"tm:rockslide",
"tm:rocktomb",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:sandtomb",
"tm:secretpower",
"tm:skillswap",
"tm:sleeptalk",
"tm:smackdown",
"tm:snore",
"tm:snowscape",
"tm:spikes",
"tm:stealthrock",
"tm:stoneedge",
"tm:storedpower",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:terablast",
"tm:toxic",
"tm:trickroom",
"tm:wonderroom",
"tutor:afteryou",
"tutor:covet",
"tutor:diamondstorm",
"tutor:earthpower",
"tutor:endeavor",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:irondefense",
"tutor:lastresort",
"tutor:magnetrise",
"tutor:meteorbeam",
"tutor:mistyexplosion",
"tutor:moonblast",
"tutor:reflect",
"tutor:return",
"tutor:skillswap",
"tutor:snore",
"tutor:stealthrock",
"tutor:telekinesis",
"tutor:terrainpulse",
"tutor:wonderroom"
],
"labels": ["gen6", "mythical", "legendary"],
"pokedex": ["cobblemon.species.diancie.desc"],
"baseScale": 0.8,
"hitbox": {
"width": 0.8,
"height": 1.6,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 1,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"height": 7,
"weight": 88,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,177 @@
{
"implemented": true,
"name": "Espurr",
"nationalPokedexNumber": 677,
"primaryType": "psychic",
"abilities": ["keeneye", "infiltrator", "h:owntempo"],
"baseStats": {
"hp": 62,
"attack": 48,
"defence": 54,
"special_attack": 63,
"special_defence": 60,
"speed": 68
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 71,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:leer",
"1:scratch",
"3:fakeout",
"6:disarmingvoice",
"9:confusion",
"18:covet",
"21:psybeam",
"30:lightscreen",
"30:reflect",
"33:psyshock",
"egg:assist",
"egg:barrier",
"egg:tickle",
"egg:trick",
"egg:yawn",
"tm:allyswitch",
"tm:attract",
"tm:calmmind",
"tm:chargebeam",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:disarmingvoice",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:frustration",
"tm:gravity",
"tm:helpinghand",
"tm:hiddenpower",
"tm:irontail",
"tm:lightscreen",
"tm:magicroom",
"tm:nastyplot",
"tm:payback",
"tm:payday",
"tm:playrough",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:terablast",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:workup",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:covet",
"tutor:expandingforce",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:irontail",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:recycle",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:snatch",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": ["gen6"],
"pokedex": ["cobblemon.species.espurr.desc"],
"evolutions": [
{
"id": "espurr_meowstic",
"variant": "level_up",
"result": "meowstic",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 25
}
]
},
{
"id": "espurr_meowstic",
"variant": "level_up",
"result": "meowstic f",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 25
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 3,
"weight": 35,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:colbur_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,205 @@
{
"implemented": true,
"name": "Hawlucha",
"nationalPokedexNumber": 701,
"primaryType": "fighting",
"secondaryType": "flying",
"abilities": ["limber", "unburden", "h:moldbreaker"],
"baseStats": {
"hp": 78,
"attack": 92,
"defence": 75,
"special_attack": 74,
"special_defence": 63,
"speed": 118
},
"catchRate": 100,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 175,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["flying", "human_like"],
"moves": [
"1:honeclaws",
"1:tackle",
"4:karatechop",
"4:wingattack",
"8:detect",
"12:aerialace",
"16:encore",
"20:featherdance",
"24:brickbreak",
"24:fling",
"24:submission",
"28:bounce",
"32:taunt",
"36:roost",
"40:swordsdance",
"44:flyingpress",
"48:highjumpkick",
"52:endeavor",
"55:skydrop",
"56:skyattack",
"egg:agility",
"egg:allyswitch",
"egg:batonpass",
"egg:crosschop",
"egg:defog",
"egg:entrainment",
"egg:feint",
"egg:meanlook",
"egg:mefirst",
"egg:mudsport",
"egg:quickguard",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:allyswitch",
"tm:assurance",
"tm:attract",
"tm:batonpass",
"tm:bodypress",
"tm:bodyslam",
"tm:bounce",
"tm:bravebird",
"tm:brickbreak",
"tm:bulkup",
"tm:closecombat",
"tm:coaching",
"tm:confide",
"tm:cut",
"tm:dig",
"tm:doubleteam",
"tm:drainpunch",
"tm:dualwingbeat",
"tm:encore",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:falseswipe",
"tm:featherdance",
"tm:firepunch",
"tm:fling",
"tm:fly",
"tm:focusblast",
"tm:focuspunch",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:helpinghand",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hyperbeam",
"tm:ironhead",
"tm:lowkick",
"tm:lowsweep",
"tm:lunge",
"tm:megakick",
"tm:megapunch",
"tm:payback",
"tm:poisonjab",
"tm:poweruppunch",
"tm:protect",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:revenge",
"tm:reversal",
"tm:rockslide",
"tm:rocksmash",
"tm:rocktomb",
"tm:roost",
"tm:round",
"tm:secretpower",
"tm:skydrop",
"tm:sleeptalk",
"tm:snore",
"tm:steelwing",
"tm:stoneedge",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:superpower",
"tm:swagger",
"tm:swift",
"tm:swordsdance",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:throatchop",
"tm:thunderpunch",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:upperhand",
"tm:uproar",
"tm:uturn",
"tm:workup",
"tm:xscissor",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:bounce",
"tutor:coaching",
"tutor:defog",
"tutor:drainpunch",
"tutor:dualchop",
"tutor:dualwingbeat",
"tutor:endeavor",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:helpinghand",
"tutor:ironhead",
"tutor:laserfocus",
"tutor:lastresort",
"tutor:lowkick",
"tutor:skyattack",
"tutor:snore",
"tutor:superpower",
"tutor:tailwind",
"tutor:throatchop",
"tutor:thunderpunch",
"tutor:zenheadbutt"
],
"labels": ["gen6"],
"pokedex": ["cobblemon.species.hawlucha.desc"],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 2,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"height": 8,
"weight": 215,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 3,
"entries": [
{
"item": "cobblemon:kings_rock",
"percentage": 5
},
{
"item": "cobblemon:coba_berry",
"percentage": 5
},
{
"item": "cobblemon:expert_belt",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,312 @@
{
"implemented": true,
"name": "Hoopa",
"nationalPokedexNumber": 720,
"primaryType": "psychic",
"secondaryType": "ghost",
"abilities": [
"magician"
],
"drops": {
"amount": 4,
"entries": [
{
"item": "cobblemon:rare_candy",
"quantityRange": "5-10"
},
{
"item": "cobblemon:ender_eye",
"quantityRange": "3-11"
},
{
"item": "cobblemon:ability_capsule",
"percentage": 25.0
},
{
"item": "cobblemon:ability_patch",
"percentage": 5.0
}
]
},
"baseStats": {
"hp": 80,
"attack": 110,
"defence": 60,
"special_attack": 150,
"special_defence": 130,
"speed": 70
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"features": ["unbound"],
"forms": [
{
"name": "Unbound",
"nationalPokedexNumber": 720,
"primaryType": "psychic",
"secondaryType": "dark",
"abilities": [
"magician"
],
"baseStats": {
"hp": 80,
"attack": 160,
"defence": 60,
"special_attack": 170,
"special_defence": 130,
"speed": 80
},
"catchRate": 1,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 340,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"evYield": {
"hp": 0,
"attack": 3,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 0
},
"labels": [
"gen6",
"primal",
"legendary"
],
"aspects": [
"unbound"
],
"height": 65,
"weight": 4900,
"cannotDynamax": false,
"behaviour": {
"moving": {
"walk": {
"canWalk": true,
"walkSpeed": 0.3
},
"fly": {
"canFly": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
},
"baseScale": 0.5,
"hitbox": {
"width": 6,
"height": 12,
"fixed": false
},
"evolutions": [
{
"id": "HoopaUnbound_Hoopa",
"variant": "level_up",
"result": "hoopa unbound=false",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:ender_eye"
}
]
}
]
}
],
"baseExperienceYield": 300,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:shadowball",
"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:shadowball",
"68:nastyplot",
"75:psychic",
"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:facade",
"tm:firepunch",
"tm:fling",
"tm:focusblast",
"tm:foulplay",
"tm:frustration",
"tm:gigaimpact",
"tm:grassknot",
"tm:gunkshot",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:icepunch",
"tm:lightscreen",
"tm:nastyplot",
"tm:phantomforce",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:quash",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:rocktomb",
"tm:safeguard",
"tm:sandstorm",
"tm:scaryface",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:sunnyday",
"tm:swift",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:thunderbolt",
"tm:thunderpunch",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trick",
"tm:zenheadbutt",
"tm:substitute",
"tm:flash",
"tm:secretpower",
"tm:poweruppunch",
"tutor:allyswitch",
"tutor:astonish",
"tutor:block",
"tutor:covet",
"tutor:drainpunch",
"tutor:dualchop",
"tutor:firepunch",
"tutor:focuspunch",
"tutor:foulplay",
"tutor:gravity",
"tutor:gunkshot",
"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"
],
"behaviour": {
"moving": {
"walk": {
"canWalk": true,
"walkSpeed": 0.6
},
"fly": {
"canFly": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
},
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 2,
"fixed": false
},
"evolutions": [
{
"id": "Hoopa_HoopaUnbound",
"variant": "level_up",
"result": "hoopa unbound=true",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:ender_eye"
}
]
}
],
"baseFriendship": 100,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 3,
"special_defence": 0,
"speed": 0
},
"height": 5,
"weight": 90,
"aspects": [],
"cannotDynamax": false
}

View File

@ -0,0 +1,173 @@
{
"implemented": true,
"name": "Litleo",
"nationalPokedexNumber": 667,
"primaryType": "fire",
"secondaryType": "normal",
"abilities": [
"rivalry",
"unnerve",
"h:moxie"
],
"baseStats": {
"hp": 62,
"attack": 50,
"defence": 58,
"special_attack": 73,
"special_defence": 54,
"speed": 72
},
"catchRate": 220,
"maleRatio": 0.125,
"shoulderMountable": false,
"baseExperienceYield": 74,
"experienceGroup": "medium_slow",
"eggCycles": 20,
"eggGroups": [
"field"
],
"moves": [
"1:leer",
"1:tackle",
"5:ember",
"8:workup",
"11:headbutt",
"15:nobleroar",
"20:takedown",
"23:firefang",
"28:endeavor",
"33:echoedvoice",
"36:flamethrower",
"39:crunch",
"43:hypervoice",
"46:incinerate",
"50:overheat",
"egg:entrainment",
"egg:firespin",
"egg:flareblitz",
"egg:snatch",
"egg:yawn",
"tm:acrobatics",
"tm:attract",
"tm:bodyslam",
"tm:bulldoze",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:dig",
"tm:doubleedge",
"tm:doubleteam",
"tm:echoedvoice",
"tm:endeavor",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:firefang",
"tm:firespin",
"tm:flamecharge",
"tm:flamethrower",
"tm:flareblitz",
"tm:frustration",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hypervoice",
"tm:incinerate",
"tm:mudslap",
"tm:overheat",
"tm:payback",
"tm:protect",
"tm:psychicfangs",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:roar",
"tm:rocksmash",
"tm:round",
"tm:secretpower",
"tm:sleeptalk",
"tm:snarl",
"tm:solarbeam",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:thunderfang",
"tm:toxic",
"tm:trailblaze",
"tm:wildcharge",
"tm:willowisp",
"tm:workup",
"tutor:endeavor",
"tutor:heatwave",
"tutor:helpinghand",
"tutor:hypervoice",
"tutor:irontail",
"tutor:snatch",
"tutor:snore"
],
"labels": [
"gen6"
],
"pokedex": [
"cobblemon.species.litleo.desc"
],
"evolutions": [
{
"id": "litleo_pyroar",
"variant": "level_up",
"result": "pyroar",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 35
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 70,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 135,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "minecraft:blaze_powder",
"percentage": 2.5
},
{
"item": "cobblemon:rawst_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,322 @@
{
"implemented": true,
"name": "Meowstic",
"nationalPokedexNumber": 678,
"primaryType": "psychic",
"abilities": ["keeneye", "infiltrator", "h:prankster"],
"baseStats": {
"hp": 74,
"attack": 48,
"defence": 76,
"special_attack": 83,
"special_defence": 81,
"speed": 104
},
"catchRate": 75,
"maleRatio": 1,
"shoulderMountable": false,
"baseExperienceYield": 163,
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:disarmingvoice",
"1:fakeout",
"1:leer",
"1:magicalleaf",
"1:meanlook",
"1:scratch",
"9:confusion",
"12:helpinghand",
"12:storedpower",
"15:chargebeam",
"15:charm",
"18:covet",
"21:psybeam",
"24:suckerpunch",
"29:roleplay",
"31:miracleeye",
"34:lightscreen",
"34:reflect",
"39:psyshock",
"44:extrasensory",
"44:imprison",
"49:quickguard",
"49:shadowball",
"54:psychic",
"59:futuresight",
"59:mistyterrain",
"tm:alluringvoice",
"tm:allyswitch",
"tm:attract",
"tm:batonpass",
"tm:calmmind",
"tm:chargebeam",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:disarmingvoice",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:gravity",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:imprison",
"tm:irontail",
"tm:lightscreen",
"tm:magicalleaf",
"tm:magicroom",
"tm:mistyterrain",
"tm:nastyplot",
"tm:payback",
"tm:payday",
"tm:playrough",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailslap",
"tm:terablast",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:workup",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:covet",
"tutor:expandingforce",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:irontail",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:recycle",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:snatch",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": ["gen6"],
"pokedex": ["cobblemon.species.meowstic.desc"],
"height": 6,
"weight": 85,
"preEvolution": "espurr",
"evolutions": [],
"forms": [
{
"name": "F",
"primaryType": "psychic",
"abilities": ["keeneye", "infiltrator", "h:competitive"],
"baseStats": {
"hp": 74,
"attack": 48,
"defence": 76,
"special_attack": 83,
"special_defence": 81,
"speed": 104
},
"catchRate": 75,
"maleRatio": 0,
"baseExperienceYield": 163,
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:disarmingvoice",
"1:fakeout",
"1:leer",
"1:magicalleaf",
"1:mefirst",
"1:scratch",
"9:confusion",
"12:storedpower",
"15:chargebeam",
"18:covet",
"21:psybeam",
"24:suckerpunch",
"29:roleplay",
"34:lightscreen",
"34:reflect",
"39:psyshock",
"44:extrasensory",
"45:signalbeam",
"49:shadowball",
"54:psychic",
"59:futuresight",
"tm:alluringvoice",
"tm:allyswitch",
"tm:attract",
"tm:batonpass",
"tm:calmmind",
"tm:chargebeam",
"tm:charm",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:dig",
"tm:disarmingvoice",
"tm:doubleteam",
"tm:dreameater",
"tm:echoedvoice",
"tm:endure",
"tm:energyball",
"tm:expandingforce",
"tm:facade",
"tm:faketears",
"tm:flash",
"tm:frustration",
"tm:futuresight",
"tm:gigaimpact",
"tm:gravity",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hyperbeam",
"tm:irontail",
"tm:lightscreen",
"tm:magicalleaf",
"tm:magicroom",
"tm:nastyplot",
"tm:payback",
"tm:payday",
"tm:playrough",
"tm:poweruppunch",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicnoise",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:round",
"tm:safeguard",
"tm:secretpower",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailslap",
"tm:terablast",
"tm:thunderbolt",
"tm:thunderwave",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:trick",
"tm:trickroom",
"tm:wonderroom",
"tm:workup",
"tm:zenheadbutt",
"tutor:allyswitch",
"tutor:covet",
"tutor:expandingforce",
"tutor:gravity",
"tutor:healbell",
"tutor:helpinghand",
"tutor:irontail",
"tutor:magiccoat",
"tutor:magicroom",
"tutor:recycle",
"tutor:roleplay",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:snatch",
"tutor:snore",
"tutor:telekinesis",
"tutor:trick",
"tutor:wonderroom",
"tutor:zenheadbutt"
],
"labels": ["gen6"],
"aspects": ["f"],
"height": 6,
"weight": 85,
"preEvolution": "espurr",
"cannotDynamax": false,
"battleOnly": false
}
],
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 1,
"entries": [
{
"item": "cobblemon:colbur_berry",
"percentage": 5
}
]
}
}

View File

@ -0,0 +1,188 @@
{
"implemented": true,
"name": "Noibat",
"nationalPokedexNumber": 714,
"primaryType": "flying",
"secondaryType": "dragon",
"abilities": ["frisk", "infiltrator", "h:telepathy"],
"baseStats": {
"hp": 40,
"attack": 30,
"defence": 35,
"special_attack": 45,
"special_defence": 40,
"speed": 55
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.4
},
"walk": {
"walkSpeed": 0.4
}
}
},
"catchRate": 190,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 49,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["flying", "dragon"],
"moves": [
"1:absorb",
"1:tackle",
"4:gust",
"5:leechlife",
"8:supersonic",
"12:doubleteam",
"16:wingattack",
"18:agility",
"20:bite",
"24:aircutter",
"28:whirlwind",
"31:razorwind",
"32:superfang",
"36:airslash",
"40:screech",
"44:roost",
"49:tailwind",
"52:hurricane",
"egg:defog",
"egg:dragonrush",
"egg:outrage",
"egg:snatch",
"egg:switcheroo",
"egg:tailwind",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:aircutter",
"tm:airslash",
"tm:attract",
"tm:brickbreak",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragonclaw",
"tm:dragonpulse",
"tm:dreameater",
"tm:dualwingbeat",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:fly",
"tm:frustration",
"tm:heatwave",
"tm:hiddenpower",
"tm:hurricane",
"tm:hypervoice",
"tm:irontail",
"tm:leechlife",
"tm:outrage",
"tm:protect",
"tm:psychic",
"tm:rest",
"tm:return",
"tm:roost",
"tm:round",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:steelwing",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tm:wildcharge",
"tm:xscissor",
"tutor:defog",
"tutor:dracometeor",
"tutor:dragonpulse",
"tutor:dualwingbeat",
"tutor:heatwave",
"tutor:hypervoice",
"tutor:irontail",
"tutor:outrage",
"tutor:skyattack",
"tutor:snatch",
"tutor:snore",
"tutor:superfang",
"tutor:tailwind",
"tutor:uproar",
"tutor:waterpulse"
],
"labels": ["gen6"],
"pokedex": ["cobblemon.species.noibat.desc"],
"evolutions": [
{
"id": "noibat_noivern",
"variant": "level_up",
"result": "noivern",
"consumeHeldItem": false,
"learnableMoves": ["dragonpulse"],
"requirements": [
{
"variant": "level",
"minLevel": 48
}
]
}
],
"baseScale": 0.6,
"hitbox": {
"width": 1,
"height": 1.5,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 1
},
"height": 5,
"weight": 80,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:phantom_membrane",
"percentage": 2.5
},
{
"item": "cobblemon:yache_berry",
"percentage": 2.5
}
]
}
}

View File

@ -0,0 +1,187 @@
{
"implemented": true,
"name": "Noivern",
"nationalPokedexNumber": 715,
"primaryType": "flying",
"secondaryType": "dragon",
"abilities": ["frisk", "infiltrator", "h:telepathy"],
"baseStats": {
"hp": 85,
"attack": 70,
"defence": 80,
"special_attack": 97,
"special_defence": 80,
"speed": 123
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
},
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.4
},
"walk": {
"walkSpeed": 0.35
}
}
},
"catchRate": 45,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 187,
"experienceGroup": "medium_fast",
"eggCycles": 20,
"eggGroups": ["flying", "dragon"],
"moves": [
"1:absorb",
"1:dragonpulse",
"1:gust",
"1:moonlight",
"1:supersonic",
"1:tackle",
"5:leechlife",
"12:doubleteam",
"16:wingattack",
"18:agility",
"20:bite",
"24:aircutter",
"28:whirlwind",
"31:razorwind",
"32:superfang",
"36:airslash",
"40:screech",
"44:roost",
"51:tailwind",
"56:hurricane",
"62:boomburst",
"tm:acrobatics",
"tm:aerialace",
"tm:agility",
"tm:aircutter",
"tm:airslash",
"tm:attract",
"tm:bodyslam",
"tm:breakingswipe",
"tm:brickbreak",
"tm:confide",
"tm:cut",
"tm:darkpulse",
"tm:doubleedge",
"tm:doubleteam",
"tm:dracometeor",
"tm:dragoncheer",
"tm:dragonclaw",
"tm:dragondance",
"tm:dragonpulse",
"tm:dragontail",
"tm:dreameater",
"tm:dualwingbeat",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:flamethrower",
"tm:fly",
"tm:focusblast",
"tm:frustration",
"tm:gigaimpact",
"tm:heatwave",
"tm:hiddenpower",
"tm:honeclaws",
"tm:hurricane",
"tm:hyperbeam",
"tm:hypervoice",
"tm:irontail",
"tm:leechlife",
"tm:outrage",
"tm:protect",
"tm:psychic",
"tm:psychicnoise",
"tm:rest",
"tm:return",
"tm:roost",
"tm:round",
"tm:scaryface",
"tm:screech",
"tm:secretpower",
"tm:shadowball",
"tm:shadowclaw",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:steelwing",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:taunt",
"tm:terablast",
"tm:thief",
"tm:torment",
"tm:toxic",
"tm:uproar",
"tm:uturn",
"tm:waterpulse",
"tm:wildcharge",
"tm:xscissor",
"tutor:defog",
"tutor:dracometeor",
"tutor:dragonpulse",
"tutor:dualwingbeat",
"tutor:heatwave",
"tutor:hypervoice",
"tutor:irontail",
"tutor:laserfocus",
"tutor:outrage",
"tutor:skyattack",
"tutor:snatch",
"tutor:snore",
"tutor:superfang",
"tutor:tailwind",
"tutor:uproar",
"tutor:waterpulse"
],
"labels": ["gen6"],
"pokedex": ["cobblemon.species.noivern.desc"],
"preEvolution": "noibat",
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 2,
"height": 2,
"fixed": false
},
"baseFriendship": 50,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 0,
"speed": 2
},
"height": 15,
"weight": 850,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 2,
"entries": [
{
"item": "minecraft:phantom_membrane",
"percentage": 5.0
},
{
"item": "cobblemon:yache_berry",
"percentage": 5.0
}
]
}
}

Some files were not shown because too many files have changed in this diff Show More