first commit
This commit is contained in:
@ -0,0 +1,178 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Munna",
|
||||
"nationalPokedexNumber": 517,
|
||||
"primaryType": "psychic",
|
||||
"abilities": [
|
||||
"forewarn",
|
||||
"synchronize",
|
||||
"h:telepathy"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:chesto_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 76,
|
||||
"attack": 25,
|
||||
"defence": 45,
|
||||
"special_attack": 67,
|
||||
"special_defence": 55,
|
||||
"speed": 24
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 58,
|
||||
"experienceGroup": "fast",
|
||||
"eggCycles": 10,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"moves": [
|
||||
"1:defensecurl",
|
||||
"1:psywave",
|
||||
"1:storedpower",
|
||||
"4:hypnosis",
|
||||
"5:luckychant",
|
||||
"8:psybeam",
|
||||
"12:imprison",
|
||||
"16:moonlight",
|
||||
"20:magiccoat",
|
||||
"24:zenheadbutt",
|
||||
"25:synchronoise",
|
||||
"28:calmmind",
|
||||
"29:nightmare",
|
||||
"32:yawn",
|
||||
"36:psychic",
|
||||
"40:moonblast",
|
||||
"43:telekinesis",
|
||||
"44:dreameater",
|
||||
"48:futuresight",
|
||||
"52:wonderroom",
|
||||
"egg:barrier",
|
||||
"egg:batonpass",
|
||||
"egg:curse",
|
||||
"egg:healingwish",
|
||||
"egg:helpinghand",
|
||||
"egg:magiccoat",
|
||||
"egg:secretpower",
|
||||
"egg:sleeptalk",
|
||||
"egg:sonicboom",
|
||||
"egg:swift",
|
||||
"tm:allyswitch",
|
||||
"tm:amnesia",
|
||||
"tm:attract",
|
||||
"tm:calmmind",
|
||||
"tm:chargebeam",
|
||||
"tm:confide",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:doubleteam",
|
||||
"tm:dreameater",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:flash",
|
||||
"tm:frustration",
|
||||
"tm:futuresight",
|
||||
"tm:guardswap",
|
||||
"tm:gyroball",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:imprison",
|
||||
"tm:lightscreen",
|
||||
"tm:powerswap",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:secretpower",
|
||||
"tm:shadowball",
|
||||
"tm:skillswap",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:telekinesis",
|
||||
"tm:thunderwave",
|
||||
"tm:torment",
|
||||
"tm:toxic",
|
||||
"tm:trick",
|
||||
"tm:trickroom",
|
||||
"tm:wonderroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:afteryou",
|
||||
"tutor:allyswitch",
|
||||
"tutor:dreameater",
|
||||
"tutor:expandingforce",
|
||||
"tutor:gravity",
|
||||
"tutor:healbell",
|
||||
"tutor:helpinghand",
|
||||
"tutor:hypnosis",
|
||||
"tutor:magiccoat",
|
||||
"tutor:painsplit",
|
||||
"tutor:rest",
|
||||
"tutor:shockwave",
|
||||
"tutor:signalbeam",
|
||||
"tutor:skillswap",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:telekinesis",
|
||||
"tutor:trick",
|
||||
"tutor:wonderroom",
|
||||
"tutor:worryseed",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": [
|
||||
"gen5"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.munna.desc"
|
||||
],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "munna_musharna",
|
||||
"variant": "item_interact",
|
||||
"result": "musharna",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:moon_stone"
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 1,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 6,
|
||||
"weight": 233,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user