first commit
This commit is contained in:
@ -0,0 +1,112 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Archaludon",
|
||||
"nationalPokedexNumber": 1018,
|
||||
"primaryType": "steel",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": [
|
||||
"stamina",
|
||||
"sturdy",
|
||||
"h:stalwart"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 90,
|
||||
"attack": 105,
|
||||
"defence": 130,
|
||||
"special_attack": 125,
|
||||
"special_defence": 65,
|
||||
"speed": 85
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 3,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 30,
|
||||
"eggGroups": [
|
||||
"mineral",
|
||||
"dragon"
|
||||
],
|
||||
"moves": [
|
||||
"1:leer",
|
||||
"1:metalclaw",
|
||||
"6:rocksmash",
|
||||
"12:honeclaws",
|
||||
"18:metalsound",
|
||||
"24:breakingswipe",
|
||||
"30:dragontail",
|
||||
"36:irondefense",
|
||||
"42:focusenergy",
|
||||
"48:dragonclaw",
|
||||
"54:flashcannon",
|
||||
"60:metalburst",
|
||||
"66:hyperbeam",
|
||||
"tm:aurasphere",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:darkpulse",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:foulplay",
|
||||
"tm:gigaimpact",
|
||||
"tm:gyroball",
|
||||
"tm:hardpress",
|
||||
"tm:heavyslam",
|
||||
"tm:hyperbeam",
|
||||
"tm:irondefense",
|
||||
"tm:ironhead",
|
||||
"tm:lightscreen",
|
||||
"tm:metalclaw",
|
||||
"tm:metalsound",
|
||||
"tm:meteorbeam",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:smackdown",
|
||||
"tm:snarl",
|
||||
"tm:solarbeam",
|
||||
"tm:stealthrock",
|
||||
"tm:steelbeam",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 20,
|
||||
"weight": 600,
|
||||
"preEvolution": "duraludon",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,106 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Arctibax",
|
||||
"nationalPokedexNumber": 997,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": ["thermalexchange", "h:icebody"],
|
||||
"baseStats": {
|
||||
"hp": 90,
|
||||
"attack": 95,
|
||||
"defence": 66,
|
||||
"special_attack": 45,
|
||||
"special_defence": 65,
|
||||
"speed": 62
|
||||
},
|
||||
"catchRate": 25,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 148,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": ["dragon", "mineral"],
|
||||
"moves": [
|
||||
"1:dragontail",
|
||||
"1:leer",
|
||||
"1:tackle",
|
||||
"6:icywind",
|
||||
"12:dragonbreath",
|
||||
"18:focusenergy",
|
||||
"24:bite",
|
||||
"29:icefang",
|
||||
"40:takedown",
|
||||
"45:icebeam",
|
||||
"50:crunch",
|
||||
"55:iciclecrash",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:brickbreak",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:dracometeor",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:helpinghand",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:ironhead",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 8,
|
||||
"weight": 300,
|
||||
"preEvolution": "frigibax",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "arctibax_baxcalibur",
|
||||
"variant": "level_up",
|
||||
"result": "baxcalibur",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["glaiverush"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 54
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.arctibax.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,112 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Baxcalibur",
|
||||
"nationalPokedexNumber": 998,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": ["thermalexchange", "h:icebody"],
|
||||
"baseStats": {
|
||||
"hp": 115,
|
||||
"attack": 145,
|
||||
"defence": 92,
|
||||
"special_attack": 75,
|
||||
"special_defence": 86,
|
||||
"speed": 87
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 300,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": ["dragon", "mineral"],
|
||||
"moves": [
|
||||
"1:breakingswipe",
|
||||
"1:dragontail",
|
||||
"1:iceshard",
|
||||
"1:leer",
|
||||
"1:snowscape",
|
||||
"1:tackle",
|
||||
"1:glaiverush",
|
||||
"6:icywind",
|
||||
"12:dragonbreath",
|
||||
"18:focusenergy",
|
||||
"24:bite",
|
||||
"29:icefang",
|
||||
"35:dragonclaw",
|
||||
"42:takedown",
|
||||
"48:icebeam",
|
||||
"55:crunch",
|
||||
"62:iciclecrash",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:bulldoze",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:gigaimpact",
|
||||
"tm:helpinghand",
|
||||
"tm:highhorsepower",
|
||||
"tm:hyperbeam",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:ironhead",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunderfang",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen9", "pseudo_legendary"],
|
||||
"aspects": [],
|
||||
"height": 21,
|
||||
"weight": 2100,
|
||||
"preEvolution": "arctibax",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.baxcalibur.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,101 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Bellibolt",
|
||||
"nationalPokedexNumber": 939,
|
||||
"primaryType": "electric",
|
||||
"abilities": ["electromorphosis", "static", "h:damp"],
|
||||
"baseStats": {
|
||||
"hp": 109,
|
||||
"attack": 64,
|
||||
"defence": 91,
|
||||
"special_attack": 103,
|
||||
"special_defence": 83,
|
||||
"speed": 45
|
||||
},
|
||||
"catchRate": 50,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 173,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 2,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1"],
|
||||
"moves": [
|
||||
"1:mudslap",
|
||||
"1:slackoff",
|
||||
"1:tackle",
|
||||
"7:thundershock",
|
||||
"11:watergun",
|
||||
"17:charge",
|
||||
"21:spark",
|
||||
"24:mudshot",
|
||||
"25:flail",
|
||||
"32:discharge",
|
||||
"36:weatherball",
|
||||
"40:electricterrain",
|
||||
"45:suckerpunch",
|
||||
"50:zapcannon",
|
||||
"tm:acidspray",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:chillingwater",
|
||||
"tm:confuseray",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:endure",
|
||||
"tm:gigaimpact",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:lightscreen",
|
||||
"tm:muddywater",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:supercellslam",
|
||||
"tm:swift",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tm:voltswitch",
|
||||
"tm:waterpulse",
|
||||
"tm:weatherball",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 1130,
|
||||
"preEvolution": "tadbulb",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.bellibolt.desc"],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:ochre_froglight",
|
||||
"percentage": 5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:wepear_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Brute Bonnet",
|
||||
"nationalPokedexNumber": 986,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "dark",
|
||||
"abilities": [
|
||||
"protosynthesis"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 111,
|
||||
"attack": 127,
|
||||
"defence": 99,
|
||||
"special_attack": 79,
|
||||
"special_defence": 99,
|
||||
"speed": 55
|
||||
},
|
||||
"catchRate": 50,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:absorb",
|
||||
"1:astonish",
|
||||
"1:growth",
|
||||
"1:sunnyday",
|
||||
"7:stunspore",
|
||||
"14:megadrain",
|
||||
"21:synthesis",
|
||||
"28:clearsmog",
|
||||
"35:payback",
|
||||
"42:thrash",
|
||||
"49:gigadrain",
|
||||
"56:suckerpunch",
|
||||
"63:spore",
|
||||
"70:ingrain",
|
||||
"77:ragepowder",
|
||||
"91:solarbeam",
|
||||
"100:bodypress",
|
||||
"100:bodyslam",
|
||||
"100:bulletseed",
|
||||
"100:closecombat",
|
||||
"100:confuseray",
|
||||
"100:crunch",
|
||||
"100:darkpulse",
|
||||
"100:earthpower",
|
||||
"100:endure",
|
||||
"100:energyball",
|
||||
"100:facade",
|
||||
"100:gigadrain",
|
||||
"100:gigaimpact",
|
||||
"100:grassknot",
|
||||
"100:grassyterrain",
|
||||
"100:hex",
|
||||
"100:hyperbeam",
|
||||
"100:leafstorm",
|
||||
"100:magicalleaf",
|
||||
"100:outrage",
|
||||
"100:pollenpuff",
|
||||
"100:protect",
|
||||
"100:rest",
|
||||
"100:scaryface",
|
||||
"100:seedbomb",
|
||||
"100:sleeptalk",
|
||||
"100:solarbeam",
|
||||
"100:stompingtantrum",
|
||||
"100:substitute",
|
||||
"100:sunnyday",
|
||||
"100:taunt",
|
||||
"100:terablast",
|
||||
"100:thief",
|
||||
"100:trailblaze",
|
||||
"100:venoshock",
|
||||
"100:zenheadbutt",
|
||||
"100:clearsmog",
|
||||
"100:gigadrain",
|
||||
"100:payback",
|
||||
"100:thrash"
|
||||
],
|
||||
"labels": [
|
||||
"gen9",
|
||||
"paradox"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 210,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.brutebonnet.desc"
|
||||
]
|
||||
}
|
@ -0,0 +1,119 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Capsakid",
|
||||
"nationalPokedexNumber": 951,
|
||||
"primaryType": "grass",
|
||||
"abilities": [
|
||||
"chlorophyll",
|
||||
"insomnia",
|
||||
"h:klutz"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 52,
|
||||
"attack": 62,
|
||||
"defence": 40,
|
||||
"special_attack": 62,
|
||||
"special_defence": 40,
|
||||
"speed": 50
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": true,
|
||||
"baseExperienceYield": 61,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"grass"
|
||||
],
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": true,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"1:leafage",
|
||||
"1:leer",
|
||||
"4:bite",
|
||||
"10:growth",
|
||||
"13:razorleaf",
|
||||
"17:sunnyday",
|
||||
"21:bulletseed",
|
||||
"24:headbutt",
|
||||
"28:zenheadbutt",
|
||||
"38:crunch",
|
||||
"44:seedbomb",
|
||||
"48:solarbeam",
|
||||
"egg:ingrain",
|
||||
"egg:leechseed",
|
||||
"egg:ragepowder",
|
||||
"egg:rollout",
|
||||
"egg:worryseed",
|
||||
"tm:bulletseed",
|
||||
"tm:crunch",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:gigadrain",
|
||||
"tm:grassknot",
|
||||
"tm:grassyterrain",
|
||||
"tm:helpinghand",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:sandstorm",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:trailblaze",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 3,
|
||||
"weight": 30,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "capsakid_scovillain",
|
||||
"variant": "item_interact",
|
||||
"result": "scovillain",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [
|
||||
"flamethrower",
|
||||
"spicyextract"
|
||||
],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:fire_stone"
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 0.5,
|
||||
"height": 0.65,
|
||||
"fixed": false
|
||||
},
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.capsakid.desc"
|
||||
]
|
||||
}
|
@ -0,0 +1,117 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Chien-Pao",
|
||||
"nationalPokedexNumber": 1002,
|
||||
"primaryType": "dark",
|
||||
"secondaryType": "ice",
|
||||
"abilities": ["swordofruin"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_sword",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:never_melt_ice",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 120,
|
||||
"defence": 80,
|
||||
"special_attack": 90,
|
||||
"special_defence": 65,
|
||||
"speed": 135
|
||||
},
|
||||
"catchRate": 6,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 3
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:meanlook",
|
||||
"1:powdersnow",
|
||||
"1:spite",
|
||||
"5:icywind",
|
||||
"10:payback",
|
||||
"15:haze",
|
||||
"15:mist",
|
||||
"20:iceshard",
|
||||
"25:swordsdance",
|
||||
"30:snowscape",
|
||||
"35:nightslash",
|
||||
"40:darkpulse",
|
||||
"45:iciclecrash",
|
||||
"50:ruination",
|
||||
"55:suckerpunch",
|
||||
"60:sacredsword",
|
||||
"65:recover",
|
||||
"70:throatchop",
|
||||
"75:sheercold",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:brickbreak",
|
||||
"tm:crunch",
|
||||
"tm:darkpulse",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:gigaimpact",
|
||||
"tm:haze",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:icefang",
|
||||
"tm:icespinner",
|
||||
"tm:icywind",
|
||||
"tm:lashout",
|
||||
"tm:protect",
|
||||
"tm:psychicfangs",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:snowscape",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:throatchop"
|
||||
],
|
||||
"labels": ["gen9", "legendary"],
|
||||
"aspects": [],
|
||||
"height": 19,
|
||||
"weight": 1522,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.chienpao.desc"]
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Chi-Yu",
|
||||
"nationalPokedexNumber": 1004,
|
||||
"primaryType": "dark",
|
||||
"secondaryType": "fire",
|
||||
"abilities": ["beadsofruin"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:black_glasses",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:charcoal",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 55,
|
||||
"attack": 80,
|
||||
"defence": 80,
|
||||
"special_attack": 135,
|
||||
"special_defence": 120,
|
||||
"speed": 100
|
||||
},
|
||||
"catchRate": 6,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:ember",
|
||||
"1:meanlook",
|
||||
"1:spite",
|
||||
"5:flamewheel",
|
||||
"10:payback",
|
||||
"15:willowisp",
|
||||
"20:flamecharge",
|
||||
"25:incinerate",
|
||||
"30:confuseray",
|
||||
"35:nastyplot",
|
||||
"40:darkpulse",
|
||||
"45:lavaplume",
|
||||
"50:ruination",
|
||||
"55:bounce",
|
||||
"60:swagger",
|
||||
"65:inferno",
|
||||
"70:memento",
|
||||
"75:overheat",
|
||||
"tm:burningjealousy",
|
||||
"tm:confuseray",
|
||||
"tm:crunch",
|
||||
"tm:darkpulse",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firespin",
|
||||
"tm:flamecharge",
|
||||
"tm:flamethrower",
|
||||
"tm:flareblitz",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatwave",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:lashout",
|
||||
"tm:lightscreen",
|
||||
"tm:nastyplot",
|
||||
"tm:overheat",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:temperflare",
|
||||
"tm:terablast",
|
||||
"tm:willowisp",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen9", "legendary"],
|
||||
"aspects": [],
|
||||
"height": 4,
|
||||
"weight": 49,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.chiyu.desc"]
|
||||
}
|
@ -0,0 +1,112 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Cyclizar",
|
||||
"nationalPokedexNumber": 967,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "normal",
|
||||
"abilities": ["shedskin", "h:regenerator"],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 95,
|
||||
"defence": 65,
|
||||
"special_attack": 85,
|
||||
"special_defence": 65,
|
||||
"speed": 121
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 175,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 2
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 30,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:tackle",
|
||||
"7:rapidspin",
|
||||
"11:taunt",
|
||||
"14:breakingswipe",
|
||||
"18:quickattack",
|
||||
"23:bite",
|
||||
"27:uturn",
|
||||
"31:shedtail",
|
||||
"36:dragonclaw",
|
||||
"40:shiftgear",
|
||||
"45:dragonpulse",
|
||||
"51:doubleedge",
|
||||
"57:dragonrush",
|
||||
"egg:aquatail",
|
||||
"egg:irontail",
|
||||
"egg:knockoff",
|
||||
"egg:powerwhip",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:crunch",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firefang",
|
||||
"tm:gigaimpact",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icespinner",
|
||||
"tm:ironhead",
|
||||
"tm:knockoff",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:outrage",
|
||||
"tm:overheat",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaleshot",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:supercellslam",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:temperflare",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:trailblaze",
|
||||
"tm:uproar",
|
||||
"tm:uturn",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 16,
|
||||
"weight": 630,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.cyclizar.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,131 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Dipplin",
|
||||
"nationalPokedexNumber": 1011,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": ["supersweetsyrup", "gluttony", "h:stickyhold"],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 80,
|
||||
"defence": 110,
|
||||
"special_attack": 95,
|
||||
"special_defence": 80,
|
||||
"speed": 40
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 2,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"shoulderMountable": true,
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["grass", "dragon"],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:infestation",
|
||||
"1:recycle",
|
||||
"1:sweetscent",
|
||||
"1:withdraw",
|
||||
"4:dragontail",
|
||||
"8:growth",
|
||||
"12:dragonbreath",
|
||||
"16:protect",
|
||||
"20:bulletseed",
|
||||
"28:syrupbomb",
|
||||
"32:dragonpulse",
|
||||
"36:recover",
|
||||
"40:energyball",
|
||||
"44:substitute",
|
||||
"50:dragoncheer",
|
||||
"tm:bodyslam",
|
||||
"tm:bugbite",
|
||||
"tm:bulletseed",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:gyroball",
|
||||
"tm:hyperbeam",
|
||||
"tm:leafstorm",
|
||||
"tm:outrage",
|
||||
"tm:pollenpuff",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"baseScale": 0.5,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"aspects": [],
|
||||
"height": 4,
|
||||
"weight": 44,
|
||||
"preEvolution": "applin",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "dipplin_hydrapple",
|
||||
"variant": "level_up",
|
||||
"result": "hydrapple",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["ficklebeam"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:dragon_breath"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
},
|
||||
"moving": {
|
||||
"canLook": false,
|
||||
"walk": {
|
||||
"walkSpeed": 0.145,
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.1,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"Dipplin is two creatures in one Pokémon. Its evolution was triggered by a special apple grown only in one place."
|
||||
]
|
||||
}
|
@ -0,0 +1,203 @@
|
||||
{
|
||||
"implemented":true,
|
||||
"name": "Dudunsparce",
|
||||
"nationalPokedexNumber": 982,
|
||||
"primaryType": "normal",
|
||||
"abilities": [
|
||||
"serenegrace",
|
||||
"runaway",
|
||||
"h:rattled"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 125,
|
||||
"attack": 100,
|
||||
"defence": 80,
|
||||
"special_attack": 85,
|
||||
"special_defence": 75,
|
||||
"speed": 55
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 182,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 2,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"features": ["threesegment"],
|
||||
"moves": [
|
||||
"1:defensecurl",
|
||||
"1:flail",
|
||||
"4:mudslap",
|
||||
"8:rollout",
|
||||
"12:glare",
|
||||
"16:screech",
|
||||
"20:ancientpower",
|
||||
"24:drillrun",
|
||||
"28:yawn",
|
||||
"32:hyperdrill",
|
||||
"36:roost",
|
||||
"40:dragonrush",
|
||||
"44:coil",
|
||||
"48:doubleedge",
|
||||
"52:endeavor",
|
||||
"56:hurricane",
|
||||
"62:boomburst",
|
||||
"tm:agility",
|
||||
"tm:airslash",
|
||||
"tm:amnesia",
|
||||
"tm:batonpass",
|
||||
"tm:blizzard",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:bulldoze",
|
||||
"tm:calmmind",
|
||||
"tm:chillingwater",
|
||||
"tm:curse",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:dragontail",
|
||||
"tm:drillrun",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:flamethrower",
|
||||
"tm:gigaimpact",
|
||||
"tm:gyroball",
|
||||
"tm:heavyslam",
|
||||
"tm:helpinghand",
|
||||
"tm:hex",
|
||||
"tm:hurricane",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icespinner",
|
||||
"tm:lunge",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:outrage",
|
||||
"tm:painsplit",
|
||||
"tm:poisonjab",
|
||||
"tm:poisontail",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:sandstorm",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:shadowball",
|
||||
"tm:skittersmack",
|
||||
"tm:sleeptalk",
|
||||
"tm:smartstrike",
|
||||
"tm:solarbeam",
|
||||
"tm:spite",
|
||||
"tm:stealthrock",
|
||||
"tm:stompingtantrum",
|
||||
"tm:stoneedge",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:throatchop",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:toxic",
|
||||
"tm:uproar",
|
||||
"tm:wildcharge",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 36,
|
||||
"weight": 392,
|
||||
"preEvolution": "dunsparce",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Three-Segment",
|
||||
"primaryType": "normal",
|
||||
"abilities": [
|
||||
"serenegrace",
|
||||
"runaway",
|
||||
"h:rattled"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 125,
|
||||
"attack": 100,
|
||||
"defence": 80,
|
||||
"special_attack": 85,
|
||||
"special_defence": 75,
|
||||
"speed": 55
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 2,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"threesegment"
|
||||
],
|
||||
"height": 45,
|
||||
"weight": 474,
|
||||
"preEvolution": "dunsparce",
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.dudunsparce.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rocky_helmet",
|
||||
"percentage": 5.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:cheri_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,111 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Finizen",
|
||||
"nationalPokedexNumber": 963,
|
||||
"primaryType": "water",
|
||||
"abilities": ["waterveil"],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 45,
|
||||
"defence": 40,
|
||||
"special_attack": 45,
|
||||
"special_defence": 40,
|
||||
"speed": 75
|
||||
},
|
||||
"catchRate": 200,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 63,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": ["field", "water_2"],
|
||||
"moves": [
|
||||
"1:supersonic",
|
||||
"1:watergun",
|
||||
"7:astonish",
|
||||
"10:focusenergy",
|
||||
"13:aquajet",
|
||||
"17:doublehit",
|
||||
"21:dive",
|
||||
"25:charm",
|
||||
"29:acrobatics",
|
||||
"34:encore",
|
||||
"39:aquatail",
|
||||
"44:mist",
|
||||
"50:hydropump",
|
||||
"egg:boomburst",
|
||||
"egg:bounce",
|
||||
"egg:counter",
|
||||
"egg:haze",
|
||||
"egg:tickle",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:charm",
|
||||
"tm:chillingwater",
|
||||
"tm:disarmingvoice",
|
||||
"tm:drainingkiss",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fling",
|
||||
"tm:haze",
|
||||
"tm:helpinghand",
|
||||
"tm:hydropump",
|
||||
"tm:icebeam",
|
||||
"tm:icywind",
|
||||
"tm:liquidation",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:waterfall",
|
||||
"tm:waterpulse",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 13,
|
||||
"weight": 602,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "finizen_palafin",
|
||||
"variant": "level_up",
|
||||
"result": "palafin",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["flipturn"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 38
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.finizen.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:cod",
|
||||
"quantityRange": "0-1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,111 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Flutter Mane",
|
||||
"nationalPokedexNumber": 987,
|
||||
"primaryType": "ghost",
|
||||
"secondaryType": "fairy",
|
||||
"abilities": ["protosynthesis"],
|
||||
"baseStats": {
|
||||
"hp": 55,
|
||||
"attack": 55,
|
||||
"defence": 55,
|
||||
"special_attack": 135,
|
||||
"special_defence": 135,
|
||||
"speed": 135
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 1,
|
||||
"special_defence": 1,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:confuseray",
|
||||
"1:spite",
|
||||
"1:sunnyday",
|
||||
"7:psybeam",
|
||||
"14:meanlook",
|
||||
"21:memento",
|
||||
"28:wish",
|
||||
"35:dazzlinggleam",
|
||||
"42:shadowball",
|
||||
"49:mysticalfire",
|
||||
"56:powergem",
|
||||
"63:psyshock",
|
||||
"70:phantomforce",
|
||||
"77:painsplit",
|
||||
"84:moonblast",
|
||||
"91:perishsong",
|
||||
"tm:calmmind",
|
||||
"tm:chargebeam",
|
||||
"tm:charm",
|
||||
"tm:confuseray",
|
||||
"tm:darkpulse",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:disarmingvoice",
|
||||
"tm:drainingkiss",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:faketears",
|
||||
"tm:gigaimpact",
|
||||
"tm:helpinghand",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icywind",
|
||||
"tm:imprison",
|
||||
"tm:magicalleaf",
|
||||
"tm:mistyterrain",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:poltergeist",
|
||||
"tm:powergem",
|
||||
"tm:protect",
|
||||
"tm:psybeam",
|
||||
"tm:psyshock",
|
||||
"tm:rest",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:spite",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swift",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:trickroom"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 14,
|
||||
"weight": 40,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.fluttermane.desc"],
|
||||
"drops": {
|
||||
"amount": 4,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:phantom_membrane",
|
||||
"quantityRange": "0-3"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:fairy_feather"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,106 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Frigibax",
|
||||
"nationalPokedexNumber": 996,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": ["thermalexchange", "h:icebody"],
|
||||
"baseStats": {
|
||||
"hp": 65,
|
||||
"attack": 75,
|
||||
"defence": 45,
|
||||
"special_attack": 35,
|
||||
"special_defence": 45,
|
||||
"speed": 55
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 64,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": ["dragon", "mineral"],
|
||||
"moves": [
|
||||
"1:dragontail",
|
||||
"1:leer",
|
||||
"1:tackle",
|
||||
"6:icywind",
|
||||
"12:dragonbreath",
|
||||
"18:focusenergy",
|
||||
"24:bite",
|
||||
"29:icefang",
|
||||
"32:dragonclaw",
|
||||
"36:takedown",
|
||||
"40:icebeam",
|
||||
"44:crunch",
|
||||
"48:iciclecrash",
|
||||
"egg:aquatail",
|
||||
"egg:dragonrush",
|
||||
"egg:freezedry",
|
||||
"egg:iciclespear",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:dracometeor",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:helpinghand",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 5,
|
||||
"weight": 170,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "frigibax_arctibax",
|
||||
"variant": "level_up",
|
||||
"result": "arctibax",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 35
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.frigibax.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,114 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Great Tusk",
|
||||
"nationalPokedexNumber": 984,
|
||||
"primaryType": "ground",
|
||||
"secondaryType": "fighting",
|
||||
"abilities": [
|
||||
"protosynthesis"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 115,
|
||||
"attack": 131,
|
||||
"defence": 131,
|
||||
"special_attack": 53,
|
||||
"special_defence": 53,
|
||||
"speed": 87
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:defensecurl",
|
||||
"1:hornattack",
|
||||
"1:rollout",
|
||||
"1:sunnyday",
|
||||
"7:bulldoze",
|
||||
"14:taunt",
|
||||
"21:rapidspin",
|
||||
"28:brickbreak",
|
||||
"35:stompingtantrum",
|
||||
"42:knockoff",
|
||||
"49:earthquake",
|
||||
"56:gigaimpact",
|
||||
"63:closecombat",
|
||||
"70:endeavor",
|
||||
"77:megahorn",
|
||||
"84:headsmash",
|
||||
"91:headlongrush",
|
||||
"100:bodypress",
|
||||
"100:bodyslam",
|
||||
"100:brickbreak",
|
||||
"100:bulkup",
|
||||
"100:bulldoze",
|
||||
"100:closecombat",
|
||||
"100:dig",
|
||||
"100:earthpower",
|
||||
"100:earthquake",
|
||||
"100:endure",
|
||||
"100:facade",
|
||||
"100:firefang",
|
||||
"100:flashcannon",
|
||||
"100:gigaimpact",
|
||||
"100:heavyslam",
|
||||
"100:hyperbeam",
|
||||
"100:icefang",
|
||||
"100:icespinner",
|
||||
"100:ironhead",
|
||||
"100:mudshot",
|
||||
"100:mudslap",
|
||||
"100:playrough",
|
||||
"100:protect",
|
||||
"100:psyshock",
|
||||
"100:rest",
|
||||
"100:reversal",
|
||||
"100:rockslide",
|
||||
"100:rocktomb",
|
||||
"100:sandstorm",
|
||||
"100:scaryface",
|
||||
"100:sleeptalk",
|
||||
"100:smartstrike",
|
||||
"100:stealthrock",
|
||||
"100:stompingtantrum",
|
||||
"100:stoneedge",
|
||||
"100:substitute",
|
||||
"100:sunnyday",
|
||||
"100:takedown",
|
||||
"100:taunt",
|
||||
"100:terablast",
|
||||
"100:thunderfang",
|
||||
"100:zenheadbutt",
|
||||
"100:brickbreak",
|
||||
"100:earthquake",
|
||||
"100:gigaimpact",
|
||||
"100:knockoff",
|
||||
"100:rapidspin",
|
||||
"100:stompingtantrum"
|
||||
],
|
||||
"labels": [
|
||||
"gen9",
|
||||
"paradox"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 22,
|
||||
"weight": 3200,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.greattusk.desc"
|
||||
]
|
||||
}
|
@ -0,0 +1,139 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Greavard",
|
||||
"nationalPokedexNumber": 971,
|
||||
"primaryType": "ghost",
|
||||
"abilities": ["pickup", "h:fluffy"],
|
||||
"baseStats": {
|
||||
"hp": 50,
|
||||
"attack": 61,
|
||||
"defence": 60,
|
||||
"special_attack": 30,
|
||||
"special_defence": 55,
|
||||
"speed": 34
|
||||
},
|
||||
"catchRate": 120,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 58,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:tackle",
|
||||
"3:lick",
|
||||
"6:bite",
|
||||
"6:tailwhip",
|
||||
"9:roar",
|
||||
"12:headbutt",
|
||||
"16:dig",
|
||||
"24:rest",
|
||||
"28:crunch",
|
||||
"32:playrough",
|
||||
"37:helpinghand",
|
||||
"41:phantomforce",
|
||||
"46:charm",
|
||||
"52:doubleedge",
|
||||
"egg:allyswitch",
|
||||
"egg:destinybond",
|
||||
"egg:disable",
|
||||
"egg:howl",
|
||||
"egg:memento",
|
||||
"egg:shadowsneak",
|
||||
"egg:yawn",
|
||||
"tm:bulldoze",
|
||||
"tm:charm",
|
||||
"tm:confuseray",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firefang",
|
||||
"tm:helpinghand",
|
||||
"tm:hex",
|
||||
"tm:icefang",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:playrough",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychicfangs",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderfang",
|
||||
"tm:trick",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 6,
|
||||
"weight": 350,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "greavard_houndstone",
|
||||
"variant": "level_up",
|
||||
"result": "houndstone",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["lastrespects"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 30
|
||||
},
|
||||
{
|
||||
"variant": "time_range",
|
||||
"range": "night"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.greavard.desc"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:bone",
|
||||
"quantityRange": "1-2"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:rotten_flesh",
|
||||
"quantityRange": "0-1"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:candle",
|
||||
"percentage": 2.5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:kasib_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,116 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Houndstone",
|
||||
"nationalPokedexNumber": 972,
|
||||
"primaryType": "ghost",
|
||||
"abilities": ["sandrush", "h:fluffy"],
|
||||
"baseStats": {
|
||||
"hp": 72,
|
||||
"attack": 101,
|
||||
"defence": 100,
|
||||
"special_attack": 50,
|
||||
"special_defence": 97,
|
||||
"speed": 68
|
||||
},
|
||||
"catchRate": 60,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 171,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:tackle",
|
||||
"1:lastrespects",
|
||||
"3:lick",
|
||||
"6:bite",
|
||||
"6:tailwhip",
|
||||
"9:roar",
|
||||
"12:headbutt",
|
||||
"16:dig",
|
||||
"24:rest",
|
||||
"28:crunch",
|
||||
"36:playrough",
|
||||
"41:helpinghand",
|
||||
"46:phantomforce",
|
||||
"51:charm",
|
||||
"58:doubleedge",
|
||||
"tm:bodypress",
|
||||
"tm:bulldoze",
|
||||
"tm:charm",
|
||||
"tm:confuseray",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firefang",
|
||||
"tm:gigaimpact",
|
||||
"tm:helpinghand",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:icefang",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:playrough",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychicfangs",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderfang",
|
||||
"tm:trick",
|
||||
"tm:uproar",
|
||||
"tm:willowisp"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 20,
|
||||
"weight": 150,
|
||||
"preEvolution": "greavard",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.houndstone.desc"],
|
||||
"drops": {
|
||||
"amount": 6,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:bone",
|
||||
"quantityRange": "1-3"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:rotten_flesh",
|
||||
"quantityRange": "0-2"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:kasib_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,110 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Hydrapple",
|
||||
"nationalPokedexNumber": 1019,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": [
|
||||
"supersweetsyrup",
|
||||
"regenerator",
|
||||
"h:stickyhold"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 106,
|
||||
"attack": 80,
|
||||
"defence": 110,
|
||||
"special_attack": 120,
|
||||
"special_defence": 80,
|
||||
"speed": 44
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "erratic",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"grass",
|
||||
"dragon"
|
||||
],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:doublehit",
|
||||
"1:infestation",
|
||||
"1:recycle",
|
||||
"1:sweetscent",
|
||||
"1:withdraw",
|
||||
"1:yawn",
|
||||
"4:dragontail",
|
||||
"8:growth",
|
||||
"12:dragonbreath",
|
||||
"16:protect",
|
||||
"20:bulletseed",
|
||||
"28:syrupbomb",
|
||||
"32:dragonpulse",
|
||||
"36:recover",
|
||||
"40:energyball",
|
||||
"44:substitute",
|
||||
"54:powerwhip",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:bugbite",
|
||||
"tm:bulletseed",
|
||||
"tm:curse",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:gyroball",
|
||||
"tm:heavyslam",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:nastyplot",
|
||||
"tm:outrage",
|
||||
"tm:pollenpuff",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 18,
|
||||
"weight": 930,
|
||||
"preEvolution": "dipplin",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Iron Bundle",
|
||||
"nationalPokedexNumber": 991,
|
||||
"primaryType": "ice",
|
||||
"secondaryType": "water",
|
||||
"abilities": ["quarkdrive"],
|
||||
"baseStats": {
|
||||
"hp": 56,
|
||||
"attack": 80,
|
||||
"defence": 114,
|
||||
"special_attack": 124,
|
||||
"special_defence": 60,
|
||||
"speed": 136
|
||||
},
|
||||
"catchRate": 50,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 3
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:electricterrain",
|
||||
"1:present",
|
||||
"7:powdersnow",
|
||||
"14:whirlpool",
|
||||
"21:takedown",
|
||||
"28:drillpeck",
|
||||
"35:helpinghand",
|
||||
"42:freezedry",
|
||||
"49:flipturn",
|
||||
"56:icebeam",
|
||||
"63:agility",
|
||||
"70:snowscape",
|
||||
"77:hydropump",
|
||||
"84:auroraveil",
|
||||
"91:blizzard",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:aircutter",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:chillingwater",
|
||||
"tm:electricterrain",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fling",
|
||||
"tm:flipturn",
|
||||
"tm:gigaimpact",
|
||||
"tm:helpinghand",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:icebeam",
|
||||
"tm:icepunch",
|
||||
"tm:icespinner",
|
||||
"tm:icywind",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:uturn",
|
||||
"tm:waterpulse",
|
||||
"tm:whirlpool"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 6,
|
||||
"weight": 110,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.ironbundle.desc"]
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Iron Moth",
|
||||
"nationalPokedexNumber": 994,
|
||||
"primaryType": "fire",
|
||||
"secondaryType": "poison",
|
||||
"abilities": ["quarkdrive"],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 70,
|
||||
"defence": 60,
|
||||
"special_attack": 140,
|
||||
"special_defence": 110,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:acidspray",
|
||||
"1:electricterrain",
|
||||
"1:ember",
|
||||
"1:gust",
|
||||
"1:whirlwind",
|
||||
"7:strugglebug",
|
||||
"14:firespin",
|
||||
"21:takedown",
|
||||
"28:lunge",
|
||||
"35:screech",
|
||||
"42:discharge",
|
||||
"49:sludgewave",
|
||||
"56:fierydance",
|
||||
"63:metalsound",
|
||||
"70:morningsun",
|
||||
"77:hurricane",
|
||||
"84:bugbuzz",
|
||||
"91:overheat",
|
||||
"tm:acidspray",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:airslash",
|
||||
"tm:bugbuzz",
|
||||
"tm:chargebeam",
|
||||
"tm:confuseray",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:electricterrain",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firespin",
|
||||
"tm:flamecharge",
|
||||
"tm:flamethrower",
|
||||
"tm:flareblitz",
|
||||
"tm:flashcannon",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatwave",
|
||||
"tm:helpinghand",
|
||||
"tm:hurricane",
|
||||
"tm:hyperbeam",
|
||||
"tm:lightscreen",
|
||||
"tm:lunge",
|
||||
"tm:metalsound",
|
||||
"tm:meteorbeam",
|
||||
"tm:overheat",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgewave",
|
||||
"tm:solarbeam",
|
||||
"tm:strugglebug",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:toxicspikes",
|
||||
"tm:uturn",
|
||||
"tm:venoshock"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 360,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.ironmoth.desc"]
|
||||
}
|
@ -0,0 +1,130 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Iron Thorns",
|
||||
"nationalPokedexNumber": 995,
|
||||
"primaryType": "rock",
|
||||
"secondaryType": "electric",
|
||||
"abilities": ["quarkdrive"],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 134,
|
||||
"defence": 110,
|
||||
"special_attack": 70,
|
||||
"special_defence": 84,
|
||||
"speed": 72
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:electricterrain",
|
||||
"1:firefang",
|
||||
"1:icefang",
|
||||
"1:irondefense",
|
||||
"1:rockthrow",
|
||||
"1:thunderfang",
|
||||
"7:screech",
|
||||
"21:rocktomb",
|
||||
"28:bite",
|
||||
"35:charge",
|
||||
"42:rockslide",
|
||||
"49:sandstorm",
|
||||
"56:wildcharge",
|
||||
"63:pinmissile",
|
||||
"70:earthquake",
|
||||
"77:stealthrock",
|
||||
"84:stoneedge",
|
||||
"91:gigaimpact",
|
||||
"tm:blizzard",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:bulldoze",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:crunch",
|
||||
"tm:curse",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragontail",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firepunch",
|
||||
"tm:flamethrower",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:gigaimpact",
|
||||
"tm:heavyslam",
|
||||
"tm:highhorsepower",
|
||||
"tm:hyperbeam",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:icepunch",
|
||||
"tm:irondefense",
|
||||
"tm:ironhead",
|
||||
"tm:lowkick",
|
||||
"tm:metalclaw",
|
||||
"tm:meteorbeam",
|
||||
"tm:powergem",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:rockblast",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:sandstorm",
|
||||
"tm:sandtomb",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:smackdown",
|
||||
"tm:snarl",
|
||||
"tm:spikes",
|
||||
"tm:stealthrock",
|
||||
"tm:stompingtantrum",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:supercellslam",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:voltswitch",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 16,
|
||||
"weight": 3030,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.ironthorns.desc"]
|
||||
}
|
@ -0,0 +1,125 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Iron Valiant",
|
||||
"nationalPokedexNumber": 1006,
|
||||
"primaryType": "fairy",
|
||||
"secondaryType": "fighting",
|
||||
"abilities": ["quarkdrive"],
|
||||
"baseStats": {
|
||||
"hp": 74,
|
||||
"attack": 130,
|
||||
"defence": 90,
|
||||
"special_attack": 120,
|
||||
"special_defence": 60,
|
||||
"speed": 116
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 295,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:disable",
|
||||
"1:doubleteam",
|
||||
"1:electricterrain",
|
||||
"1:furycutter",
|
||||
"1:shadowsneak",
|
||||
"7:hypnosis",
|
||||
"14:feint",
|
||||
"21:futuresight",
|
||||
"28:dazzlinggleam",
|
||||
"35:psychocut",
|
||||
"42:nightslash",
|
||||
"49:leafblade",
|
||||
"56:moonblast",
|
||||
"63:closecombat",
|
||||
"70:knockoff",
|
||||
"77:destinybond",
|
||||
"84:quickguard",
|
||||
"84:wideguard",
|
||||
"91:spiritbreak",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:aurasphere",
|
||||
"tm:brickbreak",
|
||||
"tm:calmmind",
|
||||
"tm:chargebeam",
|
||||
"tm:closecombat",
|
||||
"tm:coaching",
|
||||
"tm:confuseray",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:drainpunch",
|
||||
"tm:electricterrain",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:expandingforce",
|
||||
"tm:falseswipe",
|
||||
"tm:firepunch",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:futuresight",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:helpinghand",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icepunch",
|
||||
"tm:icywind",
|
||||
"tm:imprison",
|
||||
"tm:knockoff",
|
||||
"tm:lightscreen",
|
||||
"tm:liquidation",
|
||||
"tm:lowkick",
|
||||
"tm:magicalleaf",
|
||||
"tm:metronome",
|
||||
"tm:mistyterrain",
|
||||
"tm:poisonjab",
|
||||
"tm:protect",
|
||||
"tm:psybeam",
|
||||
"tm:psychic",
|
||||
"tm:psychicterrain",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:skillswap",
|
||||
"tm:sleeptalk",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:swordsdance",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:trick",
|
||||
"tm:trickroom",
|
||||
"tm:vacuumwave",
|
||||
"tm:xscissor",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 14,
|
||||
"weight": 350,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.ironvaliant.desc"]
|
||||
}
|
@ -0,0 +1,125 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Kilowattrel",
|
||||
"nationalPokedexNumber": 941,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "flying",
|
||||
"abilities": [
|
||||
"windpower",
|
||||
"voltabsorb",
|
||||
"h:competitive"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 70,
|
||||
"defence": 60,
|
||||
"special_attack": 105,
|
||||
"special_defence": 60,
|
||||
"speed": 125
|
||||
},
|
||||
"catchRate": 90,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 172,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 2
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"water_1",
|
||||
"flying"
|
||||
],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:peck",
|
||||
"1:electroball",
|
||||
"4:thundershock",
|
||||
"7:quickattack",
|
||||
"11:pluck",
|
||||
"15:spark",
|
||||
"19:uproar",
|
||||
"24:roost",
|
||||
"30:dualwingbeat",
|
||||
"36:agility",
|
||||
"43:voltswitch",
|
||||
"48:discharge",
|
||||
"55:hurricane",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:aircutter",
|
||||
"tm:airslash",
|
||||
"tm:bravebird",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:dualwingbeat",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:featherdance",
|
||||
"tm:fly",
|
||||
"tm:gigaimpact",
|
||||
"tm:hurricane",
|
||||
"tm:hyperbeam",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:supercellslam",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:uproar",
|
||||
"tm:uturn",
|
||||
"tm:voltswitch",
|
||||
"tm:weatherball",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 14,
|
||||
"weight": 386,
|
||||
"preEvolution": "wattrel",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.kilowattrel.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:feather",
|
||||
"quantityRange": "0-2"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chicken"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:sharp_beak",
|
||||
"percentage": 2.5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:razz_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,129 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Kingambit",
|
||||
"nationalPokedexNumber": 983,
|
||||
"primaryType": "dark",
|
||||
"secondaryType": "steel",
|
||||
"abilities": [
|
||||
"defiant",
|
||||
"supremeoverlord",
|
||||
"h:pressure"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 135,
|
||||
"defence": 120,
|
||||
"special_attack": 60,
|
||||
"special_defence": 85,
|
||||
"speed": 50
|
||||
},
|
||||
"catchRate": 25,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 275,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"human_like"
|
||||
],
|
||||
"moves": [
|
||||
"1:furycutter",
|
||||
"1:leer",
|
||||
"1:metalburst",
|
||||
"1:metalclaw",
|
||||
"1:scratch",
|
||||
"1:kowtowcleave",
|
||||
"15:torment",
|
||||
"20:scaryface",
|
||||
"25:assurance",
|
||||
"30:metalsound",
|
||||
"35:slash",
|
||||
"40:nightslash",
|
||||
"45:irondefense",
|
||||
"50:retaliate",
|
||||
"57:ironhead",
|
||||
"64:swordsdance",
|
||||
"71:guillotine",
|
||||
"tm:aerialace",
|
||||
"tm:airslash",
|
||||
"tm:brickbreak",
|
||||
"tm:darkpulse",
|
||||
"tm:dig",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:foulplay",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:hyperbeam",
|
||||
"tm:irondefense",
|
||||
"tm:ironhead",
|
||||
"tm:lashout",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:metalclaw",
|
||||
"tm:metalsound",
|
||||
"tm:poisonjab",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:rocktomb",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:spite",
|
||||
"tm:stealthrock",
|
||||
"tm:steelbeam",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:throatchop",
|
||||
"tm:thunderwave",
|
||||
"tm:xscissor",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 20,
|
||||
"weight": 1200,
|
||||
"preEvolution": "bisharp",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.kingambit.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rocky_helmet",
|
||||
"percentage": 5.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:cheri_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,114 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "lokix",
|
||||
"nationalPokedexNumber": 920,
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "dark",
|
||||
|
||||
"abilities": ["swarm", "h:tintedlens"],
|
||||
"baseStats": {
|
||||
"hp": 71,
|
||||
"attack": 102,
|
||||
"defence": 78,
|
||||
"special_attack": 52,
|
||||
"special_defence": 55,
|
||||
"speed": 92
|
||||
},
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": false
|
||||
},
|
||||
"moving": {
|
||||
"canLook": false,
|
||||
"walk": {
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.1,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": false
|
||||
},
|
||||
"wanderChance": 1
|
||||
}
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
|
||||
"baseExperienceYield": 158,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["bug"],
|
||||
|
||||
"moves": [
|
||||
"1:detect",
|
||||
"1:leer",
|
||||
"1:tackle",
|
||||
"4:strugglebug",
|
||||
"6:astonish",
|
||||
"9:assurance",
|
||||
"11:doublekick",
|
||||
"14:screech",
|
||||
"18:endure",
|
||||
"22:bugbite",
|
||||
"28:feint",
|
||||
"32:agility",
|
||||
"36:throatchop",
|
||||
"40:suckerpunch",
|
||||
"44:firstimpression",
|
||||
"48:bounce",
|
||||
"53:axekick",
|
||||
"1:lunge",
|
||||
"egg:skittersmack",
|
||||
"egg:counter",
|
||||
"tm:takedown",
|
||||
"tm:agility",
|
||||
"tm:scaryface",
|
||||
"tm:protect",
|
||||
"tm:lowkick",
|
||||
"tm:strugglebug",
|
||||
"tm:thief",
|
||||
"tm:trailblaze",
|
||||
"tm:pounce",
|
||||
"tm:facade",
|
||||
"tm:aerialace",
|
||||
"tm:lowsweep",
|
||||
"tm:fling",
|
||||
"tm:endure",
|
||||
"tm:sunnyday",
|
||||
"tm:raindance",
|
||||
"tm:brickbreak",
|
||||
"tm:uturn",
|
||||
"tm:sleeptalk",
|
||||
"tm:rest",
|
||||
"tm:taunt",
|
||||
"tm:swordsdance",
|
||||
"tm:darkpulse",
|
||||
"tm:xscissor",
|
||||
"tm:reversal",
|
||||
"tm:gigaimpact",
|
||||
"tm:bugbuzz",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["custom"],
|
||||
"pokedex": ["cobblemon.species.lokix.desc1", "cobblemon.species.lokix.desc2"],
|
||||
|
||||
"baseScale": 0.65,
|
||||
"hitbox": {
|
||||
"width": 0.7,
|
||||
"height": 2.7,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 6,
|
||||
"weight": 1.8
|
||||
}
|
@ -0,0 +1,119 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "nymble",
|
||||
"nationalPokedexNumber": 919,
|
||||
"primaryType": "bug",
|
||||
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "nymble_lokix_level",
|
||||
"variant": "level_up",
|
||||
"result": "lokix",
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 24
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"abilities": ["swarm", "h:tintedlens"],
|
||||
"baseStats": {
|
||||
"hp": 33,
|
||||
"attack": 46,
|
||||
"defence": 40,
|
||||
"special_attack": 21,
|
||||
"special_defence": 25,
|
||||
"speed": 45
|
||||
},
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"depth": "normal",
|
||||
"times": "night",
|
||||
"light": "0-7"
|
||||
},
|
||||
"moving": {
|
||||
"canLook": true,
|
||||
"walk": {
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.1,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": false
|
||||
},
|
||||
"wanderChance": 1
|
||||
}
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
|
||||
"baseExperienceYield": 42,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["bug"],
|
||||
|
||||
"moves": [
|
||||
"1:tackle",
|
||||
"1:leer",
|
||||
"4:strugglebug",
|
||||
"6:antonish",
|
||||
"9:assurance",
|
||||
"11:doublekick",
|
||||
"14:screech",
|
||||
"18:endure",
|
||||
"22:bugbite",
|
||||
"26:feint",
|
||||
"30:agility",
|
||||
"38:suckerpunch",
|
||||
"41:firstimpression",
|
||||
"egg:counter",
|
||||
"egg:skittersmack",
|
||||
"tm:takedown",
|
||||
"tm:agility",
|
||||
"tm:protect",
|
||||
"tm:strugglebug",
|
||||
"tm:thief",
|
||||
"tm:trailblaze",
|
||||
"tm:pounce",
|
||||
"tm:facade",
|
||||
"tm:endure",
|
||||
"tm:sunnyday",
|
||||
"tm:raindance",
|
||||
"tm:uturn",
|
||||
"tm:sleeptalk",
|
||||
"tm:rest",
|
||||
"tm:leechlife",
|
||||
"tm:substitute",
|
||||
"tm:xscissor",
|
||||
"tm:bugbuzz",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["custom"],
|
||||
"pokedex": [
|
||||
"cobblemon.species.nymble.desc1",
|
||||
"cobblemon.species.nymble.desc2"
|
||||
],
|
||||
|
||||
"baseScale": 0.6,
|
||||
"hitbox": {
|
||||
"width": 0.4,
|
||||
"height": 0.5,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 20,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 6,
|
||||
"weight": 1.8
|
||||
}
|
@ -0,0 +1,451 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Ogerpon",
|
||||
"nationalPokedexNumber": 1017,
|
||||
"primaryType": "grass",
|
||||
"abilities": [
|
||||
"defiant"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 4,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:miracle_seed",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 120,
|
||||
"defence": 84,
|
||||
"special_attack": 60,
|
||||
"special_defence": 96,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 5,
|
||||
"maleRatio": 0,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"features": [
|
||||
"teal",
|
||||
"cornerstone",
|
||||
"hearthflame",
|
||||
"wellspring"
|
||||
],
|
||||
"moves": [
|
||||
"1:counter",
|
||||
"1:doublekick",
|
||||
"1:followme",
|
||||
"1:hornleech",
|
||||
"1:leechseed",
|
||||
"1:quickattack",
|
||||
"1:retaliate",
|
||||
"1:vinewhip",
|
||||
"6:focusenergy",
|
||||
"12:growth",
|
||||
"18:slam",
|
||||
"24:lowsweep",
|
||||
"30:ivycudgel",
|
||||
"36:throatchop",
|
||||
"42:synthesis",
|
||||
"48:spikyshield",
|
||||
"54:powerwhip",
|
||||
"60:superpower",
|
||||
"66:woodhammer",
|
||||
"tm:brickbreak",
|
||||
"tm:bulletseed",
|
||||
"tm:charm",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:fling",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:helpinghand",
|
||||
"tm:knockoff",
|
||||
"tm:lashout",
|
||||
"tm:leafstorm",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:magicalleaf",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:rocktomb",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:solarblade",
|
||||
"tm:spikes",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:trailblaze",
|
||||
"tm:uturn",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 398,
|
||||
"baseScale": 0.6,
|
||||
"hitbox": {
|
||||
"width": 1.0,
|
||||
"height": 1.0,
|
||||
"fixed": false
|
||||
},
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "ogerpon_ogerponteal",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon teal=true",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:cyan_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ogerpon_ogerponwellspring",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon wellspring=true",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ogerpon_ogerponhearthflame",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon hearthflame=true",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:red_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ogerpon_ogerponcornerstone",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon cornerstone=true",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:gray_dye"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.ogerpon.desc"
|
||||
],
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
},
|
||||
"moving": {
|
||||
"canLook": false,
|
||||
"walk": {
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.1,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"forms": [
|
||||
{
|
||||
"name": "Wellspring",
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "water",
|
||||
"abilities": [
|
||||
"waterabsorb"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 120,
|
||||
"defence": 84,
|
||||
"special_attack": 60,
|
||||
"special_defence": 96,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 5,
|
||||
"maleRatio": 0,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"wellspring"
|
||||
],
|
||||
"height": 12,
|
||||
"weight": 398,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "ogerponwellspring_ogerpon",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon wellspring=false",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:blue_dye"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
},
|
||||
{
|
||||
"name": "Hearthflame",
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "fire",
|
||||
"abilities": [
|
||||
"moldbreaker"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 120,
|
||||
"defence": 84,
|
||||
"special_attack": 60,
|
||||
"special_defence": 96,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 5,
|
||||
"maleRatio": 0,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"hearthflame"
|
||||
],
|
||||
"height": 12,
|
||||
"weight": 398,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "ogerponhearthflame_ogerpon",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon hearthflame=false",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:red_dye"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
},
|
||||
{
|
||||
"name": "Cornerstone",
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "rock",
|
||||
"abilities": [
|
||||
"sturdy"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 120,
|
||||
"defence": 84,
|
||||
"special_attack": 60,
|
||||
"special_defence": 96,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 5,
|
||||
"maleRatio": 0,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"cornerstone"
|
||||
],
|
||||
"height": 12,
|
||||
"weight": 398,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "ogerponcornerstone_ogerpon",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon cornerstone=false",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:gray_dye"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
},
|
||||
{
|
||||
"name": "Teal",
|
||||
"primaryType": "grass",
|
||||
"abilities": [
|
||||
"defiant"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 120,
|
||||
"defence": 84,
|
||||
"special_attack": 60,
|
||||
"special_defence": 96,
|
||||
"speed": 110
|
||||
},
|
||||
"catchRate": 5,
|
||||
"maleRatio": 0,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"teal"
|
||||
],
|
||||
"height": 12,
|
||||
"weight": 398,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "ogerponteal_ogerpon",
|
||||
"variant": "level_up",
|
||||
"result": "ogerpon teal=false",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "minecraft:cyan_dye"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,115 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Orthworm",
|
||||
"nationalPokedexNumber": 968,
|
||||
"primaryType": "steel",
|
||||
"abilities": [
|
||||
"eartheater",
|
||||
"h:sandveil"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 85,
|
||||
"defence": 145,
|
||||
"special_attack": 60,
|
||||
"special_defence": 55,
|
||||
"speed": 65
|
||||
},
|
||||
"catchRate": 25,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 240,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 2,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 35,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"moves": [
|
||||
"1:harden",
|
||||
"1:tackle",
|
||||
"1:wrap",
|
||||
"7:mudslap",
|
||||
"12:smackdown",
|
||||
"16:bulldoze",
|
||||
"21:ironhead",
|
||||
"26:takedown",
|
||||
"30:dig",
|
||||
"34:sandstorm",
|
||||
"38:irondefense",
|
||||
"43:irontail",
|
||||
"47:earthquake",
|
||||
"52:shedtail",
|
||||
"egg:coil",
|
||||
"egg:curse",
|
||||
"egg:metalburst",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:bulldoze",
|
||||
"tm:curse",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:gigaimpact",
|
||||
"tm:heavyslam",
|
||||
"tm:helpinghand",
|
||||
"tm:highhorsepower",
|
||||
"tm:hyperbeam",
|
||||
"tm:irondefense",
|
||||
"tm:ironhead",
|
||||
"tm:metalsound",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:rockblast",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:sandstorm",
|
||||
"tm:sandtomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:smackdown",
|
||||
"tm:spikes",
|
||||
"tm:stealthrock",
|
||||
"tm:steelbeam",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:takedown",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 25,
|
||||
"weight": 3100,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.orthworm.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 3,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:iron_nugget",
|
||||
"quantityRange": "0-2"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:shuca_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,184 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Palafin",
|
||||
"nationalPokedexNumber": 964,
|
||||
"primaryType": "water",
|
||||
"abilities": [
|
||||
"zerotohero"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 70,
|
||||
"defence": 72,
|
||||
"special_attack": 53,
|
||||
"special_defence": 62,
|
||||
"speed": 100
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 160,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 2,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": [
|
||||
"field",
|
||||
"water_2"
|
||||
],
|
||||
"moves": [
|
||||
"1:jetpunch",
|
||||
"1:supersonic",
|
||||
"1:watergun",
|
||||
"1:flipturn",
|
||||
"7:astonish",
|
||||
"10:focusenergy",
|
||||
"13:aquajet",
|
||||
"17:doublehit",
|
||||
"21:dive",
|
||||
"25:charm",
|
||||
"29:acrobatics",
|
||||
"34:encore",
|
||||
"39:aquatail",
|
||||
"44:mist",
|
||||
"50:hydropump",
|
||||
"55:focuspunch",
|
||||
"61:wavecrash",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:aurasphere",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:bulkup",
|
||||
"tm:charm",
|
||||
"tm:chillingwater",
|
||||
"tm:closecombat",
|
||||
"tm:disarmingvoice",
|
||||
"tm:drainingkiss",
|
||||
"tm:drainpunch",
|
||||
"tm:encore",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fling",
|
||||
"tm:flipturn",
|
||||
"tm:focusblast",
|
||||
"tm:focuspunch",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:hardpress",
|
||||
"tm:haze",
|
||||
"tm:helpinghand",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icepunch",
|
||||
"tm:icywind",
|
||||
"tm:ironhead",
|
||||
"tm:liquidation",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:waterfall",
|
||||
"tm:waterpulse",
|
||||
"tm:whirlpool",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1.25,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 13,
|
||||
"weight": 602,
|
||||
"preEvolution": "finizen",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Hero",
|
||||
"primaryType": "water",
|
||||
"abilities": [
|
||||
"zerotohero"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 160,
|
||||
"defence": 97,
|
||||
"special_attack": 106,
|
||||
"special_defence": 87,
|
||||
"speed": 100
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 160,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 2,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": [
|
||||
"field",
|
||||
"water_2"
|
||||
],
|
||||
"baseScale": 0.85,
|
||||
"hitbox": {
|
||||
"width": 1.2,
|
||||
"height": 2.5,
|
||||
"fixed": false
|
||||
},
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"hero"
|
||||
],
|
||||
"height": 18,
|
||||
"weight": 974,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": true
|
||||
}
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.palafin.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:cod",
|
||||
"quantityRange": "0-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,116 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Pawmi",
|
||||
"nationalPokedexNumber": 921,
|
||||
"primaryType": "electric",
|
||||
"abilities": ["static", "naturalcure", "h:ironfist"],
|
||||
"baseStats": {
|
||||
"hp": 45,
|
||||
"attack": 50,
|
||||
"defence": 20,
|
||||
"special_attack": 40,
|
||||
"special_defence": 25,
|
||||
"speed": 60
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 48,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:scratch",
|
||||
"3:thundershock",
|
||||
"6:quickattack",
|
||||
"8:charge",
|
||||
"12:nuzzle",
|
||||
"15:dig",
|
||||
"19:bite",
|
||||
"23:spark",
|
||||
"27:thunderwave",
|
||||
"31:entrainment",
|
||||
"35:slam",
|
||||
"38:discharge",
|
||||
"40:agility",
|
||||
"44:wildcharge",
|
||||
"egg:fakeout",
|
||||
"egg:machpunch",
|
||||
"egg:sweetkiss",
|
||||
"egg:wish",
|
||||
"tm:agility",
|
||||
"tm:batonpass",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:charm",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fling",
|
||||
"tm:helpinghand",
|
||||
"tm:metalclaw",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:superfang",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderwave",
|
||||
"tm:voltswitch",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 3,
|
||||
"weight": 25,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "pawmi_pawmo",
|
||||
"variant": "level_up",
|
||||
"result": "pawmo",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["armthrust"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 18
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.pawmi.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:cheri_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,122 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Pawmo",
|
||||
"nationalPokedexNumber": 922,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "fighting",
|
||||
"abilities": ["voltabsorb", "naturalcure", "h:ironfist"],
|
||||
"baseStats": {
|
||||
"hp": 60,
|
||||
"attack": 75,
|
||||
"defence": 40,
|
||||
"special_attack": 50,
|
||||
"special_defence": 40,
|
||||
"speed": 85
|
||||
},
|
||||
"catchRate": 80,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 123,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 2
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:scratch",
|
||||
"1:armthrust",
|
||||
"3:thundershock",
|
||||
"6:quickattack",
|
||||
"8:charge",
|
||||
"12:nuzzle",
|
||||
"15:dig",
|
||||
"19:bite",
|
||||
"23:spark",
|
||||
"27:thunderwave",
|
||||
"32:slam",
|
||||
"38:entrainment",
|
||||
"42:discharge",
|
||||
"46:agility",
|
||||
"52:wildcharge",
|
||||
"tm:agility",
|
||||
"tm:batonpass",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:charm",
|
||||
"tm:coaching",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fling",
|
||||
"tm:focuspunch",
|
||||
"tm:helpinghand",
|
||||
"tm:knockoff",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:metalclaw",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:superfang",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:upperhand",
|
||||
"tm:voltswitch",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 4,
|
||||
"weight": 65,
|
||||
"preEvolution": "pawmi",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "pawmo_pawmot",
|
||||
"variant": "level_up",
|
||||
"result": "pawmot",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["revivalblessing"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "blocks_traveled",
|
||||
"amount": 1000
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.pawmo.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:cheri_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,138 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Pawmot",
|
||||
"nationalPokedexNumber": 923,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "fighting",
|
||||
"abilities": [
|
||||
"voltabsorb",
|
||||
"naturalcure",
|
||||
"h:ironfist"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 115,
|
||||
"defence": 70,
|
||||
"special_attack": 70,
|
||||
"special_defence": 60,
|
||||
"speed": 105
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 245,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:scratch",
|
||||
"1:wildcharge",
|
||||
"1:armthrust",
|
||||
"1:revivalblessing",
|
||||
"3:thundershock",
|
||||
"6:quickattack",
|
||||
"8:charge",
|
||||
"12:nuzzle",
|
||||
"15:dig",
|
||||
"19:bite",
|
||||
"23:spark",
|
||||
"25:armthrust",
|
||||
"29:thunderwave",
|
||||
"33:slam",
|
||||
"39:entrainment",
|
||||
"44:closecombat",
|
||||
"49:discharge",
|
||||
"54:agility",
|
||||
"60:doubleshock",
|
||||
"tm:agility",
|
||||
"tm:batonpass",
|
||||
"tm:bodypress",
|
||||
"tm:brickbreak",
|
||||
"tm:bulkup",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:charm",
|
||||
"tm:closecombat",
|
||||
"tm:coaching",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firepunch",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:focuspunch",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:icepunch",
|
||||
"tm:knockoff",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:metalclaw",
|
||||
"tm:metronome",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:rocktomb",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:supercellslam",
|
||||
"tm:superfang",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:throatchop",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:upperhand",
|
||||
"tm:voltswitch",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 9,
|
||||
"weight": 410,
|
||||
"preEvolution": "pawmo",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.pawmot.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:cheri_berry",
|
||||
"percentage": 10.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,81 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Pecharunt",
|
||||
"nationalPokedexNumber": 1025,
|
||||
"primaryType": "poison",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": ["poisonpuppeteer"],
|
||||
"baseStats": {
|
||||
"hp": 88,
|
||||
"attack": 88,
|
||||
"defence": 160,
|
||||
"special_attack": 88,
|
||||
"special_defence": 88,
|
||||
"speed": 88
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 3,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:defensecurl",
|
||||
"1:meanlook",
|
||||
"1:memento",
|
||||
"1:poisongas",
|
||||
"1:rollout",
|
||||
"1:smog",
|
||||
"8:withdraw",
|
||||
"16:destinybond",
|
||||
"24:faketears",
|
||||
"32:partingshot",
|
||||
"40:shadowball",
|
||||
"48:malignantchain",
|
||||
"56:toxic",
|
||||
"64:nastyplot",
|
||||
"72:recover",
|
||||
"tm:acidspray",
|
||||
"tm:curse",
|
||||
"tm:endure",
|
||||
"tm:faketears",
|
||||
"tm:foulplay",
|
||||
"tm:gunkshot",
|
||||
"tm:hex",
|
||||
"tm:imprison",
|
||||
"tm:nastyplot",
|
||||
"tm:nightshade",
|
||||
"tm:phantomforce",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgebomb",
|
||||
"tm:sludgewave",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:venoshock"
|
||||
],
|
||||
"labels": ["gen9", "mythical", "legendary"],
|
||||
"pokedex": [
|
||||
"It feeds others toxic mochi that draw out desires and capabilities. Those who eat the mochi fall under Pecharunt’s control, chained to its will."
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 3,
|
||||
"weight": 3,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,197 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Poltchageist",
|
||||
"nationalPokedexNumber": 1012,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": ["hospitality", "h:heatproof"],
|
||||
"baseStats": {
|
||||
"hp": 40,
|
||||
"attack": 45,
|
||||
"defence": 45,
|
||||
"special_attack": 74,
|
||||
"special_defence": 54,
|
||||
"speed": 50
|
||||
},
|
||||
"catchRate": 120,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 1,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["mineral", "amorphous"],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:stunspore",
|
||||
"1:withdraw",
|
||||
"6:absorb",
|
||||
"12:lifedew",
|
||||
"18:foulplay",
|
||||
"24:megadrain",
|
||||
"30:hex",
|
||||
"36:ragepowder",
|
||||
"42:gigadrain",
|
||||
"48:shadowball",
|
||||
"54:memento",
|
||||
"60:leafstorm",
|
||||
"tm:calmmind",
|
||||
"tm:curse",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:foulplay",
|
||||
"tm:gigadrain",
|
||||
"tm:grassyterrain",
|
||||
"tm:hex",
|
||||
"tm:imprison",
|
||||
"tm:irondefense",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:nastyplot",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scald",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:terablast",
|
||||
"tm:trickroom",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 1,
|
||||
"weight": 11,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "poltchageist_sinistcha",
|
||||
"variant": "item_interact",
|
||||
"result": "sinistcha",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["matchagotcha"],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:unremarkable_teacup"
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Artisan",
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": ["hospitality", "h:heatproof"],
|
||||
"baseStats": {
|
||||
"hp": 40,
|
||||
"attack": 45,
|
||||
"defence": 45,
|
||||
"special_attack": 74,
|
||||
"special_defence": 54,
|
||||
"speed": 50
|
||||
},
|
||||
"catchRate": 120,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 1,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:stunspore",
|
||||
"1:withdraw",
|
||||
"6:absorb",
|
||||
"12:lifedew",
|
||||
"18:foulplay",
|
||||
"24:megadrain",
|
||||
"30:hex",
|
||||
"36:ragepowder",
|
||||
"42:gigadrain",
|
||||
"48:shadowball",
|
||||
"54:memento",
|
||||
"60:leafstorm",
|
||||
"tm:calmmind",
|
||||
"tm:curse",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:foulplay",
|
||||
"tm:gigadrain",
|
||||
"tm:grassyterrain",
|
||||
"tm:hex",
|
||||
"tm:imprison",
|
||||
"tm:irondefense",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:nastyplot",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scald",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:terablast",
|
||||
"tm:trickroom",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"pokedex": [
|
||||
"Supposedly, the regrets of a tea ceremony master who died before perfecting his craft lingered in some matcha and became a Pokémon."
|
||||
],
|
||||
"aspects": ["artisan"],
|
||||
"height": 1,
|
||||
"weight": 11,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "poltchageist_sinistcha",
|
||||
"variant": "item_interact",
|
||||
"result": "sinistcha masterpiece",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["matchagotcha"],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:masterpiece_teacup"
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rawst_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Raging Bolt",
|
||||
"nationalPokedexNumber": 1021,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": ["protosynthesis"],
|
||||
"baseStats": {
|
||||
"hp": 125,
|
||||
"attack": 73,
|
||||
"defence": 91,
|
||||
"special_attack": 137,
|
||||
"special_defence": 89,
|
||||
"speed": 75
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:ancientpower",
|
||||
"1:shockwave",
|
||||
"1:stomp",
|
||||
"1:sunnyday",
|
||||
"1:twister",
|
||||
"7:charge",
|
||||
"14:dragonbreath",
|
||||
"21:electricterrain",
|
||||
"28:discharge",
|
||||
"35:dragontail",
|
||||
"42:calmmind",
|
||||
"49:thunderclap",
|
||||
"56:dragonhammer",
|
||||
"63:risingvoltage",
|
||||
"70:dragonpulse",
|
||||
"77:zapcannon",
|
||||
"84:bodypress",
|
||||
"91:thunder",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:calmmind",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:crunch",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthquake",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:gigaimpact",
|
||||
"tm:heavyslam",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:solarbeam",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:supercellslam",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderwave",
|
||||
"tm:voltswitch",
|
||||
"tm:weatherball",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"pokedex": [
|
||||
"It's said to incinerate everything around it with lightning launched from its fur. Very little is known about this creature."
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 52,
|
||||
"weight": 4800,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,145 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Roaring Moon",
|
||||
"nationalPokedexNumber": 1005,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "dark",
|
||||
"abilities": ["protosynthesis"],
|
||||
"baseStats": {
|
||||
"hp": 105,
|
||||
"attack": 139,
|
||||
"defence": 71,
|
||||
"special_attack": 55,
|
||||
"special_defence": 101,
|
||||
"speed": 119
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 295,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"behaviour": {
|
||||
"moving": {
|
||||
"fly": {
|
||||
"canFly": true,
|
||||
"flySpeedHorizontal": 0.6
|
||||
},
|
||||
"walk": {
|
||||
"walkSpeed": 0.2
|
||||
}
|
||||
},
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": false,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
},
|
||||
"canLook": true,
|
||||
"looksAtEntities": true,
|
||||
"wanderChance": 120,
|
||||
"wanderSpeed": 0.2
|
||||
},
|
||||
"moves": [
|
||||
"1:bite",
|
||||
"1:breakingswipe",
|
||||
"1:dragonbreath",
|
||||
"1:focusenergy",
|
||||
"1:jawlock",
|
||||
"1:leer",
|
||||
"1:scaleshot",
|
||||
"1:sunnyday",
|
||||
"7:incinerate",
|
||||
"14:headbutt",
|
||||
"21:scaryface",
|
||||
"28:dragonclaw",
|
||||
"35:zenheadbutt",
|
||||
"42:flamethrower",
|
||||
"49:nightslash",
|
||||
"56:dragondance",
|
||||
"63:dragonrush",
|
||||
"70:fly",
|
||||
"77:throatchop",
|
||||
"84:roost",
|
||||
"91:doubleedge",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:airslash",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:crunch",
|
||||
"tm:darkpulse",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firespin",
|
||||
"tm:flamethrower",
|
||||
"tm:fly",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatwave",
|
||||
"tm:hurricane",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:ironhead",
|
||||
"tm:knockoff",
|
||||
"tm:lashout",
|
||||
"tm:metalclaw",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:stompingtantrum",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:thunderfang",
|
||||
"tm:uturn",
|
||||
"tm:xscissor",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 4,
|
||||
"fixed": false
|
||||
},
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 20,
|
||||
"weight": 3800,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.roaringmoon.desc"]
|
||||
}
|
@ -0,0 +1,113 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Scovillain",
|
||||
"nationalPokedexNumber": 952,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "fire",
|
||||
"abilities": [
|
||||
"chlorophyll",
|
||||
"insomnia",
|
||||
"h:moody"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 65,
|
||||
"attack": 108,
|
||||
"defence": 65,
|
||||
"special_attack": 108,
|
||||
"special_defence": 65,
|
||||
"speed": 75
|
||||
},
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": false,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
}
|
||||
},
|
||||
"catchRate": 75,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 170,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"grass"
|
||||
],
|
||||
"moves": [
|
||||
"1:firefang",
|
||||
"1:leafage",
|
||||
"1:leer",
|
||||
"4:bite",
|
||||
"10:growth",
|
||||
"13:razorleaf",
|
||||
"17:sunnyday",
|
||||
"21:bulletseed",
|
||||
"24:headbutt",
|
||||
"28:zenheadbutt",
|
||||
"33:worryseed",
|
||||
"38:crunch",
|
||||
"44:seedbomb",
|
||||
"48:overheat",
|
||||
"48:solarbeam",
|
||||
"tm:bulletseed",
|
||||
"tm:crunch",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:flamethrower",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyterrain",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:overheat",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:trailblaze",
|
||||
"tm:willowisp",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 0.9,
|
||||
"height": 1.4,
|
||||
"fixed": false
|
||||
},
|
||||
"aspects": [],
|
||||
"height": 9,
|
||||
"weight": 150,
|
||||
"preEvolution": "capsakid",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.scovillain.desc"
|
||||
]
|
||||
}
|
@ -0,0 +1,138 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Scream Tail",
|
||||
"nationalPokedexNumber": 985,
|
||||
"primaryType": "fairy",
|
||||
"secondaryType": "psychic",
|
||||
"abilities": [
|
||||
"protosynthesis"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 115,
|
||||
"attack": 65,
|
||||
"defence": 99,
|
||||
"special_attack": 65,
|
||||
"special_defence": 115,
|
||||
"speed": 111
|
||||
},
|
||||
"catchRate": 50,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 3,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:disable",
|
||||
"1:pound",
|
||||
"1:sing",
|
||||
"1:sunnyday",
|
||||
"7:howl",
|
||||
"14:nobleroar",
|
||||
"21:bite",
|
||||
"28:bodyslam",
|
||||
"35:rest",
|
||||
"42:playrough",
|
||||
"49:hypervoice",
|
||||
"56:psychicfangs",
|
||||
"63:crunch",
|
||||
"70:wish",
|
||||
"77:gyroball",
|
||||
"84:perishsong",
|
||||
"91:boomburst",
|
||||
"tm:amnesia",
|
||||
"tm:batonpass",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:bulkup",
|
||||
"tm:calmmind",
|
||||
"tm:crunch",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:drainpunch",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:expandingforce",
|
||||
"tm:facade",
|
||||
"tm:faketears",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firepunch",
|
||||
"tm:flamethrower",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:gyroball",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:icepunch",
|
||||
"tm:imprison",
|
||||
"tm:lightscreen",
|
||||
"tm:metronome",
|
||||
"tm:mistyexplosion",
|
||||
"tm:mistyterrain",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:psybeam",
|
||||
"tm:psychic",
|
||||
"tm:psychicfangs",
|
||||
"tm:psychicnoise",
|
||||
"tm:psychicterrain",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:rocktomb",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:stealthrock",
|
||||
"tm:stompingtantrum",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderfang",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:trick",
|
||||
"tm:trickroom",
|
||||
"tm:uproar",
|
||||
"tm:waterpulse",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9",
|
||||
"paradox"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 80,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.screamtail.desc"
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,195 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Sinistcha",
|
||||
"nationalPokedexNumber": 1013,
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": [
|
||||
"hospitality",
|
||||
"h:heatproof"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 71,
|
||||
"attack": 60,
|
||||
"defence": 106,
|
||||
"special_attack": 121,
|
||||
"special_defence": 80,
|
||||
"speed": 70
|
||||
},
|
||||
"catchRate": 60,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 2,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"mineral",
|
||||
"amorphous"
|
||||
],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:stunspore",
|
||||
"1:withdraw",
|
||||
"6:absorb",
|
||||
"12:lifedew",
|
||||
"18:foulplay",
|
||||
"24:megadrain",
|
||||
"30:hex",
|
||||
"36:ragepowder",
|
||||
"42:strengthsap",
|
||||
"48:shadowball",
|
||||
"54:memento",
|
||||
"60:leafstorm",
|
||||
"tm:calmmind",
|
||||
"tm:curse",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:foulplay",
|
||||
"tm:gigadrain",
|
||||
"tm:grassyterrain",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:imprison",
|
||||
"tm:irondefense",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:nastyplot",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scald",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:terablast",
|
||||
"tm:trickroom",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 2,
|
||||
"weight": 22,
|
||||
"preEvolution": "poltchageist",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Masterpiece",
|
||||
"primaryType": "grass",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": [
|
||||
"hospitality",
|
||||
"h:heatproof"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 71,
|
||||
"attack": 60,
|
||||
"defence": 106,
|
||||
"special_attack": 121,
|
||||
"special_defence": 80,
|
||||
"speed": 70
|
||||
},
|
||||
"catchRate": 60,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 0,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 2,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": [
|
||||
"undiscovered"
|
||||
],
|
||||
"moves": [
|
||||
"1:astonish",
|
||||
"1:stunspore",
|
||||
"1:withdraw",
|
||||
"6:absorb",
|
||||
"12:lifedew",
|
||||
"18:foulplay",
|
||||
"24:megadrain",
|
||||
"30:hex",
|
||||
"36:ragepowder",
|
||||
"42:strengthsap",
|
||||
"48:shadowball",
|
||||
"54:memento",
|
||||
"60:leafstorm",
|
||||
"tm:calmmind",
|
||||
"tm:curse",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:foulplay",
|
||||
"tm:gigadrain",
|
||||
"tm:grassyterrain",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:imprison",
|
||||
"tm:irondefense",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:nastyplot",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychup",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scald",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:spite",
|
||||
"tm:substitute",
|
||||
"tm:terablast",
|
||||
"tm:trickroom",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [
|
||||
"masterpiece"
|
||||
],
|
||||
"height": 2,
|
||||
"weight": 22,
|
||||
"preEvolution": "poltchageist artisan",
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rawst_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,105 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Slither Wing",
|
||||
"nationalPokedexNumber": 988,
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "fighting",
|
||||
"abilities": ["protosynthesis"],
|
||||
"baseStats": {
|
||||
"hp": 85,
|
||||
"attack": 135,
|
||||
"defence": 79,
|
||||
"special_attack": 85,
|
||||
"special_defence": 105,
|
||||
"speed": 81
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 285,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:bugbite",
|
||||
"1:ember",
|
||||
"1:gust",
|
||||
"1:sunnyday",
|
||||
"7:poisonpowder",
|
||||
"7:stunspore",
|
||||
"14:flamecharge",
|
||||
"21:stomp",
|
||||
"28:lowsweep",
|
||||
"35:morningsun",
|
||||
"42:lunge",
|
||||
"49:superpower",
|
||||
"56:bulkup",
|
||||
"63:dualwingbeat",
|
||||
"70:firstimpression",
|
||||
"77:whirlwind",
|
||||
"84:leechlife",
|
||||
"91:thrash",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:brickbreak",
|
||||
"tm:bugbite",
|
||||
"tm:bugbuzz",
|
||||
"tm:bulkup",
|
||||
"tm:closecombat",
|
||||
"tm:curse",
|
||||
"tm:doubleedge",
|
||||
"tm:dualwingbeat",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flamecharge",
|
||||
"tm:flareblitz",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatcrash",
|
||||
"tm:heatwave",
|
||||
"tm:heavyslam",
|
||||
"tm:highhorsepower",
|
||||
"tm:hurricane",
|
||||
"tm:hyperbeam",
|
||||
"tm:leechlife",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:lunge",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:sandstorm",
|
||||
"tm:skittersmack",
|
||||
"tm:sleeptalk",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:temperflare",
|
||||
"tm:terablast",
|
||||
"tm:trailblaze",
|
||||
"tm:uturn",
|
||||
"tm:wildcharge",
|
||||
"tm:willowisp",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 32,
|
||||
"weight": 920,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.slitherwing.desc"]
|
||||
}
|
@ -0,0 +1,108 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Tadbulb",
|
||||
"nationalPokedexNumber": 938,
|
||||
"primaryType": "electric",
|
||||
"abilities": ["owntempo", "static", "h:damp"],
|
||||
"baseStats": {
|
||||
"hp": 61,
|
||||
"attack": 31,
|
||||
"defence": 41,
|
||||
"special_attack": 59,
|
||||
"special_defence": 35,
|
||||
"speed": 45
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 54,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 1,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1"],
|
||||
"moves": [
|
||||
"1:mudslap",
|
||||
"1:tackle",
|
||||
"7:thundershock",
|
||||
"11:watergun",
|
||||
"17:charge",
|
||||
"21:spark",
|
||||
"24:mudshot",
|
||||
"25:flail",
|
||||
"32:discharge",
|
||||
"36:weatherball",
|
||||
"40:electricterrain",
|
||||
"45:suckerpunch",
|
||||
"50:zapcannon",
|
||||
"egg:muddywater",
|
||||
"egg:paraboliccharge",
|
||||
"egg:soak",
|
||||
"tm:acidspray",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:chillingwater",
|
||||
"tm:confuseray",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:endure",
|
||||
"tm:hypervoice",
|
||||
"tm:lightscreen",
|
||||
"tm:muddywater",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:voltswitch",
|
||||
"tm:waterpulse",
|
||||
"tm:weatherball",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 3,
|
||||
"weight": 4,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "tadbulb_bellibolt",
|
||||
"variant": "item_interact",
|
||||
"result": "bellibolt",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:thunder_stone"
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.tadbulb.desc"],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:ochre_froglight",
|
||||
"percentage": 2.5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:wepear_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,141 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Toedscool",
|
||||
"nationalPokedexNumber": 948,
|
||||
"primaryType": "ground",
|
||||
"secondaryType": "grass",
|
||||
"abilities": [
|
||||
"myceliummight"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 40,
|
||||
"attack": 40,
|
||||
"defence": 35,
|
||||
"special_attack": 50,
|
||||
"special_defence": 100,
|
||||
"speed": 70
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 67,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 1,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"grass"
|
||||
],
|
||||
"moves": [
|
||||
"1:mudslap",
|
||||
"1:wrap",
|
||||
"4:absorb",
|
||||
"8:poisonpowder",
|
||||
"8:stunspore",
|
||||
"12:supersonic",
|
||||
"15:tackle",
|
||||
"16:megadrain",
|
||||
"20:screech",
|
||||
"24:mudshot",
|
||||
"28:hex",
|
||||
"32:seedbomb",
|
||||
"36:spore",
|
||||
"40:growth",
|
||||
"44:gigadrain",
|
||||
"48:earthpower",
|
||||
"52:powerwhip",
|
||||
"egg:acupressure",
|
||||
"egg:knockoff",
|
||||
"egg:leechseed",
|
||||
"egg:mirrorcoat",
|
||||
"egg:ragepowder",
|
||||
"egg:rapidspin",
|
||||
"egg:tickle",
|
||||
"egg:toxic",
|
||||
"tm:acidspray",
|
||||
"tm:bulletseed",
|
||||
"tm:confuseray",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:earthpower",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:flashcannon",
|
||||
"tm:foulplay",
|
||||
"tm:gigadrain",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:hex",
|
||||
"tm:knockoff",
|
||||
"tm:leafstorm",
|
||||
"tm:lightscreen",
|
||||
"tm:lunge",
|
||||
"tm:magicalleaf",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:painsplit",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgebomb",
|
||||
"tm:solarbeam",
|
||||
"tm:spikes",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:toxicspikes",
|
||||
"tm:trailblaze",
|
||||
"tm:trickroom",
|
||||
"tm:venoshock"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 9,
|
||||
"weight": 330,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "toedscool_toedscruel",
|
||||
"variant": "level_up",
|
||||
"result": "toedscruel",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.toedscool.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:brown_mushroom",
|
||||
"quantityRange": "0-1"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:yache_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,124 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Toedscruel",
|
||||
"nationalPokedexNumber": 949,
|
||||
"primaryType": "ground",
|
||||
"secondaryType": "grass",
|
||||
"abilities": [
|
||||
"myceliummight"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 80,
|
||||
"attack": 70,
|
||||
"defence": 65,
|
||||
"special_attack": 80,
|
||||
"special_defence": 120,
|
||||
"speed": 100
|
||||
},
|
||||
"catchRate": 90,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 180,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 2,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"grass"
|
||||
],
|
||||
"moves": [
|
||||
"1:mudslap",
|
||||
"1:reflecttype",
|
||||
"1:wrap",
|
||||
"4:absorb",
|
||||
"8:poisonpowder",
|
||||
"8:stunspore",
|
||||
"12:supersonic",
|
||||
"15:tackle",
|
||||
"16:megadrain",
|
||||
"20:screech",
|
||||
"24:mudshot",
|
||||
"28:hex",
|
||||
"34:seedbomb",
|
||||
"40:spore",
|
||||
"44:growth",
|
||||
"48:gigadrain",
|
||||
"54:earthpower",
|
||||
"58:powerwhip",
|
||||
"tm:acidspray",
|
||||
"tm:bulletseed",
|
||||
"tm:confuseray",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:earthpower",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:flashcannon",
|
||||
"tm:foulplay",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:knockoff",
|
||||
"tm:leafstorm",
|
||||
"tm:lightscreen",
|
||||
"tm:lunge",
|
||||
"tm:magicalleaf",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:painsplit",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:seedbomb",
|
||||
"tm:skittersmack",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgebomb",
|
||||
"tm:solarbeam",
|
||||
"tm:spikes",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:toxicspikes",
|
||||
"tm:trailblaze",
|
||||
"tm:trickroom",
|
||||
"tm:venoshock"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 19,
|
||||
"weight": 580,
|
||||
"preEvolution": "toedscool",
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.toedscruel.desc"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 3,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:brown_mushroom",
|
||||
"quantityRange": "0-2"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:yache_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,104 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Veluza",
|
||||
"nationalPokedexNumber": 976,
|
||||
"primaryType": "water",
|
||||
"secondaryType": "psychic",
|
||||
"abilities": ["moldbreaker", "h:sharpness"],
|
||||
"baseStats": {
|
||||
"hp": 90,
|
||||
"attack": 102,
|
||||
"defence": 73,
|
||||
"special_attack": 78,
|
||||
"special_defence": 65,
|
||||
"speed": 70
|
||||
},
|
||||
"catchRate": 100,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 167,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_2"],
|
||||
"moves": [
|
||||
"1:aquajet",
|
||||
"1:tackle",
|
||||
"7:pluck",
|
||||
"11:waterpulse",
|
||||
"15:focusenergy",
|
||||
"20:slash",
|
||||
"25:aquacutter",
|
||||
"30:filletaway",
|
||||
"35:nightslash",
|
||||
"40:psychocut",
|
||||
"45:liquidation",
|
||||
"50:crunch",
|
||||
"55:finalgambit",
|
||||
"egg:recover",
|
||||
"egg:thrash",
|
||||
"tm:agility",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:chillingwater",
|
||||
"tm:crunch",
|
||||
"tm:doubleedge",
|
||||
"tm:drillrun",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:expandingforce",
|
||||
"tm:flipturn",
|
||||
"tm:gigaimpact",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:icywind",
|
||||
"tm:liquidation",
|
||||
"tm:painsplit",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychicfangs",
|
||||
"tm:psychicterrain",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaleshot",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:waterfall",
|
||||
"tm:waterpulse",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 25,
|
||||
"weight": 900,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.veluza.desc"],
|
||||
"drops": {
|
||||
"amount": 4,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:cod",
|
||||
"quantityRange": "1-3"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,123 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Walking Wake",
|
||||
"nationalPokedexNumber": 1009,
|
||||
"primaryType": "water",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": ["protosynthesis"],
|
||||
"baseStats": {
|
||||
"hp": 99,
|
||||
"attack": 83,
|
||||
"defence": 91,
|
||||
"special_attack": 125,
|
||||
"special_defence": 83,
|
||||
"speed": 109
|
||||
},
|
||||
"catchRate": 5,
|
||||
"maleRatio": -1,
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": false,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
},
|
||||
"moving": {
|
||||
"swim": {
|
||||
"canWalkOnWater": true,
|
||||
"canBreatheUnderwater": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"baseExperienceYield": 295,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:aquajet",
|
||||
"1:honeclaws",
|
||||
"1:leer",
|
||||
"1:roar",
|
||||
"1:sunnyday",
|
||||
"1:twister",
|
||||
"7:bite",
|
||||
"14:waterpulse",
|
||||
"21:nobleroar",
|
||||
"28:dragonbreath",
|
||||
"35:breakingswipe",
|
||||
"42:dragonrush",
|
||||
"56:hydrosteam",
|
||||
"63:dragonpulse",
|
||||
"70:outrage",
|
||||
"77:flamethrower",
|
||||
"84:hydropump",
|
||||
"tm:agility",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:chillingwater",
|
||||
"tm:crunch",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firefang",
|
||||
"tm:flamethrower",
|
||||
"tm:flipturn",
|
||||
"tm:gigaimpact",
|
||||
"tm:hurricane",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:knockoff",
|
||||
"tm:liquidation",
|
||||
"tm:lowkick",
|
||||
"tm:mudshot",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:scald",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:surf",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:waterfall",
|
||||
"tm:waterpulse",
|
||||
"tm:weatherball",
|
||||
"tm:whirlpool"
|
||||
],
|
||||
"labels": ["gen9", "paradox"],
|
||||
"pokedex": [
|
||||
"his ferocious creature is shrouded in mystery. It's named after an aquatic monster mentioned in an old expedition journal."
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 35,
|
||||
"weight": 2800,
|
||||
"evolutions": [],
|
||||
"baseScale": 1.0,
|
||||
"hitbox": {
|
||||
"width": 1.9,
|
||||
"height": 3.2,
|
||||
"fixed": false
|
||||
},
|
||||
"cannotDynamax": false
|
||||
}
|
@ -0,0 +1,136 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Wattrel",
|
||||
"nationalPokedexNumber": 940,
|
||||
"primaryType": "electric",
|
||||
"secondaryType": "flying",
|
||||
"abilities": [
|
||||
"windpower",
|
||||
"voltabsorb",
|
||||
"h:competitive"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 40,
|
||||
"attack": 40,
|
||||
"defence": 35,
|
||||
"special_attack": 55,
|
||||
"special_defence": 40,
|
||||
"speed": 70
|
||||
},
|
||||
"catchRate": 180,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 56,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"water_1",
|
||||
"flying"
|
||||
],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:peck",
|
||||
"4:thundershock",
|
||||
"7:quickattack",
|
||||
"11:pluck",
|
||||
"15:spark",
|
||||
"19:uproar",
|
||||
"23:roost",
|
||||
"27:dualwingbeat",
|
||||
"32:agility",
|
||||
"37:voltswitch",
|
||||
"43:discharge",
|
||||
"egg:endeavor",
|
||||
"egg:featherdance",
|
||||
"egg:spitup",
|
||||
"egg:stockpile",
|
||||
"egg:swallow",
|
||||
"egg:weatherball",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:aircutter",
|
||||
"tm:airslash",
|
||||
"tm:bravebird",
|
||||
"tm:charge",
|
||||
"tm:chargebeam",
|
||||
"tm:dualwingbeat",
|
||||
"tm:eerieimpulse",
|
||||
"tm:electricterrain",
|
||||
"tm:electroball",
|
||||
"tm:electroweb",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:featherdance",
|
||||
"tm:fly",
|
||||
"tm:hurricane",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:sleeptalk",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:uproar",
|
||||
"tm:uturn",
|
||||
"tm:voltswitch",
|
||||
"tm:weatherball",
|
||||
"tm:wildcharge"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 4,
|
||||
"weight": 36,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "wattrel_kilowattrel",
|
||||
"variant": "level_up",
|
||||
"result": "kilowattrel",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [
|
||||
"electroball"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 0.8,
|
||||
"hitbox": {
|
||||
"width": 0.5,
|
||||
"height": 0.65,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 70,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"height": 3,
|
||||
"weight": 23,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
||||
|
@ -0,0 +1,97 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Wiglett",
|
||||
"nationalPokedexNumber": 960,
|
||||
"primaryType": "water",
|
||||
"abilities": ["gooey", "rattled", "h:sandveil"],
|
||||
"baseStats": {
|
||||
"hp": 10,
|
||||
"attack": 55,
|
||||
"defence": 25,
|
||||
"special_attack": 35,
|
||||
"special_defence": 25,
|
||||
"speed": 95
|
||||
},
|
||||
"catchRate": 255,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 49,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_3"],
|
||||
"moves": [
|
||||
"1:sandattack",
|
||||
"1:watergun",
|
||||
"4:mudslap",
|
||||
"8:wrap",
|
||||
"12:aquajet",
|
||||
"20:slam",
|
||||
"20:waterpulse",
|
||||
"24:headbutt",
|
||||
"28:dig",
|
||||
"32:suckerpunch",
|
||||
"36:throatchop",
|
||||
"40:liquidation",
|
||||
"egg:finalgambit",
|
||||
"egg:memento",
|
||||
"tm:agility",
|
||||
"tm:blizzard",
|
||||
"tm:bulldoze",
|
||||
"tm:chillingwater",
|
||||
"tm:dig",
|
||||
"tm:earthpower",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:foulplay",
|
||||
"tm:helpinghand",
|
||||
"tm:hydropump",
|
||||
"tm:icebeam",
|
||||
"tm:liquidation",
|
||||
"tm:muddywater",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sandstorm",
|
||||
"tm:sleeptalk",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:waterpulse",
|
||||
"tm:whirlpool"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 18,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "wiglett_wugtrio",
|
||||
"variant": "level_up",
|
||||
"result": "wugtrio",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 26
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.wiglett.desc"]
|
||||
}
|
Reference in New Issue
Block a user