first commit
This commit is contained in:
@ -0,0 +1,147 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Eternatus",
|
||||
"nationalPokedexNumber": 890,
|
||||
"primaryType": "poison",
|
||||
"secondaryType": "dragon",
|
||||
"abilities": ["pressure"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dragon_head",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:dragon_fang",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 140,
|
||||
"attack": 85,
|
||||
"defence": 95,
|
||||
"special_attack": 145,
|
||||
"special_defence": 95,
|
||||
"speed": 130
|
||||
},
|
||||
"catchRate": 255,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 345,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:agility",
|
||||
"1:confuseray",
|
||||
"1:dragontail",
|
||||
"1:poisontail",
|
||||
"8:toxic",
|
||||
"16:venoshock",
|
||||
"24:dragondance",
|
||||
"32:crosspoison",
|
||||
"40:dragonpulse",
|
||||
"48:flamethrower",
|
||||
"56:dynamaxcannon",
|
||||
"64:cosmicpower",
|
||||
"72:recover",
|
||||
"80:hyperbeam",
|
||||
"88:eternabeam",
|
||||
"88:outrage",
|
||||
"tm:agility",
|
||||
"tm:assurance",
|
||||
"tm:bodyslam",
|
||||
"tm:brutalswing",
|
||||
"tm:confuseray",
|
||||
"tm:cosmicpower",
|
||||
"tm:crosspoison",
|
||||
"tm:dracometeor",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firespin",
|
||||
"tm:flamethrower",
|
||||
"tm:flashcannon",
|
||||
"tm:fly",
|
||||
"tm:gigaimpact",
|
||||
"tm:gravity",
|
||||
"tm:gunkshot",
|
||||
"tm:hyperbeam",
|
||||
"tm:lightscreen",
|
||||
"tm:meteorbeam",
|
||||
"tm:mysticalfire",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:poisonjab",
|
||||
"tm:poisontail",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:round",
|
||||
"tm:scaryface",
|
||||
"tm:screech",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgebomb",
|
||||
"tm:sludgewave",
|
||||
"tm:snore",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:toxicspikes",
|
||||
"tm:venomdrench",
|
||||
"tm:venoshock",
|
||||
"tutor:crosspoison",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dynamaxcannon",
|
||||
"tutor:eternabeam",
|
||||
"tutor:flamethrower",
|
||||
"tutor:meteorbeam",
|
||||
"tutor:sludgebomb"
|
||||
],
|
||||
"labels": ["gen8", "legendary"],
|
||||
"pokedex": ["cobblemon.species.eternatus.desc"],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 3,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 200,
|
||||
"weight": 9500,
|
||||
"dynamaxBlocked": true,
|
||||
"aspects": [],
|
||||
"cannotDynamax": true
|
||||
}
|
Reference in New Issue
Block a user