first commit
This commit is contained in:
@ -0,0 +1,153 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Calyrex",
|
||||
"nationalPokedexNumber": 898,
|
||||
"primaryType": "psychic",
|
||||
"secondaryType": "grass",
|
||||
"abilities": ["unnerve"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:apple",
|
||||
"quantityRange": "2-11"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:miracle_seed",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 80,
|
||||
"defence": 80,
|
||||
"special_attack": 80,
|
||||
"special_defence": 80,
|
||||
"speed": 80
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 250,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:confusion",
|
||||
"1:growth",
|
||||
"1:megadrain",
|
||||
"1:pound",
|
||||
"8:lifedew",
|
||||
"16:gigadrain",
|
||||
"24:psyshock",
|
||||
"32:helpinghand",
|
||||
"40:aromatherapy",
|
||||
"40:grassyterrain",
|
||||
"40:psychicterrain",
|
||||
"48:energyball",
|
||||
"56:psychic",
|
||||
"64:leechseed",
|
||||
"72:healpulse",
|
||||
"80:solarbeam",
|
||||
"88:futuresight",
|
||||
"tm:agility",
|
||||
"tm:allyswitch",
|
||||
"tm:batonpass",
|
||||
"tm:bodypress",
|
||||
"tm:bulletseed",
|
||||
"tm:calmmind",
|
||||
"tm:drainingkiss",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:expandingforce",
|
||||
"tm:facade",
|
||||
"tm:futuresight",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyterrain",
|
||||
"tm:gravity",
|
||||
"tm:guardswap",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:imprison",
|
||||
"tm:leafstorm",
|
||||
"tm:lightscreen",
|
||||
"tm:magicalleaf",
|
||||
"tm:magicroom",
|
||||
"tm:metronome",
|
||||
"tm:mudshot",
|
||||
"tm:payday",
|
||||
"tm:pollenpuff",
|
||||
"tm:powerswap",
|
||||
"tm:protect",
|
||||
"tm:psybeam",
|
||||
"tm:psychic",
|
||||
"tm:psychicterrain",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:scaryface",
|
||||
"tm:seedbomb",
|
||||
"tm:skillswap",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:snore",
|
||||
"tm:solarbeam",
|
||||
"tm:solarblade",
|
||||
"tm:speedswap",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:triattack",
|
||||
"tm:trick",
|
||||
"tm:trickroom",
|
||||
"tm:wonderroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:expandingforce",
|
||||
"tutor:gigadrain",
|
||||
"tutor:psychic"
|
||||
],
|
||||
"labels": ["gen8", "legendary"],
|
||||
"pokedex": ["cobblemon.species.calyrex.desc"],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 100,
|
||||
"evYield": {
|
||||
"hp": 3,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 11,
|
||||
"weight": 77,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user