first commit
This commit is contained in:
@ -0,0 +1,177 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Orbeetle",
|
||||
"nationalPokedexNumber": 826,
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "psychic",
|
||||
"abilities": [
|
||||
"swarm",
|
||||
"frisk",
|
||||
"h:telepathy"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 60,
|
||||
"attack": 45,
|
||||
"defence": 110,
|
||||
"special_attack": 80,
|
||||
"special_defence": 120,
|
||||
"speed": 90
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"forms": [
|
||||
{
|
||||
"name": "Gmax",
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "psychic",
|
||||
"abilities": [
|
||||
"swarm",
|
||||
"frisk",
|
||||
"h:telepathy"
|
||||
],
|
||||
"baseStats": {
|
||||
"hp": 60,
|
||||
"attack": 45,
|
||||
"defence": 110,
|
||||
"special_attack": 80,
|
||||
"special_defence": 120,
|
||||
"speed": 90
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 253,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 3,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": [
|
||||
"bug"
|
||||
],
|
||||
"labels": [
|
||||
"gen8",
|
||||
"gmax"
|
||||
],
|
||||
"aspects": [
|
||||
"gmax"
|
||||
],
|
||||
"height": 140,
|
||||
"weight": 0,
|
||||
"cannotDynamax": false,
|
||||
"battleOnly": false
|
||||
}
|
||||
],
|
||||
"baseExperienceYield": 253,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": [
|
||||
"bug"
|
||||
],
|
||||
"moves": [
|
||||
"1:confusion",
|
||||
"1:lightscreen",
|
||||
"1:reflect",
|
||||
"1:strugglebug",
|
||||
"4:confuseray",
|
||||
"8:magiccoat",
|
||||
"12:agility",
|
||||
"16:psybeam",
|
||||
"20:hypnosis",
|
||||
"24:allyswitch",
|
||||
"28:bugbuzz",
|
||||
"32:mirrorcoat",
|
||||
"36:psychic",
|
||||
"40:afteryou",
|
||||
"44:calmmind",
|
||||
"48:psychicterrain",
|
||||
"tm:agility",
|
||||
"tm:allyswitch",
|
||||
"tm:attract",
|
||||
"tm:batonpass",
|
||||
"tm:bodypress",
|
||||
"tm:bugbuzz",
|
||||
"tm:calmmind",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:futuresight",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:guardswap",
|
||||
"tm:helpinghand",
|
||||
"tm:hyperbeam",
|
||||
"tm:imprison",
|
||||
"tm:irondefense",
|
||||
"tm:leechlife",
|
||||
"tm:lightscreen",
|
||||
"tm:magicroom",
|
||||
"tm:payback",
|
||||
"tm:powerswap",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychicterrain",
|
||||
"tm:psychocut",
|
||||
"tm:psyshock",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:shadowball",
|
||||
"tm:skillswap",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:solarbeam",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:trick",
|
||||
"tm:trickroom",
|
||||
"tm:uturn",
|
||||
"tm:wonderroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:expandingforce"
|
||||
],
|
||||
"labels": [
|
||||
"gen8"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.orbeetle.desc"
|
||||
],
|
||||
"preEvolution": "dottler",
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 3,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 4,
|
||||
"weight": 408,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:razz_berry",
|
||||
"percentage": 10.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user