first commit
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user