first commit
This commit is contained in:
@ -0,0 +1,181 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Minccino",
|
||||
"nationalPokedexNumber": 572,
|
||||
"primaryType": "normal",
|
||||
"abilities": [
|
||||
"cutecharm",
|
||||
"technician",
|
||||
"h:skilllink"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:silk_scarf",
|
||||
"percentage": 2.5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:chesto_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 55,
|
||||
"attack": 50,
|
||||
"defence": 40,
|
||||
"special_attack": 40,
|
||||
"special_defence": 40,
|
||||
"speed": 75
|
||||
},
|
||||
"catchRate": 255,
|
||||
"maleRatio": 0.25,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 60,
|
||||
"experienceGroup": "fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"moves": [
|
||||
"1:babydolleyes",
|
||||
"1:pound",
|
||||
"3:growl",
|
||||
"4:helpinghand",
|
||||
"8:echoedvoice",
|
||||
"12:sing",
|
||||
"13:doubleslap",
|
||||
"16:charm",
|
||||
"20:swift",
|
||||
"24:encore",
|
||||
"28:afteryou",
|
||||
"31:wakeupslap",
|
||||
"32:tailslap",
|
||||
"36:tickle",
|
||||
"39:captivate",
|
||||
"40:slam",
|
||||
"44:hypervoice",
|
||||
"48:lastresort",
|
||||
"egg:aquatail",
|
||||
"egg:endure",
|
||||
"egg:faketears",
|
||||
"egg:flail",
|
||||
"egg:irontail",
|
||||
"egg:knockoff",
|
||||
"egg:mudslap",
|
||||
"egg:sleeptalk",
|
||||
"egg:tailwhip",
|
||||
"egg:tidyup",
|
||||
"tm:alluringvoice",
|
||||
"tm:attract",
|
||||
"tm:batonpass",
|
||||
"tm:bulletseed",
|
||||
"tm:calmmind",
|
||||
"tm:charm",
|
||||
"tm:chillingwater",
|
||||
"tm:confide",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:dig",
|
||||
"tm:doubleteam",
|
||||
"tm:echoedvoice",
|
||||
"tm:encore",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:faketears",
|
||||
"tm:fling",
|
||||
"tm:frustration",
|
||||
"tm:grassknot",
|
||||
"tm:gunkshot",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:hypervoice",
|
||||
"tm:irontail",
|
||||
"tm:knockoff",
|
||||
"tm:mudslap",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:retaliate",
|
||||
"tm:return",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:secretpower",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:superfang",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:tailslap",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tm:trailblaze",
|
||||
"tm:tripleaxel",
|
||||
"tm:uproar",
|
||||
"tm:uturn",
|
||||
"tm:workup",
|
||||
"tutor:afteryou",
|
||||
"tutor:aquatail",
|
||||
"tutor:covet",
|
||||
"tutor:gunkshot",
|
||||
"tutor:helpinghand",
|
||||
"tutor:hypervoice",
|
||||
"tutor:irontail",
|
||||
"tutor:knockoff",
|
||||
"tutor:lastresort",
|
||||
"tutor:seedbomb",
|
||||
"tutor:shockwave",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:tripleaxel",
|
||||
"tutor:uproar"
|
||||
],
|
||||
"labels": [
|
||||
"gen5"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.minccino.desc"
|
||||
],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "minccino_cinccino",
|
||||
"variant": "item_interact",
|
||||
"result": "cinccino",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [
|
||||
"tailslap"
|
||||
],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:shiny_stone"
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"height": 4,
|
||||
"weight": 58,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user