first commit
This commit is contained in:
@ -0,0 +1,128 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Spectrier",
|
||||
"nationalPokedexNumber": 897,
|
||||
"primaryType": "ghost",
|
||||
"abilities": ["grimneigh"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:cleanse_tag",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:spell_tag",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 100,
|
||||
"attack": 65,
|
||||
"defence": 60,
|
||||
"special_attack": 145,
|
||||
"special_defence": 80,
|
||||
"speed": 130
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 290,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:tackle",
|
||||
"1:tailwhip",
|
||||
"6:doublekick",
|
||||
"12:hex",
|
||||
"18:stomp",
|
||||
"24:confuseray",
|
||||
"30:haze",
|
||||
"36:shadowball",
|
||||
"42:takedown",
|
||||
"48:agility",
|
||||
"54:thrash",
|
||||
"60:disable",
|
||||
"66:doubleedge",
|
||||
"72:nastyplot",
|
||||
"tm:agility",
|
||||
"tm:assurance",
|
||||
"tm:bodyslam",
|
||||
"tm:bulldoze",
|
||||
"tm:calmmind",
|
||||
"tm:confuseray",
|
||||
"tm:crunch",
|
||||
"tm:darkpulse",
|
||||
"tm:drainingkiss",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:foulplay",
|
||||
"tm:gigaimpact",
|
||||
"tm:hex",
|
||||
"tm:hyperbeam",
|
||||
"tm:mudshot",
|
||||
"tm:nastyplot",
|
||||
"tm:nightshade",
|
||||
"tm:payback",
|
||||
"tm:phantomforce",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychocut",
|
||||
"tm:rest",
|
||||
"tm:round",
|
||||
"tm:scaryface",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:snore",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:uproar",
|
||||
"tm:willowisp",
|
||||
"tutor:disable",
|
||||
"tutor:doubleedge",
|
||||
"tutor:lashout",
|
||||
"tutor:nastyplot",
|
||||
"tutor:thrash"
|
||||
],
|
||||
"labels": ["gen8", "legendary"],
|
||||
"pokedex": ["cobblemon.species.spectrier.desc"],
|
||||
"evolutions": [],
|
||||
"baseScale": 0.6,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 35,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 3,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 20,
|
||||
"weight": 445,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user