first commit
This commit is contained in:
@ -0,0 +1,167 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Cinccino",
|
||||
"nationalPokedexNumber": 573,
|
||||
"primaryType": "normal",
|
||||
"abilities": [
|
||||
"cutecharm",
|
||||
"technician",
|
||||
"h:skilllink"
|
||||
],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:silk_scarf",
|
||||
"percentage": 5.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:chesto_berry",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 75,
|
||||
"attack": 95,
|
||||
"defence": 60,
|
||||
"special_attack": 65,
|
||||
"special_defence": 60,
|
||||
"speed": 115
|
||||
},
|
||||
"catchRate": 60,
|
||||
"maleRatio": 0.25,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 165,
|
||||
"experienceGroup": "fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": [
|
||||
"field"
|
||||
],
|
||||
"moves": [
|
||||
"1:afteryou",
|
||||
"1:babydolleyes",
|
||||
"1:bulletseed",
|
||||
"1:charm",
|
||||
"1:echoedvoice",
|
||||
"1:encore",
|
||||
"1:helpinghand",
|
||||
"1:hypervoice",
|
||||
"1:lastresort",
|
||||
"1:pound",
|
||||
"1:rockblast",
|
||||
"1:sing",
|
||||
"1:slam",
|
||||
"1:swift",
|
||||
"1:tailslap",
|
||||
"1:tickle",
|
||||
"tm:alluringvoice",
|
||||
"tm:attract",
|
||||
"tm:batonpass",
|
||||
"tm:bulletseed",
|
||||
"tm:calmmind",
|
||||
"tm:charm",
|
||||
"tm:chillingwater",
|
||||
"tm:confide",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:echoedvoice",
|
||||
"tm:encore",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:faketears",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:gunkshot",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:icespinner",
|
||||
"tm:irontail",
|
||||
"tm:knockoff",
|
||||
"tm:lightscreen",
|
||||
"tm:mudslap",
|
||||
"tm:playrough",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:retaliate",
|
||||
"tm:return",
|
||||
"tm:rockblast",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:secretpower",
|
||||
"tm:seedbomb",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:superfang",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:tailslap",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunder",
|
||||
"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:laserfocus",
|
||||
"tutor:lastresort",
|
||||
"tutor:seedbomb",
|
||||
"tutor:shockwave",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:tripleaxel",
|
||||
"tutor:uproar"
|
||||
],
|
||||
"labels": [
|
||||
"gen5"
|
||||
],
|
||||
"pokedex": [
|
||||
"cobblemon.species.cinccino.desc"
|
||||
],
|
||||
"preEvolution": "minccino",
|
||||
"evolutions": [],
|
||||
"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": 2
|
||||
},
|
||||
"height": 5,
|
||||
"weight": 75,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user