first commit
This commit is contained in:
		| @ -0,0 +1,137 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Fuecoco", | ||||
|   "nationalPokedexNumber": 909, | ||||
|   "primaryType": "fire", | ||||
|   "abilities": [ | ||||
|     "blaze", | ||||
|     "h:unaware" | ||||
|   ], | ||||
|   "drops": { | ||||
|     "amount": 1, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "cobblemon:charcoal_stick", | ||||
|         "percentage": 5.0 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "baseStats": { | ||||
|     "hp": 67, | ||||
|     "attack": 45, | ||||
|     "defence": 59, | ||||
|     "special_attack": 63, | ||||
|     "special_defence": 40, | ||||
|     "speed": 36 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": 0.875, | ||||
|   "baseExperienceYield": 62, | ||||
|   "baseFriendship": 50, | ||||
|   "evYield": { | ||||
|     "hp": 1, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 0 | ||||
|   }, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 20, | ||||
|   "eggGroups": [ | ||||
|     "field" | ||||
|   ], | ||||
|   "behaviour": { | ||||
|     "resting": { | ||||
|       "canSleep": true, | ||||
|       "willSleepOnBed": true, | ||||
|       "depth": "normal", | ||||
|       "light": "0-4" | ||||
|     } | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:ember", | ||||
|     "1:leer", | ||||
|     "1:tackle", | ||||
|     "7:round", | ||||
|     "12:bite", | ||||
|     "15:incinerate", | ||||
|     "17:yawn", | ||||
|     "21:snarl", | ||||
|     "25:roar", | ||||
|     "28:flamethrower", | ||||
|     "32:hypervoice", | ||||
|     "36:fireblast", | ||||
|     "egg:belch", | ||||
|     "egg:curse", | ||||
|     "egg:encore", | ||||
|     "egg:slackoff", | ||||
|     "tm:bodyslam", | ||||
|     "tm:crunch", | ||||
|     "tm:curse", | ||||
|     "tm:dig", | ||||
|     "tm:disarmingvoice", | ||||
|     "tm:encore", | ||||
|     "tm:endure", | ||||
|     "tm:facade", | ||||
|     "tm:fireblast", | ||||
|     "tm:firefang", | ||||
|     "tm:firepledge", | ||||
|     "tm:firespin", | ||||
|     "tm:flamecharge", | ||||
|     "tm:flamethrower", | ||||
|     "tm:flareblitz", | ||||
|     "tm:heatwave", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hypervoice", | ||||
|     "tm:mudslap", | ||||
|     "tm:outrage", | ||||
|     "tm:overheat", | ||||
|     "tm:protect", | ||||
|     "tm:rest", | ||||
|     "tm:roar", | ||||
|     "tm:seedbomb", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:snarl", | ||||
|     "tm:stompingtantrum", | ||||
|     "tm:substitute", | ||||
|     "tm:sunnyday", | ||||
|     "tm:takedown", | ||||
|     "tm:temperflare", | ||||
|     "tm:terablast", | ||||
|     "tm:thunderfang", | ||||
|     "tm:willowisp", | ||||
|     "tm:zenheadbutt" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen9" | ||||
|   ], | ||||
|   "aspects": [], | ||||
|   "height": 4, | ||||
|   "weight": 98, | ||||
|   "evolutions": [ | ||||
|     { | ||||
|       "id": "cafe_fuecoco_crocalor", | ||||
|       "variant": "level_up", | ||||
|       "result": "crocalor", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [ | ||||
|         { | ||||
|           "variant": "level", | ||||
|           "minLevel": 16 | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "baseScale": 0.6, | ||||
|   "hitbox": { | ||||
|     "width": 0.8, | ||||
|     "height": 1.1, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "cannotDynamax": false, | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.fuecoco.desc" | ||||
|   ] | ||||
| } | ||||
| @ -0,0 +1,165 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Litten", | ||||
|   "nationalPokedexNumber": 725, | ||||
|   "primaryType": "fire", | ||||
|   "abilities": [ | ||||
|     "blaze", | ||||
|     "h:intimidate" | ||||
|   ], | ||||
|   "baseStats": { | ||||
|     "hp": 45, | ||||
|     "attack": 65, | ||||
|     "defence": 40, | ||||
|     "special_attack": 60, | ||||
|     "special_defence": 40, | ||||
|     "speed": 70 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": 0.875, | ||||
|   "shoulderMountable": false, | ||||
|   "baseExperienceYield": 64, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 15, | ||||
|   "eggGroups": [ | ||||
|     "field" | ||||
|   ], | ||||
|   "drops": { | ||||
|     "amount": 2, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "cobblemon:charcoal_stick", | ||||
|         "percentage": 5.0 | ||||
|       }, | ||||
|       { | ||||
|         "item": "cobblemon:expert_belt", | ||||
|         "percentage": 5.0 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:growl", | ||||
|     "1:scratch", | ||||
|     "3:ember", | ||||
|     "6:lick", | ||||
|     "9:roar", | ||||
|     "11:leer", | ||||
|     "12:furyswipes", | ||||
|     "15:bite", | ||||
|     "18:doublekick", | ||||
|     "21:firefang", | ||||
|     "24:scaryface", | ||||
|     "27:swagger", | ||||
|     "30:flamethrower", | ||||
|     "33:thrash", | ||||
|     "36:flareblitz", | ||||
|     "46:outrage", | ||||
|     "egg:bodyslam", | ||||
|     "egg:crunch", | ||||
|     "egg:fakeout", | ||||
|     "egg:heatwave", | ||||
|     "egg:nastyplot", | ||||
|     "egg:partingshot", | ||||
|     "egg:powertrip", | ||||
|     "egg:revenge", | ||||
|     "tm:acrobatics", | ||||
|     "tm:attract", | ||||
|     "tm:bodyslam", | ||||
|     "tm:bulkup", | ||||
|     "tm:confide", | ||||
|     "tm:crunch", | ||||
|     "tm:doubleedge", | ||||
|     "tm:doubleteam", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:facade", | ||||
|     "tm:fireblast", | ||||
|     "tm:firefang", | ||||
|     "tm:firepledge", | ||||
|     "tm:firespin", | ||||
|     "tm:flamecharge", | ||||
|     "tm:flamethrower", | ||||
|     "tm:flareblitz", | ||||
|     "tm:frustration", | ||||
|     "tm:heatwave", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:leechlife", | ||||
|     "tm:nastyplot", | ||||
|     "tm:outrage", | ||||
|     "tm:overheat", | ||||
|     "tm:payday", | ||||
|     "tm:protect", | ||||
|     "tm:rest", | ||||
|     "tm:return", | ||||
|     "tm:revenge", | ||||
|     "tm:roar", | ||||
|     "tm:round", | ||||
|     "tm:scaryface", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:snore", | ||||
|     "tm:substitute", | ||||
|     "tm:sunnyday", | ||||
|     "tm:swagger", | ||||
|     "tm:swordsdance", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:temperflare", | ||||
|     "tm:terablast", | ||||
|     "tm:torment", | ||||
|     "tm:toxic", | ||||
|     "tm:trailblaze", | ||||
|     "tm:uturn", | ||||
|     "tm:willowisp", | ||||
|     "tm:workup", | ||||
|     "tutor:covet", | ||||
|     "tutor:endeavor", | ||||
|     "tutor:firepledge", | ||||
|     "tutor:heatwave", | ||||
|     "tutor:outrage", | ||||
|     "tutor:snore" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen7" | ||||
|   ], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.litten.desc" | ||||
|   ], | ||||
|  | ||||
|   "evolutions": [ | ||||
|     { | ||||
|       "id": "litten_torracat", | ||||
|       "variant": "level_up", | ||||
|       "result": "torracat", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [ | ||||
|         { | ||||
|           "variant": "level", | ||||
|           "minLevel": 17 | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "baseScale": 0.6, | ||||
|   "hitbox": { | ||||
|     "width": 0.7, | ||||
|     "height": 0.9, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "baseFriendship": 50, | ||||
|   "evYield": { | ||||
|     "hp": 0, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 1 | ||||
|   }, | ||||
|   "height": 4, | ||||
|   "weight": 43, | ||||
|   "aspects": [], | ||||
|   "cannotDynamax": false | ||||
| } | ||||
|  | ||||
| @ -0,0 +1,582 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Mew", | ||||
|   "nationalPokedexNumber": 151, | ||||
|   "primaryType": "psychic", | ||||
|   "abilities": [ | ||||
|     "synchronize" | ||||
|   ], | ||||
|   "baseStats": { | ||||
|     "hp": 100, | ||||
|     "attack": 100, | ||||
|     "defence": 100, | ||||
|     "special_attack": 100, | ||||
|     "special_defence": 100, | ||||
|     "speed": 100 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": -1, | ||||
|   "shoulderMountable": false, | ||||
|   "baseExperienceYield": 300, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 120, | ||||
|   "eggGroups": [ | ||||
|     "undiscovered" | ||||
|   ], | ||||
|   "behaviour": { | ||||
|     "moving": { | ||||
|       "fly": { | ||||
|         "canFly": true | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:pound", | ||||
|     "1:reflecttype", | ||||
|     "10:amnesia", | ||||
|     "10:megapunch", | ||||
|     "20:batonpass", | ||||
|     "30:ancientpower", | ||||
|     "40:barrier", | ||||
|     "40:lifedew", | ||||
|     "50:nastyplot", | ||||
|     "60:metronome", | ||||
|     "70:imprison", | ||||
|     "70:mefirst", | ||||
|     "80:transform", | ||||
|     "90:aurasphere", | ||||
|     "100:psychic", | ||||
|     "tm:acidspray", | ||||
|     "tm:acrobatics", | ||||
|     "tm:aerialace", | ||||
|     "tm:agility", | ||||
|     "tm:aircutter", | ||||
|     "tm:airslash", | ||||
|     "tm:alluringvoice", | ||||
|     "tm:allyswitch", | ||||
|     "tm:amnesia", | ||||
|     "tm:assurance", | ||||
|     "tm:attract", | ||||
|     "tm:aurasphere", | ||||
|     "tm:auroraveil", | ||||
|     "tm:avalanche", | ||||
|     "tm:batonpass", | ||||
|     "tm:beatup", | ||||
|     "tm:blastburn", | ||||
|     "tm:blazekick", | ||||
|     "tm:blizzard", | ||||
|     "tm:bodypress", | ||||
|     "tm:bodyslam", | ||||
|     "tm:bounce", | ||||
|     "tm:bravebird", | ||||
|     "tm:breakingswipe", | ||||
|     "tm:brickbreak", | ||||
|     "tm:brine", | ||||
|     "tm:brutalswing", | ||||
|     "tm:bugbite", | ||||
|     "tm:bugbuzz", | ||||
|     "tm:bulkup", | ||||
|     "tm:bulldoze", | ||||
|     "tm:bulletseed", | ||||
|     "tm:burningjealousy", | ||||
|     "tm:calmmind", | ||||
|     "tm:captivate", | ||||
|     "tm:charge", | ||||
|     "tm:chargebeam", | ||||
|     "tm:charm", | ||||
|     "tm:chillingwater", | ||||
|     "tm:closecombat", | ||||
|     "tm:coaching", | ||||
|     "tm:confide", | ||||
|     "tm:confuseray", | ||||
|     "tm:cosmicpower", | ||||
|     "tm:crosspoison", | ||||
|     "tm:crunch", | ||||
|     "tm:curse", | ||||
|     "tm:cut", | ||||
|     "tm:darkestlariat", | ||||
|     "tm:darkpulse", | ||||
|     "tm:dazzlinggleam", | ||||
|     "tm:defog", | ||||
|     "tm:dig", | ||||
|     "tm:disarmingvoice", | ||||
|     "tm:dive", | ||||
|     "tm:doubleedge", | ||||
|     "tm:doubleteam", | ||||
|     "tm:dracometeor", | ||||
|     "tm:dragoncheer", | ||||
|     "tm:dragonclaw", | ||||
|     "tm:dragondance", | ||||
|     "tm:dragonpulse", | ||||
|     "tm:dragontail", | ||||
|     "tm:drainingkiss", | ||||
|     "tm:drainpunch", | ||||
|     "tm:dreameater", | ||||
|     "tm:drillrun", | ||||
|     "tm:dualwingbeat", | ||||
|     "tm:earthpower", | ||||
|     "tm:earthquake", | ||||
|     "tm:echoedvoice", | ||||
|     "tm:eerieimpulse", | ||||
|     "tm:electricterrain", | ||||
|     "tm:electroball", | ||||
|     "tm:electroweb", | ||||
|     "tm:embargo", | ||||
|     "tm:encore", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:energyball", | ||||
|     "tm:expandingforce", | ||||
|     "tm:explosion", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:falseswipe", | ||||
|     "tm:featherdance", | ||||
|     "tm:fireblast", | ||||
|     "tm:firefang", | ||||
|     "tm:firepledge", | ||||
|     "tm:firepunch", | ||||
|     "tm:firespin", | ||||
|     "tm:flamecharge", | ||||
|     "tm:flamethrower", | ||||
|     "tm:flareblitz", | ||||
|     "tm:flash", | ||||
|     "tm:flashcannon", | ||||
|     "tm:fling", | ||||
|     "tm:flipturn", | ||||
|     "tm:fly", | ||||
|     "tm:focusblast", | ||||
|     "tm:focusenergy", | ||||
|     "tm:focuspunch", | ||||
|     "tm:foulplay", | ||||
|     "tm:frenzyplant", | ||||
|     "tm:frostbreath", | ||||
|     "tm:frustration", | ||||
|     "tm:futuresight", | ||||
|     "tm:gigadrain", | ||||
|     "tm:gigaimpact", | ||||
|     "tm:grassknot", | ||||
|     "tm:grasspledge", | ||||
|     "tm:grassyglide", | ||||
|     "tm:grassyterrain", | ||||
|     "tm:gravity", | ||||
|     "tm:guardswap", | ||||
|     "tm:gunkshot", | ||||
|     "tm:gyroball", | ||||
|     "tm:hail", | ||||
|     "tm:hardpress", | ||||
|     "tm:haze", | ||||
|     "tm:heatcrash", | ||||
|     "tm:heatwave", | ||||
|     "tm:heavyslam", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hex", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:highhorsepower", | ||||
|     "tm:honeclaws", | ||||
|     "tm:hurricane", | ||||
|     "tm:hydrocannon", | ||||
|     "tm:hydropump", | ||||
|     "tm:hyperbeam", | ||||
|     "tm:hypervoice", | ||||
|     "tm:icebeam", | ||||
|     "tm:icefang", | ||||
|     "tm:icepunch", | ||||
|     "tm:icespinner", | ||||
|     "tm:iciclespear", | ||||
|     "tm:icywind", | ||||
|     "tm:imprison", | ||||
|     "tm:incinerate", | ||||
|     "tm:infestation", | ||||
|     "tm:irondefense", | ||||
|     "tm:ironhead", | ||||
|     "tm:irontail", | ||||
|     "tm:knockoff", | ||||
|     "tm:lashout", | ||||
|     "tm:leafblade", | ||||
|     "tm:leafstorm", | ||||
|     "tm:leechlife", | ||||
|     "tm:lightscreen", | ||||
|     "tm:liquidation", | ||||
|     "tm:lowkick", | ||||
|     "tm:lowsweep", | ||||
|     "tm:lunge", | ||||
|     "tm:magicalleaf", | ||||
|     "tm:magicroom", | ||||
|     "tm:megahorn", | ||||
|     "tm:megakick", | ||||
|     "tm:megapunch", | ||||
|     "tm:metalclaw", | ||||
|     "tm:metalsound", | ||||
|     "tm:meteorbeam", | ||||
|     "tm:metronome", | ||||
|     "tm:mistyexplosion", | ||||
|     "tm:mistyterrain", | ||||
|     "tm:muddywater", | ||||
|     "tm:mudshot", | ||||
|     "tm:mudslap", | ||||
|     "tm:mysticalfire", | ||||
|     "tm:nastyplot", | ||||
|     "tm:naturalgift", | ||||
|     "tm:naturepower", | ||||
|     "tm:nightshade", | ||||
|     "tm:outrage", | ||||
|     "tm:overheat", | ||||
|     "tm:painsplit", | ||||
|     "tm:payback", | ||||
|     "tm:payday", | ||||
|     "tm:petalblizzard", | ||||
|     "tm:phantomforce", | ||||
|     "tm:pinmissile", | ||||
|     "tm:playrough", | ||||
|     "tm:pluck", | ||||
|     "tm:poisonjab", | ||||
|     "tm:poisontail", | ||||
|     "tm:pollenpuff", | ||||
|     "tm:poltergeist", | ||||
|     "tm:pounce", | ||||
|     "tm:powergem", | ||||
|     "tm:powerswap", | ||||
|     "tm:poweruppunch", | ||||
|     "tm:powerwhip", | ||||
|     "tm:protect", | ||||
|     "tm:psybeam", | ||||
|     "tm:psychic", | ||||
|     "tm:psychicfangs", | ||||
|     "tm:psychicnoise", | ||||
|     "tm:psychicterrain", | ||||
|     "tm:psychocut", | ||||
|     "tm:psychup", | ||||
|     "tm:psyshock", | ||||
|     "tm:quash", | ||||
|     "tm:raindance", | ||||
|     "tm:razorshell", | ||||
|     "tm:recycle", | ||||
|     "tm:reflect", | ||||
|     "tm:rest", | ||||
|     "tm:retaliate", | ||||
|     "tm:return", | ||||
|     "tm:revenge", | ||||
|     "tm:reversal", | ||||
|     "tm:roar", | ||||
|     "tm:rockblast", | ||||
|     "tm:rockclimb", | ||||
|     "tm:rockpolish", | ||||
|     "tm:rockslide", | ||||
|     "tm:rocksmash", | ||||
|     "tm:rocktomb", | ||||
|     "tm:roost", | ||||
|     "tm:round", | ||||
|     "tm:safeguard", | ||||
|     "tm:sandstorm", | ||||
|     "tm:sandtomb", | ||||
|     "tm:scald", | ||||
|     "tm:scaleshot", | ||||
|     "tm:scaryface", | ||||
|     "tm:screech", | ||||
|     "tm:scorchingsands", | ||||
|     "tm:secretpower", | ||||
|     "tm:seedbomb", | ||||
|     "tm:selfdestruct", | ||||
|     "tm:shadowball", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:shockwave", | ||||
|     "tm:silverwind", | ||||
|     "tm:skillswap", | ||||
|     "tm:skittersmack", | ||||
|     "tm:skydrop", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:sludgebomb", | ||||
|     "tm:sludgewave", | ||||
|     "tm:smackdown", | ||||
|     "tm:smartstrike", | ||||
|     "tm:snarl", | ||||
|     "tm:snatch", | ||||
|     "tm:snore", | ||||
|     "tm:snowscape", | ||||
|     "tm:solarbeam", | ||||
|     "tm:solarblade", | ||||
|     "tm:speedswap", | ||||
|     "tm:spikes", | ||||
|     "tm:spite", | ||||
|     "tm:stealthrock", | ||||
|     "tm:steelbeam", | ||||
|     "tm:steelwing", | ||||
|     "tm:stompingtantrum", | ||||
|     "tm:stoneedge", | ||||
|     "tm:storedpower", | ||||
|     "tm:strength", | ||||
|     "tm:strugglebug", | ||||
|     "tm:substitute", | ||||
|     "tm:sunnyday", | ||||
|     "tm:supercellslam", | ||||
|     "tm:superfang", | ||||
|     "tm:superpower", | ||||
|     "tm:surf", | ||||
|     "tm:swagger", | ||||
|     "tm:swift", | ||||
|     "tm:swordsdance", | ||||
|     "tm:tailslap", | ||||
|     "tm:tailwind", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:telekinesis", | ||||
|     "tm:temperflare", | ||||
|     "tm:terablast", | ||||
|     "tm:thief", | ||||
|     "tm:throatchop", | ||||
|     "tm:thunder", | ||||
|     "tm:thunderbolt", | ||||
|     "tm:thunderfang", | ||||
|     "tm:thunderpunch", | ||||
|     "tm:thunderwave", | ||||
|     "tm:torment", | ||||
|     "tm:toxic", | ||||
|     "tm:toxicspikes", | ||||
|     "tm:trailblaze", | ||||
|     "tm:triattack", | ||||
|     "tm:trick", | ||||
|     "tm:trickroom", | ||||
|     "tm:tripleaxel", | ||||
|     "tm:upperhand", | ||||
|     "tm:uproar", | ||||
|     "tm:uturn", | ||||
|     "tm:vacuumwave", | ||||
|     "tm:venomdrench", | ||||
|     "tm:venoshock", | ||||
|     "tm:voltswitch", | ||||
|     "tm:waterfall", | ||||
|     "tm:waterpledge", | ||||
|     "tm:waterpulse", | ||||
|     "tm:weatherball", | ||||
|     "tm:whirlpool", | ||||
|     "tm:wildcharge", | ||||
|     "tm:willowisp", | ||||
|     "tm:wonderroom", | ||||
|     "tm:workup", | ||||
|     "tm:xscissor", | ||||
|     "tm:zenheadbutt", | ||||
|     "tutor:afteryou", | ||||
|     "tutor:aircutter", | ||||
|     "tutor:allyswitch", | ||||
|     "tutor:amnesia", | ||||
|     "tutor:ancientpower", | ||||
|     "tutor:aquatail", | ||||
|     "tutor:attract", | ||||
|     "tutor:barrier", | ||||
|     "tutor:bide", | ||||
|     "tutor:bind", | ||||
|     "tutor:blizzard", | ||||
|     "tutor:block", | ||||
|     "tutor:bodyslam", | ||||
|     "tutor:bounce", | ||||
|     "tutor:brickbreak", | ||||
|     "tutor:bubblebeam", | ||||
|     "tutor:bugbite", | ||||
|     "tutor:bulkup", | ||||
|     "tutor:burningjealousy", | ||||
|     "tutor:calmmind", | ||||
|     "tutor:coaching", | ||||
|     "tutor:confusion", | ||||
|     "tutor:corrosivegas", | ||||
|     "tutor:counter", | ||||
|     "tutor:covet", | ||||
|     "tutor:curse", | ||||
|     "tutor:cut", | ||||
|     "tutor:defensecurl", | ||||
|     "tutor:defog", | ||||
|     "tutor:detect", | ||||
|     "tutor:dig", | ||||
|     "tutor:dive", | ||||
|     "tutor:doubleedge", | ||||
|     "tutor:doubleteam", | ||||
|     "tutor:dragonbreath", | ||||
|     "tutor:dragonrage", | ||||
|     "tutor:dragontail", | ||||
|     "tutor:drainpunch", | ||||
|     "tutor:dreameater", | ||||
|     "tutor:drillrun", | ||||
|     "tutor:dualchop", | ||||
|     "tutor:dualwingbeat", | ||||
|     "tutor:dynamicpunch", | ||||
|     "tutor:earthquake", | ||||
|     "tutor:eggbomb", | ||||
|     "tutor:electroweb", | ||||
|     "tutor:endeavor", | ||||
|     "tutor:endure", | ||||
|     "tutor:expandingforce", | ||||
|     "tutor:explosion", | ||||
|     "tutor:facade", | ||||
|     "tutor:fakeout", | ||||
|     "tutor:feintattack", | ||||
|     "tutor:fireblast", | ||||
|     "tutor:firepunch", | ||||
|     "tutor:fissure", | ||||
|     "tutor:flash", | ||||
|     "tutor:flipturn", | ||||
|     "tutor:fly", | ||||
|     "tutor:focuspunch", | ||||
|     "tutor:foulplay", | ||||
|     "tutor:frustration", | ||||
|     "tutor:furycutter", | ||||
|     "tutor:gastroacid", | ||||
|     "tutor:gigadrain", | ||||
|     "tutor:grassyglide", | ||||
|     "tutor:gravity", | ||||
|     "tutor:gunkshot", | ||||
|     "tutor:headbutt", | ||||
|     "tutor:healbell", | ||||
|     "tutor:heatwave", | ||||
|     "tutor:helpinghand", | ||||
|     "tutor:hiddenpower", | ||||
|     "tutor:horndrill", | ||||
|     "tutor:hyperbeam", | ||||
|     "tutor:hypnosis", | ||||
|     "tutor:icepunch", | ||||
|     "tutor:icywind", | ||||
|     "tutor:irondefense", | ||||
|     "tutor:ironhead", | ||||
|     "tutor:irontail", | ||||
|     "tutor:knockoff", | ||||
|     "tutor:laserfocus", | ||||
|     "tutor:lashout", | ||||
|     "tutor:lastresort", | ||||
|     "tutor:liquidation", | ||||
|     "tutor:lowkick", | ||||
|     "tutor:magiccoat", | ||||
|     "tutor:magicroom", | ||||
|     "tutor:magnetrise", | ||||
|     "tutor:megadrain", | ||||
|     "tutor:megahorn", | ||||
|     "tutor:megakick", | ||||
|     "tutor:megapunch", | ||||
|     "tutor:meteorbeam", | ||||
|     "tutor:metronome", | ||||
|     "tutor:mimic", | ||||
|     "tutor:mistyexplosion", | ||||
|     "tutor:mudslap", | ||||
|     "tutor:nastyplot", | ||||
|     "tutor:nightmare", | ||||
|     "tutor:nightshade", | ||||
|     "tutor:ominouswind", | ||||
|     "tutor:outrage", | ||||
|     "tutor:painsplit", | ||||
|     "tutor:payday", | ||||
|     "tutor:playrough", | ||||
|     "tutor:poisonjab", | ||||
|     "tutor:poltergeist", | ||||
|     "tutor:pound", | ||||
|     "tutor:protect", | ||||
|     "tutor:psychic", | ||||
|     "tutor:psychup", | ||||
|     "tutor:psywave", | ||||
|     "tutor:rage", | ||||
|     "tutor:raindance", | ||||
|     "tutor:razorwind", | ||||
|     "tutor:recycle", | ||||
|     "tutor:reflect", | ||||
|     "tutor:rest", | ||||
|     "tutor:return", | ||||
|     "tutor:risingvoltage", | ||||
|     "tutor:roar", | ||||
|     "tutor:rockslide", | ||||
|     "tutor:rocksmash", | ||||
|     "tutor:roleplay", | ||||
|     "tutor:rollout", | ||||
|     "tutor:roost", | ||||
|     "tutor:sandstorm", | ||||
|     "tutor:scald", | ||||
|     "tutor:scaleshot", | ||||
|     "tutor:scorchingsands", | ||||
|     "tutor:seedbomb", | ||||
|     "tutor:seismictoss", | ||||
|     "tutor:selfdestruct", | ||||
|     "tutor:shockwave", | ||||
|     "tutor:signalbeam", | ||||
|     "tutor:skillswap", | ||||
|     "tutor:skittersmack", | ||||
|     "tutor:skullbash", | ||||
|     "tutor:skyattack", | ||||
|     "tutor:sleeptalk", | ||||
|     "tutor:snatch", | ||||
|     "tutor:snore", | ||||
|     "tutor:softboiled", | ||||
|     "tutor:solarbeam", | ||||
|     "tutor:spite", | ||||
|     "tutor:stealthrock", | ||||
|     "tutor:steelroller", | ||||
|     "tutor:steelwing", | ||||
|     "tutor:stompingtantrum", | ||||
|     "tutor:strength", | ||||
|     "tutor:stringshot", | ||||
|     "tutor:submission", | ||||
|     "tutor:substitute", | ||||
|     "tutor:suckerpunch", | ||||
|     "tutor:sunnyday", | ||||
|     "tutor:superfang", | ||||
|     "tutor:superpower", | ||||
|     "tutor:swagger", | ||||
|     "tutor:sweetscent", | ||||
|     "tutor:swordsdance", | ||||
|     "tutor:synthesis", | ||||
|     "tutor:tailwind", | ||||
|     "tutor:takedown", | ||||
|     "tutor:taunt", | ||||
|     "tutor:telekinesis", | ||||
|     "tutor:teleport", | ||||
|     "tutor:terrainpulse", | ||||
|     "tutor:thief", | ||||
|     "tutor:throatchop", | ||||
|     "tutor:thunder", | ||||
|     "tutor:thunderpunch", | ||||
|     "tutor:thunderwave", | ||||
|     "tutor:toxic", | ||||
|     "tutor:transform", | ||||
|     "tutor:triattack", | ||||
|     "tutor:trick", | ||||
|     "tutor:tripleaxel", | ||||
|     "tutor:twister", | ||||
|     "tutor:uproar", | ||||
|     "tutor:uturn", | ||||
|     "tutor:vacuumwave", | ||||
|     "tutor:waterfall", | ||||
|     "tutor:watergun", | ||||
|     "tutor:waterpulse", | ||||
|     "tutor:whirlpool", | ||||
|     "tutor:whirlwind", | ||||
|     "tutor:willowisp", | ||||
|     "tutor:wonderroom", | ||||
|     "tutor:worryseed", | ||||
|     "tutor:xscissor", | ||||
|     "tutor:zapcannon", | ||||
|     "tutor:zenheadbutt" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen1", | ||||
|     "mythical", | ||||
|     "legendary" | ||||
|   ], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.cafe_mew.desc" | ||||
|   ], | ||||
|   "evolutions": [], | ||||
|   "baseScale": 0.5, | ||||
|   "hitbox": { | ||||
|     "width": 0.6, | ||||
|     "height": 1, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "baseFriendship": 100, | ||||
|   "evYield": { | ||||
|     "hp": 3, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 0 | ||||
|   }, | ||||
|   "height": 4, | ||||
|   "weight": 40, | ||||
|   "aspects": [], | ||||
|   "cannotDynamax": false | ||||
| } | ||||
| @ -0,0 +1,212 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Raichu", | ||||
|   "labels": ["custom"], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.cafe_raichu_alolan.desc1", | ||||
|     "cobblemon.species.cafe_raichu_alolan.desc2" | ||||
|   ], | ||||
|   "height": 11, | ||||
|   "weight": 300, | ||||
|   "shoulderMountable": false, | ||||
|   "shoulderEffects": ["slow_fall"], | ||||
|   "primaryType": "electric", | ||||
|   "secondaryType": "psychic", | ||||
|   "baseStats": { | ||||
|     "hp": 60, | ||||
|     "attack": 90, | ||||
|     "defence": 55, | ||||
|     "special_attack": 90, | ||||
|     "special_defence": 80, | ||||
|     "speed": 110 | ||||
|   }, | ||||
|   "catchRate": 75, | ||||
|   "maleRatio": 0.5, | ||||
|   "baseExperienceYield": 270, | ||||
|   "experienceGroup": "fluctuating", | ||||
|   "eggCycles": 10, | ||||
|   "eggGroups": ["field"], | ||||
|   "baseFriendship": 35, | ||||
|   "evYield": { | ||||
|     "hp": 2, | ||||
|     "speed": 3 | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:agility", | ||||
|     "1:charm", | ||||
|     "1:discharge", | ||||
|     "1:doubleteam", | ||||
|     "1:electroball", | ||||
|     "1:feint", | ||||
|     "1:growl", | ||||
|     "1:irontail", | ||||
|     "1:lightscreen", | ||||
|     "1:nastyplot", | ||||
|     "1:nuzzle", | ||||
|     "1:playnice", | ||||
|     "1:psychic", | ||||
|     "1:quickattack", | ||||
|     "1:slam", | ||||
|     "1:spark", | ||||
|     "1:speedswap", | ||||
|     "1:sweetkiss", | ||||
|     "1:tailwhip", | ||||
|     "1:thunder", | ||||
|     "1:thundershock", | ||||
|     "1:thunderwave", | ||||
|     "5:thunderbolt", | ||||
|     "tm:agility", | ||||
|     "tm:alluringvoice", | ||||
|     "tm:allyswitch", | ||||
|     "tm:attract", | ||||
|     "tm:bodyslam", | ||||
|     "tm:brickbreak", | ||||
|     "tm:calmmind", | ||||
|     "tm:charge", | ||||
|     "tm:chargebeam", | ||||
|     "tm:charm", | ||||
|     "tm:confide", | ||||
|     "tm:dig", | ||||
|     "tm:doubleteam", | ||||
|     "tm:drainingkiss", | ||||
|     "tm:echoedvoice", | ||||
|     "tm:eerieimpulse", | ||||
|     "tm:electricterrain", | ||||
|     "tm:electroball", | ||||
|     "tm:electroweb", | ||||
|     "tm:encore", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:expandingforce", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:fling", | ||||
|     "tm:focusblast", | ||||
|     "tm:focuspunch", | ||||
|     "tm:frustration", | ||||
|     "tm:futuresight", | ||||
|     "tm:gigaimpact", | ||||
|     "tm:grassknot", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:hyperbeam", | ||||
|     "tm:irontail", | ||||
|     "tm:knockoff", | ||||
|     "tm:lightscreen", | ||||
|     "tm:magicroom", | ||||
|     "tm:megakick", | ||||
|     "tm:megapunch", | ||||
|     "tm:nastyplot", | ||||
|     "tm:payday", | ||||
|     "tm:playrough", | ||||
|     "tm:protect", | ||||
|     "tm:psychic", | ||||
|     "tm:psychicnoise", | ||||
|     "tm:psychicterrain", | ||||
|     "tm:psyshock", | ||||
|     "tm:raindance", | ||||
|     "tm:reflect", | ||||
|     "tm:rest", | ||||
|     "tm:return", | ||||
|     "tm:reversal", | ||||
|     "tm:round", | ||||
|     "tm:safeguard", | ||||
|     "tm:skillswap", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:snore", | ||||
|     "tm:speedswap", | ||||
|     "tm:storedpower", | ||||
|     "tm:substitute", | ||||
|     "tm:surf", | ||||
|     "tm:swagger", | ||||
|     "tm:swift", | ||||
|     "tm:takedown", | ||||
|     "tm:terablast", | ||||
|     "tm:thief", | ||||
|     "tm:thunder", | ||||
|     "tm:thunderbolt", | ||||
|     "tm:thunderpunch", | ||||
|     "tm:thunderwave", | ||||
|     "tm:toxic", | ||||
|     "tm:trailblaze", | ||||
|     "tm:upperhand", | ||||
|     "tm:uproar", | ||||
|     "tm:voltswitch", | ||||
|     "tm:wildcharge", | ||||
|     "tutor:allyswitch", | ||||
|     "tutor:brickbreak", | ||||
|     "tutor:calmmind", | ||||
|     "tutor:covet", | ||||
|     "tutor:dig", | ||||
|     "tutor:doubleteam", | ||||
|     "tutor:electroweb", | ||||
|     "tutor:encore", | ||||
|     "tutor:expandingforce", | ||||
|     "tutor:facade", | ||||
|     "tutor:fakeout", | ||||
|     "tutor:focuspunch", | ||||
|     "tutor:growl", | ||||
|     "tutor:headbutt", | ||||
|     "tutor:helpinghand", | ||||
|     "tutor:hyperbeam", | ||||
|     "tutor:irontail", | ||||
|     "tutor:knockoff", | ||||
|     "tutor:laserfocus", | ||||
|     "tutor:lightscreen", | ||||
|     "tutor:magiccoat", | ||||
|     "tutor:magicroom", | ||||
|     "tutor:magnetrise", | ||||
|     "tutor:payday", | ||||
|     "tutor:protect", | ||||
|     "tutor:psychic", | ||||
|     "tutor:recycle", | ||||
|     "tutor:reflect", | ||||
|     "tutor:rest", | ||||
|     "tutor:risingvoltage", | ||||
|     "tutor:seismictoss", | ||||
|     "tutor:shockwave", | ||||
|     "tutor:signalbeam", | ||||
|     "tutor:snore", | ||||
|     "tutor:substitute", | ||||
|     "tutor:tailwhip", | ||||
|     "tutor:telekinesis", | ||||
|     "tutor:teleport", | ||||
|     "tutor:thunder", | ||||
|     "tutor:thunderbolt", | ||||
|     "tutor:thunderpunch", | ||||
|     "tutor:thundershock", | ||||
|     "tutor:thunderwave", | ||||
|     "tutor:toxic" | ||||
|   ], | ||||
|   "abilities": ["static", "h:flashfire"], | ||||
|   "evolutions": [], | ||||
|   "baseScale": 1, | ||||
|   "hitbox": { | ||||
|     "width": 1, | ||||
|     "height": 1, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "drops": { | ||||
|     "amount": 2, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "minecraft:cake", | ||||
|         "quantityRange": "1-2", | ||||
|         "percentage": 66 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "behaviour": { | ||||
|     "moving": { | ||||
|       "canLook": false, | ||||
|       "fly": { | ||||
|         "canFly": false | ||||
|       }, | ||||
|       "swim": { | ||||
|         "swimSpeed": 0.2, | ||||
|         "canSwimInWater": false, | ||||
|         "canBreatheUnderwater": false | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
| @ -0,0 +1,143 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Sprigatito", | ||||
|   "nationalPokedexNumber": 906, | ||||
|   "primaryType": "grass", | ||||
|   "abilities": [ | ||||
|     "overgrow", | ||||
|     "h:protean" | ||||
|   ], | ||||
|   "drops": { | ||||
|     "amount": 1, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "cobblemon:miracle_seed", | ||||
|         "percentage": 5.0 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "baseStats": { | ||||
|     "hp": 40, | ||||
|     "attack": 61, | ||||
|     "defence": 54, | ||||
|     "special_attack": 45, | ||||
|     "special_defence": 45, | ||||
|     "speed": 65 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": 0.875, | ||||
|   "baseExperienceYield": 62, | ||||
|   "baseFriendship": 50, | ||||
|   "evYield": { | ||||
|     "hp": 0, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 1 | ||||
|   }, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 20, | ||||
|   "eggGroups": [ | ||||
|     "field", | ||||
|     "grass" | ||||
|   ], | ||||
|   "behaviour": { | ||||
|     "resting": { | ||||
|       "canSleep": true, | ||||
|       "willSleepOnBed": true, | ||||
|       "depth": "normal", | ||||
|       "light": "0-4" | ||||
|     }, | ||||
|     "moving": { | ||||
|       "walk": { | ||||
|         "walkSpeed": 0.2 | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:leafage", | ||||
|     "1:scratch", | ||||
|     "1:tailwhip", | ||||
|     "7:bite", | ||||
|     "10:honeclaws", | ||||
|     "13:magicalleaf", | ||||
|     "15:quickattack", | ||||
|     "17:seedbomb", | ||||
|     "21:uturn", | ||||
|     "25:worryseed", | ||||
|     "28:slash", | ||||
|     "32:energyball", | ||||
|     "36:playrough", | ||||
|     "egg:allyswitch", | ||||
|     "egg:copycat", | ||||
|     "egg:leechseed", | ||||
|     "egg:petalblizzard", | ||||
|     "egg:suckerpunch", | ||||
|     "tm:acrobatics", | ||||
|     "tm:agility", | ||||
|     "tm:bulletseed", | ||||
|     "tm:charm", | ||||
|     "tm:disarmingvoice", | ||||
|     "tm:endure", | ||||
|     "tm:energyball", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:gigadrain", | ||||
|     "tm:grassknot", | ||||
|     "tm:grasspledge", | ||||
|     "tm:grassyglide", | ||||
|     "tm:grassyterrain", | ||||
|     "tm:helpinghand", | ||||
|     "tm:leafstorm", | ||||
|     "tm:magicalleaf", | ||||
|     "tm:mudslap", | ||||
|     "tm:nastyplot", | ||||
|     "tm:petalblizzard", | ||||
|     "tm:playrough", | ||||
|     "tm:protect", | ||||
|     "tm:rest", | ||||
|     "tm:seedbomb", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:solarbeam", | ||||
|     "tm:substitute", | ||||
|     "tm:swift", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:terablast", | ||||
|     "tm:trailblaze", | ||||
|     "tm:uturn" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen9" | ||||
|   ], | ||||
|   "aspects": [], | ||||
|   "height": 4, | ||||
|   "weight": 41, | ||||
|   "evolutions": [ | ||||
|     { | ||||
|       "id": "cafe_sprigatito_floragato", | ||||
|       "variant": "level_up", | ||||
|       "result": "floragato", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [ | ||||
|         { | ||||
|           "variant": "level", | ||||
|           "minLevel": 16 | ||||
|         } | ||||
|       ] | ||||
|     } | ||||
|   ], | ||||
|   "baseScale": 0.6, | ||||
|   "hitbox": { | ||||
|     "width": 1, | ||||
|     "height": 1.0, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "cannotDynamax": false, | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.sprigatito.desc" | ||||
|   ] | ||||
| } | ||||
| @ -0,0 +1,582 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Mew", | ||||
|   "nationalPokedexNumber": 151, | ||||
|   "primaryType": "psychic", | ||||
|   "abilities": [ | ||||
|     "synchronize" | ||||
|   ], | ||||
|   "baseStats": { | ||||
|     "hp": 100, | ||||
|     "attack": 100, | ||||
|     "defence": 100, | ||||
|     "special_attack": 100, | ||||
|     "special_defence": 100, | ||||
|     "speed": 100 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": -1, | ||||
|   "shoulderMountable": false, | ||||
|   "baseExperienceYield": 300, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 120, | ||||
|   "eggGroups": [ | ||||
|     "undiscovered" | ||||
|   ], | ||||
|   "behaviour": { | ||||
|     "moving": { | ||||
|       "fly": { | ||||
|         "canFly": true | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:pound", | ||||
|     "1:reflecttype", | ||||
|     "10:amnesia", | ||||
|     "10:megapunch", | ||||
|     "20:batonpass", | ||||
|     "30:ancientpower", | ||||
|     "40:barrier", | ||||
|     "40:lifedew", | ||||
|     "50:nastyplot", | ||||
|     "60:metronome", | ||||
|     "70:imprison", | ||||
|     "70:mefirst", | ||||
|     "80:transform", | ||||
|     "90:aurasphere", | ||||
|     "100:psychic", | ||||
|     "tm:acidspray", | ||||
|     "tm:acrobatics", | ||||
|     "tm:aerialace", | ||||
|     "tm:agility", | ||||
|     "tm:aircutter", | ||||
|     "tm:airslash", | ||||
|     "tm:alluringvoice", | ||||
|     "tm:allyswitch", | ||||
|     "tm:amnesia", | ||||
|     "tm:assurance", | ||||
|     "tm:attract", | ||||
|     "tm:aurasphere", | ||||
|     "tm:auroraveil", | ||||
|     "tm:avalanche", | ||||
|     "tm:batonpass", | ||||
|     "tm:beatup", | ||||
|     "tm:blastburn", | ||||
|     "tm:blazekick", | ||||
|     "tm:blizzard", | ||||
|     "tm:bodypress", | ||||
|     "tm:bodyslam", | ||||
|     "tm:bounce", | ||||
|     "tm:bravebird", | ||||
|     "tm:breakingswipe", | ||||
|     "tm:brickbreak", | ||||
|     "tm:brine", | ||||
|     "tm:brutalswing", | ||||
|     "tm:bugbite", | ||||
|     "tm:bugbuzz", | ||||
|     "tm:bulkup", | ||||
|     "tm:bulldoze", | ||||
|     "tm:bulletseed", | ||||
|     "tm:burningjealousy", | ||||
|     "tm:calmmind", | ||||
|     "tm:captivate", | ||||
|     "tm:charge", | ||||
|     "tm:chargebeam", | ||||
|     "tm:charm", | ||||
|     "tm:chillingwater", | ||||
|     "tm:closecombat", | ||||
|     "tm:coaching", | ||||
|     "tm:confide", | ||||
|     "tm:confuseray", | ||||
|     "tm:cosmicpower", | ||||
|     "tm:crosspoison", | ||||
|     "tm:crunch", | ||||
|     "tm:curse", | ||||
|     "tm:cut", | ||||
|     "tm:darkestlariat", | ||||
|     "tm:darkpulse", | ||||
|     "tm:dazzlinggleam", | ||||
|     "tm:defog", | ||||
|     "tm:dig", | ||||
|     "tm:disarmingvoice", | ||||
|     "tm:dive", | ||||
|     "tm:doubleedge", | ||||
|     "tm:doubleteam", | ||||
|     "tm:dracometeor", | ||||
|     "tm:dragoncheer", | ||||
|     "tm:dragonclaw", | ||||
|     "tm:dragondance", | ||||
|     "tm:dragonpulse", | ||||
|     "tm:dragontail", | ||||
|     "tm:drainingkiss", | ||||
|     "tm:drainpunch", | ||||
|     "tm:dreameater", | ||||
|     "tm:drillrun", | ||||
|     "tm:dualwingbeat", | ||||
|     "tm:earthpower", | ||||
|     "tm:earthquake", | ||||
|     "tm:echoedvoice", | ||||
|     "tm:eerieimpulse", | ||||
|     "tm:electricterrain", | ||||
|     "tm:electroball", | ||||
|     "tm:electroweb", | ||||
|     "tm:embargo", | ||||
|     "tm:encore", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:energyball", | ||||
|     "tm:expandingforce", | ||||
|     "tm:explosion", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:falseswipe", | ||||
|     "tm:featherdance", | ||||
|     "tm:fireblast", | ||||
|     "tm:firefang", | ||||
|     "tm:firepledge", | ||||
|     "tm:firepunch", | ||||
|     "tm:firespin", | ||||
|     "tm:flamecharge", | ||||
|     "tm:flamethrower", | ||||
|     "tm:flareblitz", | ||||
|     "tm:flash", | ||||
|     "tm:flashcannon", | ||||
|     "tm:fling", | ||||
|     "tm:flipturn", | ||||
|     "tm:fly", | ||||
|     "tm:focusblast", | ||||
|     "tm:focusenergy", | ||||
|     "tm:focuspunch", | ||||
|     "tm:foulplay", | ||||
|     "tm:frenzyplant", | ||||
|     "tm:frostbreath", | ||||
|     "tm:frustration", | ||||
|     "tm:futuresight", | ||||
|     "tm:gigadrain", | ||||
|     "tm:gigaimpact", | ||||
|     "tm:grassknot", | ||||
|     "tm:grasspledge", | ||||
|     "tm:grassyglide", | ||||
|     "tm:grassyterrain", | ||||
|     "tm:gravity", | ||||
|     "tm:guardswap", | ||||
|     "tm:gunkshot", | ||||
|     "tm:gyroball", | ||||
|     "tm:hail", | ||||
|     "tm:hardpress", | ||||
|     "tm:haze", | ||||
|     "tm:heatcrash", | ||||
|     "tm:heatwave", | ||||
|     "tm:heavyslam", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hex", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:highhorsepower", | ||||
|     "tm:honeclaws", | ||||
|     "tm:hurricane", | ||||
|     "tm:hydrocannon", | ||||
|     "tm:hydropump", | ||||
|     "tm:hyperbeam", | ||||
|     "tm:hypervoice", | ||||
|     "tm:icebeam", | ||||
|     "tm:icefang", | ||||
|     "tm:icepunch", | ||||
|     "tm:icespinner", | ||||
|     "tm:iciclespear", | ||||
|     "tm:icywind", | ||||
|     "tm:imprison", | ||||
|     "tm:incinerate", | ||||
|     "tm:infestation", | ||||
|     "tm:irondefense", | ||||
|     "tm:ironhead", | ||||
|     "tm:irontail", | ||||
|     "tm:knockoff", | ||||
|     "tm:lashout", | ||||
|     "tm:leafblade", | ||||
|     "tm:leafstorm", | ||||
|     "tm:leechlife", | ||||
|     "tm:lightscreen", | ||||
|     "tm:liquidation", | ||||
|     "tm:lowkick", | ||||
|     "tm:lowsweep", | ||||
|     "tm:lunge", | ||||
|     "tm:magicalleaf", | ||||
|     "tm:magicroom", | ||||
|     "tm:megahorn", | ||||
|     "tm:megakick", | ||||
|     "tm:megapunch", | ||||
|     "tm:metalclaw", | ||||
|     "tm:metalsound", | ||||
|     "tm:meteorbeam", | ||||
|     "tm:metronome", | ||||
|     "tm:mistyexplosion", | ||||
|     "tm:mistyterrain", | ||||
|     "tm:muddywater", | ||||
|     "tm:mudshot", | ||||
|     "tm:mudslap", | ||||
|     "tm:mysticalfire", | ||||
|     "tm:nastyplot", | ||||
|     "tm:naturalgift", | ||||
|     "tm:naturepower", | ||||
|     "tm:nightshade", | ||||
|     "tm:outrage", | ||||
|     "tm:overheat", | ||||
|     "tm:painsplit", | ||||
|     "tm:payback", | ||||
|     "tm:payday", | ||||
|     "tm:petalblizzard", | ||||
|     "tm:phantomforce", | ||||
|     "tm:pinmissile", | ||||
|     "tm:playrough", | ||||
|     "tm:pluck", | ||||
|     "tm:poisonjab", | ||||
|     "tm:poisontail", | ||||
|     "tm:pollenpuff", | ||||
|     "tm:poltergeist", | ||||
|     "tm:pounce", | ||||
|     "tm:powergem", | ||||
|     "tm:powerswap", | ||||
|     "tm:poweruppunch", | ||||
|     "tm:powerwhip", | ||||
|     "tm:protect", | ||||
|     "tm:psybeam", | ||||
|     "tm:psychic", | ||||
|     "tm:psychicfangs", | ||||
|     "tm:psychicnoise", | ||||
|     "tm:psychicterrain", | ||||
|     "tm:psychocut", | ||||
|     "tm:psychup", | ||||
|     "tm:psyshock", | ||||
|     "tm:quash", | ||||
|     "tm:raindance", | ||||
|     "tm:razorshell", | ||||
|     "tm:recycle", | ||||
|     "tm:reflect", | ||||
|     "tm:rest", | ||||
|     "tm:retaliate", | ||||
|     "tm:return", | ||||
|     "tm:revenge", | ||||
|     "tm:reversal", | ||||
|     "tm:roar", | ||||
|     "tm:rockblast", | ||||
|     "tm:rockclimb", | ||||
|     "tm:rockpolish", | ||||
|     "tm:rockslide", | ||||
|     "tm:rocksmash", | ||||
|     "tm:rocktomb", | ||||
|     "tm:roost", | ||||
|     "tm:round", | ||||
|     "tm:safeguard", | ||||
|     "tm:sandstorm", | ||||
|     "tm:sandtomb", | ||||
|     "tm:scald", | ||||
|     "tm:scaleshot", | ||||
|     "tm:scaryface", | ||||
|     "tm:screech", | ||||
|     "tm:scorchingsands", | ||||
|     "tm:secretpower", | ||||
|     "tm:seedbomb", | ||||
|     "tm:selfdestruct", | ||||
|     "tm:shadowball", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:shockwave", | ||||
|     "tm:silverwind", | ||||
|     "tm:skillswap", | ||||
|     "tm:skittersmack", | ||||
|     "tm:skydrop", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:sludgebomb", | ||||
|     "tm:sludgewave", | ||||
|     "tm:smackdown", | ||||
|     "tm:smartstrike", | ||||
|     "tm:snarl", | ||||
|     "tm:snatch", | ||||
|     "tm:snore", | ||||
|     "tm:snowscape", | ||||
|     "tm:solarbeam", | ||||
|     "tm:solarblade", | ||||
|     "tm:speedswap", | ||||
|     "tm:spikes", | ||||
|     "tm:spite", | ||||
|     "tm:stealthrock", | ||||
|     "tm:steelbeam", | ||||
|     "tm:steelwing", | ||||
|     "tm:stompingtantrum", | ||||
|     "tm:stoneedge", | ||||
|     "tm:storedpower", | ||||
|     "tm:strength", | ||||
|     "tm:strugglebug", | ||||
|     "tm:substitute", | ||||
|     "tm:sunnyday", | ||||
|     "tm:supercellslam", | ||||
|     "tm:superfang", | ||||
|     "tm:superpower", | ||||
|     "tm:surf", | ||||
|     "tm:swagger", | ||||
|     "tm:swift", | ||||
|     "tm:swordsdance", | ||||
|     "tm:tailslap", | ||||
|     "tm:tailwind", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:telekinesis", | ||||
|     "tm:temperflare", | ||||
|     "tm:terablast", | ||||
|     "tm:thief", | ||||
|     "tm:throatchop", | ||||
|     "tm:thunder", | ||||
|     "tm:thunderbolt", | ||||
|     "tm:thunderfang", | ||||
|     "tm:thunderpunch", | ||||
|     "tm:thunderwave", | ||||
|     "tm:torment", | ||||
|     "tm:toxic", | ||||
|     "tm:toxicspikes", | ||||
|     "tm:trailblaze", | ||||
|     "tm:triattack", | ||||
|     "tm:trick", | ||||
|     "tm:trickroom", | ||||
|     "tm:tripleaxel", | ||||
|     "tm:upperhand", | ||||
|     "tm:uproar", | ||||
|     "tm:uturn", | ||||
|     "tm:vacuumwave", | ||||
|     "tm:venomdrench", | ||||
|     "tm:venoshock", | ||||
|     "tm:voltswitch", | ||||
|     "tm:waterfall", | ||||
|     "tm:waterpledge", | ||||
|     "tm:waterpulse", | ||||
|     "tm:weatherball", | ||||
|     "tm:whirlpool", | ||||
|     "tm:wildcharge", | ||||
|     "tm:willowisp", | ||||
|     "tm:wonderroom", | ||||
|     "tm:workup", | ||||
|     "tm:xscissor", | ||||
|     "tm:zenheadbutt", | ||||
|     "tutor:afteryou", | ||||
|     "tutor:aircutter", | ||||
|     "tutor:allyswitch", | ||||
|     "tutor:amnesia", | ||||
|     "tutor:ancientpower", | ||||
|     "tutor:aquatail", | ||||
|     "tutor:attract", | ||||
|     "tutor:barrier", | ||||
|     "tutor:bide", | ||||
|     "tutor:bind", | ||||
|     "tutor:blizzard", | ||||
|     "tutor:block", | ||||
|     "tutor:bodyslam", | ||||
|     "tutor:bounce", | ||||
|     "tutor:brickbreak", | ||||
|     "tutor:bubblebeam", | ||||
|     "tutor:bugbite", | ||||
|     "tutor:bulkup", | ||||
|     "tutor:burningjealousy", | ||||
|     "tutor:calmmind", | ||||
|     "tutor:coaching", | ||||
|     "tutor:confusion", | ||||
|     "tutor:corrosivegas", | ||||
|     "tutor:counter", | ||||
|     "tutor:covet", | ||||
|     "tutor:curse", | ||||
|     "tutor:cut", | ||||
|     "tutor:defensecurl", | ||||
|     "tutor:defog", | ||||
|     "tutor:detect", | ||||
|     "tutor:dig", | ||||
|     "tutor:dive", | ||||
|     "tutor:doubleedge", | ||||
|     "tutor:doubleteam", | ||||
|     "tutor:dragonbreath", | ||||
|     "tutor:dragonrage", | ||||
|     "tutor:dragontail", | ||||
|     "tutor:drainpunch", | ||||
|     "tutor:dreameater", | ||||
|     "tutor:drillrun", | ||||
|     "tutor:dualchop", | ||||
|     "tutor:dualwingbeat", | ||||
|     "tutor:dynamicpunch", | ||||
|     "tutor:earthquake", | ||||
|     "tutor:eggbomb", | ||||
|     "tutor:electroweb", | ||||
|     "tutor:endeavor", | ||||
|     "tutor:endure", | ||||
|     "tutor:expandingforce", | ||||
|     "tutor:explosion", | ||||
|     "tutor:facade", | ||||
|     "tutor:fakeout", | ||||
|     "tutor:feintattack", | ||||
|     "tutor:fireblast", | ||||
|     "tutor:firepunch", | ||||
|     "tutor:fissure", | ||||
|     "tutor:flash", | ||||
|     "tutor:flipturn", | ||||
|     "tutor:fly", | ||||
|     "tutor:focuspunch", | ||||
|     "tutor:foulplay", | ||||
|     "tutor:frustration", | ||||
|     "tutor:furycutter", | ||||
|     "tutor:gastroacid", | ||||
|     "tutor:gigadrain", | ||||
|     "tutor:grassyglide", | ||||
|     "tutor:gravity", | ||||
|     "tutor:gunkshot", | ||||
|     "tutor:headbutt", | ||||
|     "tutor:healbell", | ||||
|     "tutor:heatwave", | ||||
|     "tutor:helpinghand", | ||||
|     "tutor:hiddenpower", | ||||
|     "tutor:horndrill", | ||||
|     "tutor:hyperbeam", | ||||
|     "tutor:hypnosis", | ||||
|     "tutor:icepunch", | ||||
|     "tutor:icywind", | ||||
|     "tutor:irondefense", | ||||
|     "tutor:ironhead", | ||||
|     "tutor:irontail", | ||||
|     "tutor:knockoff", | ||||
|     "tutor:laserfocus", | ||||
|     "tutor:lashout", | ||||
|     "tutor:lastresort", | ||||
|     "tutor:liquidation", | ||||
|     "tutor:lowkick", | ||||
|     "tutor:magiccoat", | ||||
|     "tutor:magicroom", | ||||
|     "tutor:magnetrise", | ||||
|     "tutor:megadrain", | ||||
|     "tutor:megahorn", | ||||
|     "tutor:megakick", | ||||
|     "tutor:megapunch", | ||||
|     "tutor:meteorbeam", | ||||
|     "tutor:metronome", | ||||
|     "tutor:mimic", | ||||
|     "tutor:mistyexplosion", | ||||
|     "tutor:mudslap", | ||||
|     "tutor:nastyplot", | ||||
|     "tutor:nightmare", | ||||
|     "tutor:nightshade", | ||||
|     "tutor:ominouswind", | ||||
|     "tutor:outrage", | ||||
|     "tutor:painsplit", | ||||
|     "tutor:payday", | ||||
|     "tutor:playrough", | ||||
|     "tutor:poisonjab", | ||||
|     "tutor:poltergeist", | ||||
|     "tutor:pound", | ||||
|     "tutor:protect", | ||||
|     "tutor:psychic", | ||||
|     "tutor:psychup", | ||||
|     "tutor:psywave", | ||||
|     "tutor:rage", | ||||
|     "tutor:raindance", | ||||
|     "tutor:razorwind", | ||||
|     "tutor:recycle", | ||||
|     "tutor:reflect", | ||||
|     "tutor:rest", | ||||
|     "tutor:return", | ||||
|     "tutor:risingvoltage", | ||||
|     "tutor:roar", | ||||
|     "tutor:rockslide", | ||||
|     "tutor:rocksmash", | ||||
|     "tutor:roleplay", | ||||
|     "tutor:rollout", | ||||
|     "tutor:roost", | ||||
|     "tutor:sandstorm", | ||||
|     "tutor:scald", | ||||
|     "tutor:scaleshot", | ||||
|     "tutor:scorchingsands", | ||||
|     "tutor:seedbomb", | ||||
|     "tutor:seismictoss", | ||||
|     "tutor:selfdestruct", | ||||
|     "tutor:shockwave", | ||||
|     "tutor:signalbeam", | ||||
|     "tutor:skillswap", | ||||
|     "tutor:skittersmack", | ||||
|     "tutor:skullbash", | ||||
|     "tutor:skyattack", | ||||
|     "tutor:sleeptalk", | ||||
|     "tutor:snatch", | ||||
|     "tutor:snore", | ||||
|     "tutor:softboiled", | ||||
|     "tutor:solarbeam", | ||||
|     "tutor:spite", | ||||
|     "tutor:stealthrock", | ||||
|     "tutor:steelroller", | ||||
|     "tutor:steelwing", | ||||
|     "tutor:stompingtantrum", | ||||
|     "tutor:strength", | ||||
|     "tutor:stringshot", | ||||
|     "tutor:submission", | ||||
|     "tutor:substitute", | ||||
|     "tutor:suckerpunch", | ||||
|     "tutor:sunnyday", | ||||
|     "tutor:superfang", | ||||
|     "tutor:superpower", | ||||
|     "tutor:swagger", | ||||
|     "tutor:sweetscent", | ||||
|     "tutor:swordsdance", | ||||
|     "tutor:synthesis", | ||||
|     "tutor:tailwind", | ||||
|     "tutor:takedown", | ||||
|     "tutor:taunt", | ||||
|     "tutor:telekinesis", | ||||
|     "tutor:teleport", | ||||
|     "tutor:terrainpulse", | ||||
|     "tutor:thief", | ||||
|     "tutor:throatchop", | ||||
|     "tutor:thunder", | ||||
|     "tutor:thunderpunch", | ||||
|     "tutor:thunderwave", | ||||
|     "tutor:toxic", | ||||
|     "tutor:transform", | ||||
|     "tutor:triattack", | ||||
|     "tutor:trick", | ||||
|     "tutor:tripleaxel", | ||||
|     "tutor:twister", | ||||
|     "tutor:uproar", | ||||
|     "tutor:uturn", | ||||
|     "tutor:vacuumwave", | ||||
|     "tutor:waterfall", | ||||
|     "tutor:watergun", | ||||
|     "tutor:waterpulse", | ||||
|     "tutor:whirlpool", | ||||
|     "tutor:whirlwind", | ||||
|     "tutor:willowisp", | ||||
|     "tutor:wonderroom", | ||||
|     "tutor:worryseed", | ||||
|     "tutor:xscissor", | ||||
|     "tutor:zapcannon", | ||||
|     "tutor:zenheadbutt" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen1", | ||||
|     "mythical", | ||||
|     "legendary" | ||||
|   ], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.mew.desc" | ||||
|   ], | ||||
|   "evolutions": [], | ||||
|   "baseScale": 0.5, | ||||
|   "hitbox": { | ||||
|     "width": 0.6, | ||||
|     "height": 1, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "baseFriendship": 100, | ||||
|   "evYield": { | ||||
|     "hp": 3, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 0 | ||||
|   }, | ||||
|   "height": 4, | ||||
|   "weight": 40, | ||||
|   "aspects": [], | ||||
|   "cannotDynamax": false | ||||
| } | ||||
| @ -0,0 +1,212 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Raichu", | ||||
|   "labels": ["custom"], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.cafe_raichu_alolan.desc1", | ||||
|     "cobblemon.species.cafe_raichu_alolan.desc2" | ||||
|   ], | ||||
|   "height": 11, | ||||
|   "weight": 300, | ||||
|   "shoulderMountable": false, | ||||
|   "shoulderEffects": ["slow_fall"], | ||||
|   "primaryType": "electric", | ||||
|   "secondaryType": "psychic", | ||||
|   "baseStats": { | ||||
|     "hp": 60, | ||||
|     "attack": 90, | ||||
|     "defence": 55, | ||||
|     "special_attack": 90, | ||||
|     "special_defence": 80, | ||||
|     "speed": 110 | ||||
|   }, | ||||
|   "catchRate": 75, | ||||
|   "maleRatio": 0.5, | ||||
|   "baseExperienceYield": 270, | ||||
|   "experienceGroup": "fluctuating", | ||||
|   "eggCycles": 10, | ||||
|   "eggGroups": ["field"], | ||||
|   "baseFriendship": 35, | ||||
|   "evYield": { | ||||
|     "hp": 2, | ||||
|     "speed": 3 | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:agility", | ||||
|     "1:charm", | ||||
|     "1:discharge", | ||||
|     "1:doubleteam", | ||||
|     "1:electroball", | ||||
|     "1:feint", | ||||
|     "1:growl", | ||||
|     "1:irontail", | ||||
|     "1:lightscreen", | ||||
|     "1:nastyplot", | ||||
|     "1:nuzzle", | ||||
|     "1:playnice", | ||||
|     "1:psychic", | ||||
|     "1:quickattack", | ||||
|     "1:slam", | ||||
|     "1:spark", | ||||
|     "1:speedswap", | ||||
|     "1:sweetkiss", | ||||
|     "1:tailwhip", | ||||
|     "1:thunder", | ||||
|     "1:thundershock", | ||||
|     "1:thunderwave", | ||||
|     "5:thunderbolt", | ||||
|     "tm:agility", | ||||
|     "tm:alluringvoice", | ||||
|     "tm:allyswitch", | ||||
|     "tm:attract", | ||||
|     "tm:bodyslam", | ||||
|     "tm:brickbreak", | ||||
|     "tm:calmmind", | ||||
|     "tm:charge", | ||||
|     "tm:chargebeam", | ||||
|     "tm:charm", | ||||
|     "tm:confide", | ||||
|     "tm:dig", | ||||
|     "tm:doubleteam", | ||||
|     "tm:drainingkiss", | ||||
|     "tm:echoedvoice", | ||||
|     "tm:eerieimpulse", | ||||
|     "tm:electricterrain", | ||||
|     "tm:electroball", | ||||
|     "tm:electroweb", | ||||
|     "tm:encore", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:expandingforce", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:fling", | ||||
|     "tm:focusblast", | ||||
|     "tm:focuspunch", | ||||
|     "tm:frustration", | ||||
|     "tm:futuresight", | ||||
|     "tm:gigaimpact", | ||||
|     "tm:grassknot", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:hyperbeam", | ||||
|     "tm:irontail", | ||||
|     "tm:knockoff", | ||||
|     "tm:lightscreen", | ||||
|     "tm:magicroom", | ||||
|     "tm:megakick", | ||||
|     "tm:megapunch", | ||||
|     "tm:nastyplot", | ||||
|     "tm:payday", | ||||
|     "tm:playrough", | ||||
|     "tm:protect", | ||||
|     "tm:psychic", | ||||
|     "tm:psychicnoise", | ||||
|     "tm:psychicterrain", | ||||
|     "tm:psyshock", | ||||
|     "tm:raindance", | ||||
|     "tm:reflect", | ||||
|     "tm:rest", | ||||
|     "tm:return", | ||||
|     "tm:reversal", | ||||
|     "tm:round", | ||||
|     "tm:safeguard", | ||||
|     "tm:skillswap", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:snore", | ||||
|     "tm:speedswap", | ||||
|     "tm:storedpower", | ||||
|     "tm:substitute", | ||||
|     "tm:surf", | ||||
|     "tm:swagger", | ||||
|     "tm:swift", | ||||
|     "tm:takedown", | ||||
|     "tm:terablast", | ||||
|     "tm:thief", | ||||
|     "tm:thunder", | ||||
|     "tm:thunderbolt", | ||||
|     "tm:thunderpunch", | ||||
|     "tm:thunderwave", | ||||
|     "tm:toxic", | ||||
|     "tm:trailblaze", | ||||
|     "tm:upperhand", | ||||
|     "tm:uproar", | ||||
|     "tm:voltswitch", | ||||
|     "tm:wildcharge", | ||||
|     "tutor:allyswitch", | ||||
|     "tutor:brickbreak", | ||||
|     "tutor:calmmind", | ||||
|     "tutor:covet", | ||||
|     "tutor:dig", | ||||
|     "tutor:doubleteam", | ||||
|     "tutor:electroweb", | ||||
|     "tutor:encore", | ||||
|     "tutor:expandingforce", | ||||
|     "tutor:facade", | ||||
|     "tutor:fakeout", | ||||
|     "tutor:focuspunch", | ||||
|     "tutor:growl", | ||||
|     "tutor:headbutt", | ||||
|     "tutor:helpinghand", | ||||
|     "tutor:hyperbeam", | ||||
|     "tutor:irontail", | ||||
|     "tutor:knockoff", | ||||
|     "tutor:laserfocus", | ||||
|     "tutor:lightscreen", | ||||
|     "tutor:magiccoat", | ||||
|     "tutor:magicroom", | ||||
|     "tutor:magnetrise", | ||||
|     "tutor:payday", | ||||
|     "tutor:protect", | ||||
|     "tutor:psychic", | ||||
|     "tutor:recycle", | ||||
|     "tutor:reflect", | ||||
|     "tutor:rest", | ||||
|     "tutor:risingvoltage", | ||||
|     "tutor:seismictoss", | ||||
|     "tutor:shockwave", | ||||
|     "tutor:signalbeam", | ||||
|     "tutor:snore", | ||||
|     "tutor:substitute", | ||||
|     "tutor:tailwhip", | ||||
|     "tutor:telekinesis", | ||||
|     "tutor:teleport", | ||||
|     "tutor:thunder", | ||||
|     "tutor:thunderbolt", | ||||
|     "tutor:thunderpunch", | ||||
|     "tutor:thundershock", | ||||
|     "tutor:thunderwave", | ||||
|     "tutor:toxic" | ||||
|   ], | ||||
|   "abilities": ["static", "h:flashfire"], | ||||
|   "evolutions": [], | ||||
|   "baseScale": 1, | ||||
|   "hitbox": { | ||||
|     "width": 1, | ||||
|     "height": 1, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "drops": { | ||||
|     "amount": 2, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "minecraft:cake", | ||||
|         "quantityRange": "1-2", | ||||
|         "percentage": 66 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "behaviour": { | ||||
|     "moving": { | ||||
|       "canLook": false, | ||||
|       "fly": { | ||||
|         "canFly": false | ||||
|       }, | ||||
|       "swim": { | ||||
|         "swimSpeed": 0.2, | ||||
|         "canSwimInWater": false, | ||||
|         "canBreatheUnderwater": false | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
| @ -0,0 +1,603 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Mew", | ||||
|   "nationalPokedexNumber": 151, | ||||
|   "primaryType": "psychic", | ||||
|   "abilities": [ | ||||
|     "synchronize" | ||||
|   ], | ||||
|   "baseStats": { | ||||
|     "hp": 100, | ||||
|     "attack": 100, | ||||
|     "defence": 100, | ||||
|     "special_attack": 100, | ||||
|     "special_defence": 100, | ||||
|     "speed": 100 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": -1, | ||||
|   "shoulderMountable": false, | ||||
|   "baseExperienceYield": 300, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 120, | ||||
|   "eggGroups": [ | ||||
|     "undiscovered" | ||||
|   ], | ||||
|   "behaviour": { | ||||
|     "moving": { | ||||
|       "fly": { | ||||
|         "canFly": true | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:pound", | ||||
|     "1:reflecttype", | ||||
|     "10:amnesia", | ||||
|     "10:megapunch", | ||||
|     "20:batonpass", | ||||
|     "30:ancientpower", | ||||
|     "40:barrier", | ||||
|     "40:lifedew", | ||||
|     "50:nastyplot", | ||||
|     "60:metronome", | ||||
|     "70:imprison", | ||||
|     "70:mefirst", | ||||
|     "80:transform", | ||||
|     "90:aurasphere", | ||||
|     "100:psychic", | ||||
|     "tm:acidspray", | ||||
|     "tm:acrobatics", | ||||
|     "tm:aerialace", | ||||
|     "tm:agility", | ||||
|     "tm:aircutter", | ||||
|     "tm:airslash", | ||||
|     "tm:alluringvoice", | ||||
|     "tm:allyswitch", | ||||
|     "tm:amnesia", | ||||
|     "tm:assurance", | ||||
|     "tm:attract", | ||||
|     "tm:aurasphere", | ||||
|     "tm:auroraveil", | ||||
|     "tm:avalanche", | ||||
|     "tm:batonpass", | ||||
|     "tm:beatup", | ||||
|     "tm:blastburn", | ||||
|     "tm:blazekick", | ||||
|     "tm:blizzard", | ||||
|     "tm:bodypress", | ||||
|     "tm:bodyslam", | ||||
|     "tm:bounce", | ||||
|     "tm:bravebird", | ||||
|     "tm:breakingswipe", | ||||
|     "tm:brickbreak", | ||||
|     "tm:brine", | ||||
|     "tm:brutalswing", | ||||
|     "tm:bugbite", | ||||
|     "tm:bugbuzz", | ||||
|     "tm:bulkup", | ||||
|     "tm:bulldoze", | ||||
|     "tm:bulletseed", | ||||
|     "tm:burningjealousy", | ||||
|     "tm:calmmind", | ||||
|     "tm:captivate", | ||||
|     "tm:charge", | ||||
|     "tm:chargebeam", | ||||
|     "tm:charm", | ||||
|     "tm:chillingwater", | ||||
|     "tm:closecombat", | ||||
|     "tm:coaching", | ||||
|     "tm:confide", | ||||
|     "tm:confuseray", | ||||
|     "tm:cosmicpower", | ||||
|     "tm:crosspoison", | ||||
|     "tm:crunch", | ||||
|     "tm:curse", | ||||
|     "tm:cut", | ||||
|     "tm:darkestlariat", | ||||
|     "tm:darkpulse", | ||||
|     "tm:dazzlinggleam", | ||||
|     "tm:defog", | ||||
|     "tm:dig", | ||||
|     "tm:disarmingvoice", | ||||
|     "tm:dive", | ||||
|     "tm:doubleedge", | ||||
|     "tm:doubleteam", | ||||
|     "tm:dracometeor", | ||||
|     "tm:dragoncheer", | ||||
|     "tm:dragonclaw", | ||||
|     "tm:dragondance", | ||||
|     "tm:dragonpulse", | ||||
|     "tm:dragontail", | ||||
|     "tm:drainingkiss", | ||||
|     "tm:drainpunch", | ||||
|     "tm:dreameater", | ||||
|     "tm:drillrun", | ||||
|     "tm:dualwingbeat", | ||||
|     "tm:earthpower", | ||||
|     "tm:earthquake", | ||||
|     "tm:echoedvoice", | ||||
|     "tm:eerieimpulse", | ||||
|     "tm:electricterrain", | ||||
|     "tm:electroball", | ||||
|     "tm:electroweb", | ||||
|     "tm:embargo", | ||||
|     "tm:encore", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:energyball", | ||||
|     "tm:expandingforce", | ||||
|     "tm:explosion", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:falseswipe", | ||||
|     "tm:featherdance", | ||||
|     "tm:fireblast", | ||||
|     "tm:firefang", | ||||
|     "tm:firepledge", | ||||
|     "tm:firepunch", | ||||
|     "tm:firespin", | ||||
|     "tm:flamecharge", | ||||
|     "tm:flamethrower", | ||||
|     "tm:flareblitz", | ||||
|     "tm:flash", | ||||
|     "tm:flashcannon", | ||||
|     "tm:fling", | ||||
|     "tm:flipturn", | ||||
|     "tm:fly", | ||||
|     "tm:focusblast", | ||||
|     "tm:focusenergy", | ||||
|     "tm:focuspunch", | ||||
|     "tm:foulplay", | ||||
|     "tm:frenzyplant", | ||||
|     "tm:frostbreath", | ||||
|     "tm:frustration", | ||||
|     "tm:futuresight", | ||||
|     "tm:gigadrain", | ||||
|     "tm:gigaimpact", | ||||
|     "tm:grassknot", | ||||
|     "tm:grasspledge", | ||||
|     "tm:grassyglide", | ||||
|     "tm:grassyterrain", | ||||
|     "tm:gravity", | ||||
|     "tm:guardswap", | ||||
|     "tm:gunkshot", | ||||
|     "tm:gyroball", | ||||
|     "tm:hail", | ||||
|     "tm:hardpress", | ||||
|     "tm:haze", | ||||
|     "tm:heatcrash", | ||||
|     "tm:heatwave", | ||||
|     "tm:heavyslam", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hex", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:highhorsepower", | ||||
|     "tm:honeclaws", | ||||
|     "tm:hurricane", | ||||
|     "tm:hydrocannon", | ||||
|     "tm:hydropump", | ||||
|     "tm:hyperbeam", | ||||
|     "tm:hypervoice", | ||||
|     "tm:icebeam", | ||||
|     "tm:icefang", | ||||
|     "tm:icepunch", | ||||
|     "tm:icespinner", | ||||
|     "tm:iciclespear", | ||||
|     "tm:icywind", | ||||
|     "tm:imprison", | ||||
|     "tm:incinerate", | ||||
|     "tm:infestation", | ||||
|     "tm:irondefense", | ||||
|     "tm:ironhead", | ||||
|     "tm:irontail", | ||||
|     "tm:knockoff", | ||||
|     "tm:lashout", | ||||
|     "tm:leafblade", | ||||
|     "tm:leafstorm", | ||||
|     "tm:leechlife", | ||||
|     "tm:lightscreen", | ||||
|     "tm:liquidation", | ||||
|     "tm:lowkick", | ||||
|     "tm:lowsweep", | ||||
|     "tm:lunge", | ||||
|     "tm:magicalleaf", | ||||
|     "tm:magicroom", | ||||
|     "tm:megahorn", | ||||
|     "tm:megakick", | ||||
|     "tm:megapunch", | ||||
|     "tm:metalclaw", | ||||
|     "tm:metalsound", | ||||
|     "tm:meteorbeam", | ||||
|     "tm:metronome", | ||||
|     "tm:mistyexplosion", | ||||
|     "tm:mistyterrain", | ||||
|     "tm:muddywater", | ||||
|     "tm:mudshot", | ||||
|     "tm:mudslap", | ||||
|     "tm:mysticalfire", | ||||
|     "tm:nastyplot", | ||||
|     "tm:naturalgift", | ||||
|     "tm:naturepower", | ||||
|     "tm:nightshade", | ||||
|     "tm:outrage", | ||||
|     "tm:overheat", | ||||
|     "tm:painsplit", | ||||
|     "tm:payback", | ||||
|     "tm:payday", | ||||
|     "tm:petalblizzard", | ||||
|     "tm:phantomforce", | ||||
|     "tm:pinmissile", | ||||
|     "tm:playrough", | ||||
|     "tm:pluck", | ||||
|     "tm:poisonjab", | ||||
|     "tm:poisontail", | ||||
|     "tm:pollenpuff", | ||||
|     "tm:poltergeist", | ||||
|     "tm:pounce", | ||||
|     "tm:powergem", | ||||
|     "tm:powerswap", | ||||
|     "tm:poweruppunch", | ||||
|     "tm:powerwhip", | ||||
|     "tm:protect", | ||||
|     "tm:psybeam", | ||||
|     "tm:psychic", | ||||
|     "tm:psychicfangs", | ||||
|     "tm:psychicnoise", | ||||
|     "tm:psychicterrain", | ||||
|     "tm:psychocut", | ||||
|     "tm:psychup", | ||||
|     "tm:psyshock", | ||||
|     "tm:quash", | ||||
|     "tm:raindance", | ||||
|     "tm:razorshell", | ||||
|     "tm:recycle", | ||||
|     "tm:reflect", | ||||
|     "tm:rest", | ||||
|     "tm:retaliate", | ||||
|     "tm:return", | ||||
|     "tm:revenge", | ||||
|     "tm:reversal", | ||||
|     "tm:roar", | ||||
|     "tm:rockblast", | ||||
|     "tm:rockclimb", | ||||
|     "tm:rockpolish", | ||||
|     "tm:rockslide", | ||||
|     "tm:rocksmash", | ||||
|     "tm:rocktomb", | ||||
|     "tm:roost", | ||||
|     "tm:round", | ||||
|     "tm:safeguard", | ||||
|     "tm:sandstorm", | ||||
|     "tm:sandtomb", | ||||
|     "tm:scald", | ||||
|     "tm:scaleshot", | ||||
|     "tm:scaryface", | ||||
|     "tm:screech", | ||||
|     "tm:scorchingsands", | ||||
|     "tm:secretpower", | ||||
|     "tm:seedbomb", | ||||
|     "tm:selfdestruct", | ||||
|     "tm:shadowball", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:shockwave", | ||||
|     "tm:silverwind", | ||||
|     "tm:skillswap", | ||||
|     "tm:skittersmack", | ||||
|     "tm:skydrop", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:sludgebomb", | ||||
|     "tm:sludgewave", | ||||
|     "tm:smackdown", | ||||
|     "tm:smartstrike", | ||||
|     "tm:snarl", | ||||
|     "tm:snatch", | ||||
|     "tm:snore", | ||||
|     "tm:snowscape", | ||||
|     "tm:solarbeam", | ||||
|     "tm:solarblade", | ||||
|     "tm:speedswap", | ||||
|     "tm:spikes", | ||||
|     "tm:spite", | ||||
|     "tm:stealthrock", | ||||
|     "tm:steelbeam", | ||||
|     "tm:steelwing", | ||||
|     "tm:stompingtantrum", | ||||
|     "tm:stoneedge", | ||||
|     "tm:storedpower", | ||||
|     "tm:strength", | ||||
|     "tm:strugglebug", | ||||
|     "tm:substitute", | ||||
|     "tm:sunnyday", | ||||
|     "tm:supercellslam", | ||||
|     "tm:superfang", | ||||
|     "tm:superpower", | ||||
|     "tm:surf", | ||||
|     "tm:swagger", | ||||
|     "tm:swift", | ||||
|     "tm:swordsdance", | ||||
|     "tm:tailslap", | ||||
|     "tm:tailwind", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:telekinesis", | ||||
|     "tm:temperflare", | ||||
|     "tm:terablast", | ||||
|     "tm:thief", | ||||
|     "tm:throatchop", | ||||
|     "tm:thunder", | ||||
|     "tm:thunderbolt", | ||||
|     "tm:thunderfang", | ||||
|     "tm:thunderpunch", | ||||
|     "tm:thunderwave", | ||||
|     "tm:torment", | ||||
|     "tm:toxic", | ||||
|     "tm:toxicspikes", | ||||
|     "tm:trailblaze", | ||||
|     "tm:triattack", | ||||
|     "tm:trick", | ||||
|     "tm:trickroom", | ||||
|     "tm:tripleaxel", | ||||
|     "tm:upperhand", | ||||
|     "tm:uproar", | ||||
|     "tm:uturn", | ||||
|     "tm:vacuumwave", | ||||
|     "tm:venomdrench", | ||||
|     "tm:venoshock", | ||||
|     "tm:voltswitch", | ||||
|     "tm:waterfall", | ||||
|     "tm:waterpledge", | ||||
|     "tm:waterpulse", | ||||
|     "tm:weatherball", | ||||
|     "tm:whirlpool", | ||||
|     "tm:wildcharge", | ||||
|     "tm:willowisp", | ||||
|     "tm:wonderroom", | ||||
|     "tm:workup", | ||||
|     "tm:xscissor", | ||||
|     "tm:zenheadbutt", | ||||
|     "tutor:afteryou", | ||||
|     "tutor:aircutter", | ||||
|     "tutor:allyswitch", | ||||
|     "tutor:amnesia", | ||||
|     "tutor:ancientpower", | ||||
|     "tutor:aquatail", | ||||
|     "tutor:attract", | ||||
|     "tutor:barrier", | ||||
|     "tutor:bide", | ||||
|     "tutor:bind", | ||||
|     "tutor:blizzard", | ||||
|     "tutor:block", | ||||
|     "tutor:bodyslam", | ||||
|     "tutor:bounce", | ||||
|     "tutor:brickbreak", | ||||
|     "tutor:bubblebeam", | ||||
|     "tutor:bugbite", | ||||
|     "tutor:bulkup", | ||||
|     "tutor:burningjealousy", | ||||
|     "tutor:calmmind", | ||||
|     "tutor:coaching", | ||||
|     "tutor:confusion", | ||||
|     "tutor:corrosivegas", | ||||
|     "tutor:counter", | ||||
|     "tutor:covet", | ||||
|     "tutor:curse", | ||||
|     "tutor:cut", | ||||
|     "tutor:defensecurl", | ||||
|     "tutor:defog", | ||||
|     "tutor:detect", | ||||
|     "tutor:dig", | ||||
|     "tutor:dive", | ||||
|     "tutor:doubleedge", | ||||
|     "tutor:doubleteam", | ||||
|     "tutor:dragonbreath", | ||||
|     "tutor:dragonrage", | ||||
|     "tutor:dragontail", | ||||
|     "tutor:drainpunch", | ||||
|     "tutor:dreameater", | ||||
|     "tutor:drillrun", | ||||
|     "tutor:dualchop", | ||||
|     "tutor:dualwingbeat", | ||||
|     "tutor:dynamicpunch", | ||||
|     "tutor:earthquake", | ||||
|     "tutor:eggbomb", | ||||
|     "tutor:electroweb", | ||||
|     "tutor:endeavor", | ||||
|     "tutor:endure", | ||||
|     "tutor:expandingforce", | ||||
|     "tutor:explosion", | ||||
|     "tutor:facade", | ||||
|     "tutor:fakeout", | ||||
|     "tutor:feintattack", | ||||
|     "tutor:fireblast", | ||||
|     "tutor:firepunch", | ||||
|     "tutor:fissure", | ||||
|     "tutor:flash", | ||||
|     "tutor:flipturn", | ||||
|     "tutor:fly", | ||||
|     "tutor:focuspunch", | ||||
|     "tutor:foulplay", | ||||
|     "tutor:frustration", | ||||
|     "tutor:furycutter", | ||||
|     "tutor:gastroacid", | ||||
|     "tutor:gigadrain", | ||||
|     "tutor:grassyglide", | ||||
|     "tutor:gravity", | ||||
|     "tutor:gunkshot", | ||||
|     "tutor:headbutt", | ||||
|     "tutor:healbell", | ||||
|     "tutor:heatwave", | ||||
|     "tutor:helpinghand", | ||||
|     "tutor:hiddenpower", | ||||
|     "tutor:horndrill", | ||||
|     "tutor:hyperbeam", | ||||
|     "tutor:hypnosis", | ||||
|     "tutor:icepunch", | ||||
|     "tutor:icywind", | ||||
|     "tutor:irondefense", | ||||
|     "tutor:ironhead", | ||||
|     "tutor:irontail", | ||||
|     "tutor:knockoff", | ||||
|     "tutor:laserfocus", | ||||
|     "tutor:lashout", | ||||
|     "tutor:lastresort", | ||||
|     "tutor:liquidation", | ||||
|     "tutor:lowkick", | ||||
|     "tutor:magiccoat", | ||||
|     "tutor:magicroom", | ||||
|     "tutor:magnetrise", | ||||
|     "tutor:megadrain", | ||||
|     "tutor:megahorn", | ||||
|     "tutor:megakick", | ||||
|     "tutor:megapunch", | ||||
|     "tutor:meteorbeam", | ||||
|     "tutor:metronome", | ||||
|     "tutor:mimic", | ||||
|     "tutor:mistyexplosion", | ||||
|     "tutor:mudslap", | ||||
|     "tutor:nastyplot", | ||||
|     "tutor:nightmare", | ||||
|     "tutor:nightshade", | ||||
|     "tutor:ominouswind", | ||||
|     "tutor:outrage", | ||||
|     "tutor:painsplit", | ||||
|     "tutor:payday", | ||||
|     "tutor:playrough", | ||||
|     "tutor:poisonjab", | ||||
|     "tutor:poltergeist", | ||||
|     "tutor:pound", | ||||
|     "tutor:protect", | ||||
|     "tutor:psychic", | ||||
|     "tutor:psychup", | ||||
|     "tutor:psywave", | ||||
|     "tutor:rage", | ||||
|     "tutor:raindance", | ||||
|     "tutor:razorwind", | ||||
|     "tutor:recycle", | ||||
|     "tutor:reflect", | ||||
|     "tutor:rest", | ||||
|     "tutor:return", | ||||
|     "tutor:risingvoltage", | ||||
|     "tutor:roar", | ||||
|     "tutor:rockslide", | ||||
|     "tutor:rocksmash", | ||||
|     "tutor:roleplay", | ||||
|     "tutor:rollout", | ||||
|     "tutor:roost", | ||||
|     "tutor:sandstorm", | ||||
|     "tutor:scald", | ||||
|     "tutor:scaleshot", | ||||
|     "tutor:scorchingsands", | ||||
|     "tutor:seedbomb", | ||||
|     "tutor:seismictoss", | ||||
|     "tutor:selfdestruct", | ||||
|     "tutor:shockwave", | ||||
|     "tutor:signalbeam", | ||||
|     "tutor:skillswap", | ||||
|     "tutor:skittersmack", | ||||
|     "tutor:skullbash", | ||||
|     "tutor:skyattack", | ||||
|     "tutor:sleeptalk", | ||||
|     "tutor:snatch", | ||||
|     "tutor:snore", | ||||
|     "tutor:softboiled", | ||||
|     "tutor:solarbeam", | ||||
|     "tutor:spite", | ||||
|     "tutor:stealthrock", | ||||
|     "tutor:steelroller", | ||||
|     "tutor:steelwing", | ||||
|     "tutor:stompingtantrum", | ||||
|     "tutor:strength", | ||||
|     "tutor:stringshot", | ||||
|     "tutor:submission", | ||||
|     "tutor:substitute", | ||||
|     "tutor:suckerpunch", | ||||
|     "tutor:sunnyday", | ||||
|     "tutor:superfang", | ||||
|     "tutor:superpower", | ||||
|     "tutor:swagger", | ||||
|     "tutor:sweetscent", | ||||
|     "tutor:swordsdance", | ||||
|     "tutor:synthesis", | ||||
|     "tutor:tailwind", | ||||
|     "tutor:takedown", | ||||
|     "tutor:taunt", | ||||
|     "tutor:telekinesis", | ||||
|     "tutor:teleport", | ||||
|     "tutor:terrainpulse", | ||||
|     "tutor:thief", | ||||
|     "tutor:throatchop", | ||||
|     "tutor:thunder", | ||||
|     "tutor:thunderpunch", | ||||
|     "tutor:thunderwave", | ||||
|     "tutor:toxic", | ||||
|     "tutor:transform", | ||||
|     "tutor:triattack", | ||||
|     "tutor:trick", | ||||
|     "tutor:tripleaxel", | ||||
|     "tutor:twister", | ||||
|     "tutor:uproar", | ||||
|     "tutor:uturn", | ||||
|     "tutor:vacuumwave", | ||||
|     "tutor:waterfall", | ||||
|     "tutor:watergun", | ||||
|     "tutor:waterpulse", | ||||
|     "tutor:whirlpool", | ||||
|     "tutor:whirlwind", | ||||
|     "tutor:willowisp", | ||||
|     "tutor:wonderroom", | ||||
|     "tutor:worryseed", | ||||
|     "tutor:xscissor", | ||||
|     "tutor:zapcannon", | ||||
|     "tutor:zenheadbutt" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen1", | ||||
|     "mythical", | ||||
|     "legendary" | ||||
|   ], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.mew.desc" | ||||
|   ], | ||||
|   "evolutions": [  | ||||
| { | ||||
|       "id": "mew_cafe_mew", | ||||
|       "variant": "item_interact", | ||||
|       "result": "cafe_mew", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [], | ||||
|       "requiredContext": "minecraft:brown_wool" | ||||
|     }, | ||||
|  | ||||
|  | ||||
| { | ||||
|       "id": "mew_kimono_mew", | ||||
|       "variant": "item_interact", | ||||
|       "result": "kimono_mew", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [], | ||||
|       "requiredContext": "minecraft:lime_wool" | ||||
|     } | ||||
|   ], | ||||
|   "baseScale": 0.5, | ||||
|   "hitbox": { | ||||
|     "width": 0.6, | ||||
|     "height": 1, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "baseFriendship": 100, | ||||
|   "evYield": { | ||||
|     "hp": 3, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 0 | ||||
|   }, | ||||
|   "height": 4, | ||||
|   "weight": 40, | ||||
|   "aspects": [], | ||||
|   "cannotDynamax": false | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,174 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Litten", | ||||
|   "nationalPokedexNumber": 725, | ||||
|   "primaryType": "fire", | ||||
|   "abilities": [ | ||||
|     "blaze", | ||||
|     "h:intimidate" | ||||
|   ], | ||||
|   "baseStats": { | ||||
|     "hp": 45, | ||||
|     "attack": 65, | ||||
|     "defence": 40, | ||||
|     "special_attack": 60, | ||||
|     "special_defence": 40, | ||||
|     "speed": 70 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": 0.875, | ||||
|   "shoulderMountable": false, | ||||
|   "baseExperienceYield": 64, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 15, | ||||
|   "eggGroups": [ | ||||
|     "field" | ||||
|   ], | ||||
|   "drops": { | ||||
|     "amount": 2, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "cobblemon:charcoal_stick", | ||||
|         "percentage": 5.0 | ||||
|       }, | ||||
|       { | ||||
|         "item": "cobblemon:expert_belt", | ||||
|         "percentage": 5.0 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:growl", | ||||
|     "1:scratch", | ||||
|     "3:ember", | ||||
|     "6:lick", | ||||
|     "9:roar", | ||||
|     "11:leer", | ||||
|     "12:furyswipes", | ||||
|     "15:bite", | ||||
|     "18:doublekick", | ||||
|     "21:firefang", | ||||
|     "24:scaryface", | ||||
|     "27:swagger", | ||||
|     "30:flamethrower", | ||||
|     "33:thrash", | ||||
|     "36:flareblitz", | ||||
|     "46:outrage", | ||||
|     "egg:bodyslam", | ||||
|     "egg:crunch", | ||||
|     "egg:fakeout", | ||||
|     "egg:heatwave", | ||||
|     "egg:nastyplot", | ||||
|     "egg:partingshot", | ||||
|     "egg:powertrip", | ||||
|     "egg:revenge", | ||||
|     "tm:acrobatics", | ||||
|     "tm:attract", | ||||
|     "tm:bodyslam", | ||||
|     "tm:bulkup", | ||||
|     "tm:confide", | ||||
|     "tm:crunch", | ||||
|     "tm:doubleedge", | ||||
|     "tm:doubleteam", | ||||
|     "tm:endeavor", | ||||
|     "tm:endure", | ||||
|     "tm:facade", | ||||
|     "tm:fireblast", | ||||
|     "tm:firefang", | ||||
|     "tm:firepledge", | ||||
|     "tm:firespin", | ||||
|     "tm:flamecharge", | ||||
|     "tm:flamethrower", | ||||
|     "tm:flareblitz", | ||||
|     "tm:frustration", | ||||
|     "tm:heatwave", | ||||
|     "tm:helpinghand", | ||||
|     "tm:hiddenpower", | ||||
|     "tm:leechlife", | ||||
|     "tm:nastyplot", | ||||
|     "tm:outrage", | ||||
|     "tm:overheat", | ||||
|     "tm:payday", | ||||
|     "tm:protect", | ||||
|     "tm:rest", | ||||
|     "tm:return", | ||||
|     "tm:revenge", | ||||
|     "tm:roar", | ||||
|     "tm:round", | ||||
|     "tm:scaryface", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:snore", | ||||
|     "tm:substitute", | ||||
|     "tm:sunnyday", | ||||
|     "tm:swagger", | ||||
|     "tm:swordsdance", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:temperflare", | ||||
|     "tm:terablast", | ||||
|     "tm:torment", | ||||
|     "tm:toxic", | ||||
|     "tm:trailblaze", | ||||
|     "tm:uturn", | ||||
|     "tm:willowisp", | ||||
|     "tm:workup", | ||||
|     "tutor:covet", | ||||
|     "tutor:endeavor", | ||||
|     "tutor:firepledge", | ||||
|     "tutor:heatwave", | ||||
|     "tutor:outrage", | ||||
|     "tutor:snore" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen7" | ||||
|   ], | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.litten.desc" | ||||
|   ], | ||||
|  | ||||
|   "evolutions": [ | ||||
|     { | ||||
|       "id": "litten_torracat", | ||||
|       "variant": "level_up", | ||||
|       "result": "torracat", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [ | ||||
|         { | ||||
|           "variant": "level", | ||||
|           "minLevel": 17 | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "litten_cafe_litten", | ||||
|       "variant": "item_interact", | ||||
|       "result": "cafe_litten", | ||||
|       "consumeHeldItem": true, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [], | ||||
|       "requiredContext": "minecraft:purple_wool" | ||||
|     } | ||||
|   ], | ||||
|   "baseScale": 0.6, | ||||
|   "hitbox": { | ||||
|     "width": 0.7, | ||||
|     "height": 0.9, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "baseFriendship": 50, | ||||
|   "evYield": { | ||||
|     "hp": 0, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 1 | ||||
|   }, | ||||
|   "height": 4, | ||||
|   "weight": 43, | ||||
|   "aspects": [], | ||||
|   "cannotDynamax": false | ||||
| } | ||||
|  | ||||
| @ -0,0 +1,146 @@ | ||||
| { | ||||
|     "implemented": true, | ||||
|     "name": "Fuecoco", | ||||
|     "nationalPokedexNumber": 909, | ||||
|     "primaryType": "fire", | ||||
|     "abilities": [ | ||||
|         "blaze", | ||||
|         "h:unaware" | ||||
|     ], | ||||
|     "drops": { | ||||
|         "amount": 1, | ||||
|         "entries": [ | ||||
|             { | ||||
|                 "item": "cobblemon:charcoal_stick", | ||||
|                 "percentage": 5 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "baseStats": { | ||||
|         "hp": 67, | ||||
|         "attack": 45, | ||||
|         "defence": 59, | ||||
|         "special_attack": 63, | ||||
|         "special_defence": 40, | ||||
|         "speed": 36 | ||||
|     }, | ||||
|     "catchRate": 45, | ||||
|     "maleRatio": 0.875, | ||||
|     "baseExperienceYield": 62, | ||||
|     "baseFriendship": 50, | ||||
|     "evYield": { | ||||
|         "hp": 1, | ||||
|         "attack": 0, | ||||
|         "defence": 0, | ||||
|         "special_attack": 0, | ||||
|         "special_defence": 0, | ||||
|         "speed": 0 | ||||
|     }, | ||||
|     "experienceGroup": "medium_slow", | ||||
|     "eggCycles": 20, | ||||
|     "eggGroups": [ | ||||
|         "field" | ||||
|     ], | ||||
|     "behaviour": { | ||||
|         "resting": { | ||||
|             "canSleep": true, | ||||
|             "willSleepOnBed": true, | ||||
|             "depth": "normal", | ||||
|             "light": "0-4" | ||||
|         } | ||||
|     }, | ||||
|     "moves": [ | ||||
|         "1:ember", | ||||
|         "1:leer", | ||||
|         "1:tackle", | ||||
|         "7:round", | ||||
|         "12:bite", | ||||
|         "15:incinerate", | ||||
|         "17:yawn", | ||||
|         "21:snarl", | ||||
|         "25:roar", | ||||
|         "28:flamethrower", | ||||
|         "32:hypervoice", | ||||
|         "36:fireblast", | ||||
|         "egg:belch", | ||||
|         "egg:curse", | ||||
|         "egg:encore", | ||||
|         "egg:slackoff", | ||||
|         "tm:bodyslam", | ||||
|         "tm:crunch", | ||||
|         "tm:curse", | ||||
|         "tm:dig", | ||||
|         "tm:disarmingvoice", | ||||
|         "tm:encore", | ||||
|         "tm:endure", | ||||
|         "tm:facade", | ||||
|         "tm:fireblast", | ||||
|         "tm:firefang", | ||||
|         "tm:firepledge", | ||||
|         "tm:firespin", | ||||
|         "tm:flamecharge", | ||||
|         "tm:flamethrower", | ||||
|         "tm:flareblitz", | ||||
|         "tm:heatwave", | ||||
|         "tm:helpinghand", | ||||
|         "tm:hypervoice", | ||||
|         "tm:mudslap", | ||||
|         "tm:outrage", | ||||
|         "tm:overheat", | ||||
|         "tm:protect", | ||||
|         "tm:rest", | ||||
|         "tm:roar", | ||||
|         "tm:seedbomb", | ||||
|         "tm:sleeptalk", | ||||
|         "tm:snarl", | ||||
|         "tm:stompingtantrum", | ||||
|         "tm:substitute", | ||||
|         "tm:sunnyday", | ||||
|         "tm:takedown", | ||||
|         "tm:temperflare", | ||||
|         "tm:terablast", | ||||
|         "tm:thunderfang", | ||||
|         "tm:willowisp", | ||||
|         "tm:zenheadbutt" | ||||
|     ], | ||||
|     "labels": [ | ||||
|         "gen9" | ||||
|     ], | ||||
|     "aspects": [], | ||||
|     "height": 4, | ||||
|     "weight": 98, | ||||
|     "evolutions": [ | ||||
|         { | ||||
|             "id": "fuecoco_crocalor", | ||||
|             "variant": "level_up", | ||||
|             "result": "crocalor", | ||||
|             "consumeHeldItem": false, | ||||
|             "learnableMoves": [], | ||||
|             "requirements": [ | ||||
|                 { | ||||
|                     "variant": "level", | ||||
|                     "minLevel": 16 | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         { | ||||
|             "id": "fuecoco_cafe_fuecoco", | ||||
|             "variant": "item_interact", | ||||
|             "result": "cafe_fuecoco", | ||||
|             "consumeHeldItem": true, | ||||
|             "learnableMoves": [], | ||||
|             "requirements": [], | ||||
|             "requiredContext": "minecraft:red_wool" | ||||
|         } | ||||
|     ], | ||||
|     "baseScale": 0.6, | ||||
|     "hitbox": { | ||||
|         "width": 0.8, | ||||
|         "height": 1.1, | ||||
|         "fixed": false | ||||
|     }, | ||||
|     "cannotDynamax": false, | ||||
|     "pokedex": [ | ||||
|         "cobblemon.species.fuecoco.desc" | ||||
|     ] | ||||
| } | ||||
| @ -0,0 +1,152 @@ | ||||
| { | ||||
|   "implemented": true, | ||||
|   "name": "Sprigatito", | ||||
|   "nationalPokedexNumber": 906, | ||||
|   "primaryType": "grass", | ||||
|   "abilities": [ | ||||
|     "overgrow", | ||||
|     "h:protean" | ||||
|   ], | ||||
|   "drops": { | ||||
|     "amount": 1, | ||||
|     "entries": [ | ||||
|       { | ||||
|         "item": "cobblemon:miracle_seed", | ||||
|         "percentage": 5.0 | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "baseStats": { | ||||
|     "hp": 40, | ||||
|     "attack": 61, | ||||
|     "defence": 54, | ||||
|     "special_attack": 45, | ||||
|     "special_defence": 45, | ||||
|     "speed": 65 | ||||
|   }, | ||||
|   "catchRate": 45, | ||||
|   "maleRatio": 0.875, | ||||
|   "baseExperienceYield": 62, | ||||
|   "baseFriendship": 50, | ||||
|   "evYield": { | ||||
|     "hp": 0, | ||||
|     "attack": 0, | ||||
|     "defence": 0, | ||||
|     "special_attack": 0, | ||||
|     "special_defence": 0, | ||||
|     "speed": 1 | ||||
|   }, | ||||
|   "experienceGroup": "medium_slow", | ||||
|   "eggCycles": 20, | ||||
|   "eggGroups": [ | ||||
|     "field", | ||||
|     "grass" | ||||
|   ], | ||||
|   "behaviour": { | ||||
|     "resting": { | ||||
|       "canSleep": true, | ||||
|       "willSleepOnBed": true, | ||||
|       "depth": "normal", | ||||
|       "light": "0-4" | ||||
|     }, | ||||
|     "moving": { | ||||
|       "walk": { | ||||
|         "walkSpeed": 0.2 | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "moves": [ | ||||
|     "1:leafage", | ||||
|     "1:scratch", | ||||
|     "1:tailwhip", | ||||
|     "7:bite", | ||||
|     "10:honeclaws", | ||||
|     "13:magicalleaf", | ||||
|     "15:quickattack", | ||||
|     "17:seedbomb", | ||||
|     "21:uturn", | ||||
|     "25:worryseed", | ||||
|     "28:slash", | ||||
|     "32:energyball", | ||||
|     "36:playrough", | ||||
|     "egg:allyswitch", | ||||
|     "egg:copycat", | ||||
|     "egg:leechseed", | ||||
|     "egg:petalblizzard", | ||||
|     "egg:suckerpunch", | ||||
|     "tm:acrobatics", | ||||
|     "tm:agility", | ||||
|     "tm:bulletseed", | ||||
|     "tm:charm", | ||||
|     "tm:disarmingvoice", | ||||
|     "tm:endure", | ||||
|     "tm:energyball", | ||||
|     "tm:facade", | ||||
|     "tm:faketears", | ||||
|     "tm:gigadrain", | ||||
|     "tm:grassknot", | ||||
|     "tm:grasspledge", | ||||
|     "tm:grassyglide", | ||||
|     "tm:grassyterrain", | ||||
|     "tm:helpinghand", | ||||
|     "tm:leafstorm", | ||||
|     "tm:magicalleaf", | ||||
|     "tm:mudslap", | ||||
|     "tm:nastyplot", | ||||
|     "tm:petalblizzard", | ||||
|     "tm:playrough", | ||||
|     "tm:protect", | ||||
|     "tm:rest", | ||||
|     "tm:seedbomb", | ||||
|     "tm:shadowclaw", | ||||
|     "tm:sleeptalk", | ||||
|     "tm:solarbeam", | ||||
|     "tm:substitute", | ||||
|     "tm:swift", | ||||
|     "tm:takedown", | ||||
|     "tm:taunt", | ||||
|     "tm:terablast", | ||||
|     "tm:trailblaze", | ||||
|     "tm:uturn" | ||||
|   ], | ||||
|   "labels": [ | ||||
|     "gen9" | ||||
|   ], | ||||
|   "aspects": [], | ||||
|   "height": 4, | ||||
|   "weight": 41, | ||||
|   "evolutions": [ | ||||
|     { | ||||
|       "id": "sprigatito_floragato", | ||||
|       "variant": "level_up", | ||||
|       "result": "floragato", | ||||
|       "consumeHeldItem": false, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [ | ||||
|         { | ||||
|           "variant": "level", | ||||
|           "minLevel": 16 | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     { | ||||
|       "id": "sprigatito_cafe_sprigatito", | ||||
|       "variant": "item_interact", | ||||
|       "result": "cafe_sprigatito", | ||||
|       "consumeHeldItem": true, | ||||
|       "learnableMoves": [], | ||||
|       "requirements": [], | ||||
|       "requiredContext": "minecraft:lime_wool" | ||||
|     } | ||||
|   ], | ||||
|   "baseScale": 0.6, | ||||
|   "hitbox": { | ||||
|     "width": 1, | ||||
|     "height": 1.0, | ||||
|     "fixed": false | ||||
|   }, | ||||
|   "cannotDynamax": false, | ||||
|   "pokedex": [ | ||||
|     "cobblemon.species.sprigatito.desc" | ||||
|   ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user