first commit
This commit is contained in:
@ -0,0 +1,110 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Dottler",
|
||||
"nationalPokedexNumber": 825,
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "psychic",
|
||||
"abilities": ["swarm", "compoundeyes", "h:telepathy"],
|
||||
"baseStats": {
|
||||
"hp": 50,
|
||||
"attack": 35,
|
||||
"defence": 80,
|
||||
"special_attack": 50,
|
||||
"special_defence": 90,
|
||||
"speed": 30
|
||||
},
|
||||
"catchRate": 120,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 117,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": ["bug"],
|
||||
"moves": [
|
||||
"1:strugglebug",
|
||||
"tm:allyswitch",
|
||||
"tm:attract",
|
||||
"tm:bodypress",
|
||||
"tm:bugbuzz",
|
||||
"tm:calmmind",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:futuresight",
|
||||
"tm:guardswap",
|
||||
"tm:helpinghand",
|
||||
"tm:imprison",
|
||||
"tm:irondefense",
|
||||
"tm:leechlife",
|
||||
"tm:lightscreen",
|
||||
"tm:magicroom",
|
||||
"tm:payback",
|
||||
"tm:powerswap",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychicterrain",
|
||||
"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:wonderroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:expandingforce"
|
||||
],
|
||||
"labels": ["gen8"],
|
||||
"pokedex": ["cobblemon.species.dottler.desc"],
|
||||
"preEvolution": "blipbug",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "dottler_orbeetle",
|
||||
"variant": "level_up",
|
||||
"result": "orbeetle",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 2,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 4,
|
||||
"weight": 195,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:razz_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user