first commit
This commit is contained in:
@ -0,0 +1,163 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Melmetal",
|
||||
"nationalPokedexNumber": 809,
|
||||
"primaryType": "steel",
|
||||
"abilities": ["ironfist"],
|
||||
"baseStats": {
|
||||
"hp": 135,
|
||||
"attack": 143,
|
||||
"defence": 143,
|
||||
"special_attack": 80,
|
||||
"special_defence": 65,
|
||||
"speed": 34
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Gmax",
|
||||
"primaryType": "steel",
|
||||
"abilities": ["ironfist"],
|
||||
"baseStats": {
|
||||
"hp": 135,
|
||||
"attack": 143,
|
||||
"defence": 143,
|
||||
"special_attack": 80,
|
||||
"special_defence": 65,
|
||||
"speed": 34
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 300,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"labels": ["gen8", "mythical", "legendary", "gmax"],
|
||||
"aspects": ["gmax"],
|
||||
"height": 250,
|
||||
"weight": 0,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"baseExperienceYield": 300,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:harden",
|
||||
"1:headbutt",
|
||||
"1:tailwhip",
|
||||
"1:thundershock",
|
||||
"24:thunderwave",
|
||||
"32:acidarmor",
|
||||
"40:flashcannon",
|
||||
"48:megapunch",
|
||||
"56:protect",
|
||||
"64:discharge",
|
||||
"72:dynamicpunch",
|
||||
"80:superpower",
|
||||
"88:doubleironbash",
|
||||
"96:hyperbeam",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:brickbreak",
|
||||
"tm:brutalswing",
|
||||
"tm:darkestlariat",
|
||||
"tm:earthquake",
|
||||
"tm:electricterrain",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:gigaimpact",
|
||||
"tm:gyroball",
|
||||
"tm:headbutt",
|
||||
"tm:heavyslam",
|
||||
"tm:highhorsepower",
|
||||
"tm:hyperbeam",
|
||||
"tm:icebeam",
|
||||
"tm:icepunch",
|
||||
"tm:irondefense",
|
||||
"tm:ironhead",
|
||||
"tm:megakick",
|
||||
"tm:megapunch",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:selfdestruct",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:solarbeam",
|
||||
"tm:substitute",
|
||||
"tm:superpower",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderpunch",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tutor:acidarmor",
|
||||
"tutor:brickbreak",
|
||||
"tutor:doubleironbash",
|
||||
"tutor:dynamicpunch",
|
||||
"tutor:earthquake",
|
||||
"tutor:facade",
|
||||
"tutor:flashcannon",
|
||||
"tutor:harden",
|
||||
"tutor:headbutt",
|
||||
"tutor:hyperbeam",
|
||||
"tutor:icebeam",
|
||||
"tutor:icepunch",
|
||||
"tutor:megapunch",
|
||||
"tutor:protect",
|
||||
"tutor:rest",
|
||||
"tutor:rockslide",
|
||||
"tutor:selfdestruct",
|
||||
"tutor:solarbeam",
|
||||
"tutor:steelbeam",
|
||||
"tutor:steelroller",
|
||||
"tutor:substitute",
|
||||
"tutor:superpower",
|
||||
"tutor:tailwhip",
|
||||
"tutor:thunder",
|
||||
"tutor:thunderbolt",
|
||||
"tutor:thunderpunch",
|
||||
"tutor:thundershock",
|
||||
"tutor:thunderwave",
|
||||
"tutor:toxic"
|
||||
],
|
||||
"labels": ["gen7", "mythical", "legendary"],
|
||||
"pokedex": ["cobblemon.species.melmetal.desc"],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 25,
|
||||
"weight": 8000,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user