first commit
This commit is contained in:
@ -0,0 +1,206 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Cramorant",
|
||||
"nationalPokedexNumber": 845,
|
||||
"primaryType": "flying",
|
||||
"secondaryType": "water",
|
||||
"abilities": ["gulpmissile"],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 85,
|
||||
"defence": 55,
|
||||
"special_attack": 85,
|
||||
"special_defence": 95,
|
||||
"speed": 85
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Gulping",
|
||||
"primaryType": "flying",
|
||||
"secondaryType": "water",
|
||||
"abilities": ["gulpmissile"],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 85,
|
||||
"defence": 55,
|
||||
"special_attack": 85,
|
||||
"special_defence": 95,
|
||||
"speed": 85
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 166,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 2,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1", "flying"],
|
||||
"labels": ["gen8"],
|
||||
"aspects": ["gulping"],
|
||||
"height": 8,
|
||||
"weight": 180,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": true
|
||||
},
|
||||
{
|
||||
"name": "Gorging",
|
||||
"primaryType": "flying",
|
||||
"secondaryType": "water",
|
||||
"abilities": ["gulpmissile"],
|
||||
"baseStats": {
|
||||
"hp": 70,
|
||||
"attack": 85,
|
||||
"defence": 55,
|
||||
"special_attack": 85,
|
||||
"special_defence": 95,
|
||||
"speed": 85
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 166,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 2,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1", "flying"],
|
||||
"labels": ["gen8"],
|
||||
"aspects": ["gorging"],
|
||||
"height": 8,
|
||||
"weight": 180,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": true
|
||||
}
|
||||
],
|
||||
"baseExperienceYield": 166,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1", "flying"],
|
||||
"moves": [
|
||||
"1:belch",
|
||||
"1:peck",
|
||||
"1:spitup",
|
||||
"1:stockpile",
|
||||
"1:swallow",
|
||||
"7:watergun",
|
||||
"14:furyattack",
|
||||
"21:pluck",
|
||||
"28:dive",
|
||||
"35:drillpeck",
|
||||
"42:amnesia",
|
||||
"49:thrash",
|
||||
"56:hydropump",
|
||||
"egg:aerialace",
|
||||
"egg:aquacutter",
|
||||
"egg:aquaring",
|
||||
"egg:defog",
|
||||
"egg:featherdance",
|
||||
"egg:roost",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:aircutter",
|
||||
"tm:airslash",
|
||||
"tm:amnesia",
|
||||
"tm:assurance",
|
||||
"tm:attract",
|
||||
"tm:blizzard",
|
||||
"tm:bravebird",
|
||||
"tm:chillingwater",
|
||||
"tm:dive",
|
||||
"tm:dualwingbeat",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:featherdance",
|
||||
"tm:fly",
|
||||
"tm:gigaimpact",
|
||||
"tm:hurricane",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:icebeam",
|
||||
"tm:icywind",
|
||||
"tm:liquidation",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:reversal",
|
||||
"tm:round",
|
||||
"tm:scald",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:steelwing",
|
||||
"tm:substitute",
|
||||
"tm:superpower",
|
||||
"tm:surf",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:throatchop",
|
||||
"tm:uproar",
|
||||
"tm:waterpulse",
|
||||
"tm:weatherball",
|
||||
"tm:whirlpool",
|
||||
"tutor:dualwingbeat"
|
||||
],
|
||||
"labels": ["gen8"],
|
||||
"pokedex": ["cobblemon.species.cramorant.desc"],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 2,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 8,
|
||||
"weight": 180,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 6,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:feather",
|
||||
"quantityRange": "0-2"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chicken"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cod",
|
||||
"quantityRange": "0-2"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:wacan_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user