first commit
This commit is contained in:
@ -0,0 +1,146 @@
|
||||
{
|
||||
"implemented": false,
|
||||
"name": "Fuecoco",
|
||||
"nationalPokedexNumber": 909,
|
||||
"primaryType": "fire",
|
||||
"abilities": [
|
||||
"blaze",
|
||||
"h:unaware"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:charcoal_stick",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 67,
|
||||
"attack": 45,
|
||||
"defence": 59,
|
||||
"special_attack": 63,
|
||||
"special_defence": 40,
|
||||
"speed": 36
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.875,
|
||||
"baseExperienceYield": 62,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 1,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": true,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"1:ember",
|
||||
"1:leer",
|
||||
"1:tackle",
|
||||
"7:round",
|
||||
"12:bite",
|
||||
"15:incinerate",
|
||||
"17:yawn",
|
||||
"21:snarl",
|
||||
"25:roar",
|
||||
"28:flamethrower",
|
||||
"32:hypervoice",
|
||||
"36:fireblast",
|
||||
"egg:belch",
|
||||
"egg:curse",
|
||||
"egg:encore",
|
||||
"egg:slackoff",
|
||||
"tm:bodyslam",
|
||||
"tm:crunch",
|
||||
"tm:curse",
|
||||
"tm:dig",
|
||||
"tm:disarmingvoice",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firepledge",
|
||||
"tm:firespin",
|
||||
"tm:flamecharge",
|
||||
"tm:flamethrower",
|
||||
"tm:flareblitz",
|
||||
"tm:heatwave",
|
||||
"tm:helpinghand",
|
||||
"tm:hypervoice",
|
||||
"tm:mudslap",
|
||||
"tm:outrage",
|
||||
"tm:overheat",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:temperflare",
|
||||
"tm:terablast",
|
||||
"tm:thunderfang",
|
||||
"tm:willowisp",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 4,
|
||||
"weight": 98,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "fuecoco_crocalor",
|
||||
"variant": "level_up",
|
||||
"result": "crocalor",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 16
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "fuecoco_cafe_fuecoco",
|
||||
"variant": "item_interact",
|
||||
"result": "cafe_fuecoco",
|
||||
"consumeHeldItem": true,
|
||||
"learnableMoves": [],
|
||||
"requirements": [],
|
||||
"requiredContext": "minecraft:red_wool"
|
||||
}
|
||||
],
|
||||
"baseScale": 0.6,
|
||||
"hitbox": {
|
||||
"width": 0.8,
|
||||
"height": 1.1,
|
||||
"fixed": false
|
||||
},
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.fuecoco.desc"
|
||||
]
|
||||
}
|
@ -0,0 +1,152 @@
|
||||
{
|
||||
"implemented": false,
|
||||
"name": "Sprigatito",
|
||||
"nationalPokedexNumber": 906,
|
||||
"primaryType": "grass",
|
||||
"abilities": [
|
||||
"overgrow",
|
||||
"h:protean"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:miracle_seed",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 40,
|
||||
"attack": 61,
|
||||
"defence": 54,
|
||||
"special_attack": 45,
|
||||
"special_defence": 45,
|
||||
"speed": 65
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.875,
|
||||
"baseExperienceYield": 62,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": [
|
||||
"field",
|
||||
"grass"
|
||||
],
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": true,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
},
|
||||
"moving": {
|
||||
"walk": {
|
||||
"walkSpeed": 0.2
|
||||
}
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"1:leafage",
|
||||
"1:scratch",
|
||||
"1:tailwhip",
|
||||
"7:bite",
|
||||
"10:honeclaws",
|
||||
"13:magicalleaf",
|
||||
"15:quickattack",
|
||||
"17:seedbomb",
|
||||
"21:uturn",
|
||||
"25:worryseed",
|
||||
"28:slash",
|
||||
"32:energyball",
|
||||
"36:playrough",
|
||||
"egg:allyswitch",
|
||||
"egg:copycat",
|
||||
"egg:leechseed",
|
||||
"egg:petalblizzard",
|
||||
"egg:suckerpunch",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:bulletseed",
|
||||
"tm:charm",
|
||||
"tm:disarmingvoice",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:faketears",
|
||||
"tm:gigadrain",
|
||||
"tm:grassknot",
|
||||
"tm:grasspledge",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:helpinghand",
|
||||
"tm:leafstorm",
|
||||
"tm:magicalleaf",
|
||||
"tm:mudslap",
|
||||
"tm:nastyplot",
|
||||
"tm:petalblizzard",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:seedbomb",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:trailblaze",
|
||||
"tm:uturn"
|
||||
],
|
||||
"labels": [
|
||||
"gen9"
|
||||
],
|
||||
"aspects": [],
|
||||
"height": 4,
|
||||
"weight": 41,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "sprigatito_floragato",
|
||||
"variant": "level_up",
|
||||
"result": "floragato",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 16
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "sprigatito_cafe_sprigatito",
|
||||
"variant": "item_interact",
|
||||
"result": "cafe_sprigatito",
|
||||
"consumeHeldItem": true,
|
||||
"learnableMoves": [],
|
||||
"requirements": [],
|
||||
"requiredContext": "minecraft:lime_wool"
|
||||
}
|
||||
],
|
||||
"baseScale": 0.6,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1.0,
|
||||
"fixed": false
|
||||
},
|
||||
"cannotDynamax": false,
|
||||
"pokedex": [
|
||||
"cobblemon.species.sprigatito.desc"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user