129 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			129 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "implemented": true, | ||
|  |     "name": "Kingambit", | ||
|  |     "nationalPokedexNumber": 983, | ||
|  |     "primaryType": "dark", | ||
|  |     "secondaryType": "steel", | ||
|  |     "abilities": [ | ||
|  |       "defiant", | ||
|  |       "supremeoverlord", | ||
|  |       "h:pressure" | ||
|  |     ], | ||
|  |     "baseStats": { | ||
|  |       "hp": 100, | ||
|  |       "attack": 135, | ||
|  |       "defence": 120, | ||
|  |       "special_attack": 60, | ||
|  |       "special_defence": 85, | ||
|  |       "speed": 50 | ||
|  |     }, | ||
|  |     "catchRate": 25, | ||
|  |     "maleRatio": 0.5, | ||
|  |     "baseExperienceYield": 275, | ||
|  |     "baseFriendship": 50, | ||
|  |     "evYield": { | ||
|  |       "hp": 0, | ||
|  |       "attack": 3, | ||
|  |       "defence": 0, | ||
|  |       "special_attack": 0, | ||
|  |       "special_defence": 0, | ||
|  |       "speed": 0 | ||
|  |     }, | ||
|  |     "experienceGroup": "medium_fast", | ||
|  |     "eggCycles": 20, | ||
|  |     "eggGroups": [ | ||
|  |       "human_like" | ||
|  |     ], | ||
|  |     "moves": [ | ||
|  |       "1:furycutter", | ||
|  |       "1:leer", | ||
|  |       "1:metalburst", | ||
|  |       "1:metalclaw", | ||
|  |       "1:scratch", | ||
|  |       "1:kowtowcleave", | ||
|  |       "15:torment", | ||
|  |       "20:scaryface", | ||
|  |       "25:assurance", | ||
|  |       "30:metalsound", | ||
|  |       "35:slash", | ||
|  |       "40:nightslash", | ||
|  |       "45:irondefense", | ||
|  |       "50:retaliate", | ||
|  |       "57:ironhead", | ||
|  |       "64:swordsdance", | ||
|  |       "71:guillotine", | ||
|  |       "tm:aerialace", | ||
|  |       "tm:airslash", | ||
|  |       "tm:brickbreak", | ||
|  |       "tm:darkpulse", | ||
|  |       "tm:dig", | ||
|  |       "tm:endure", | ||
|  |       "tm:facade", | ||
|  |       "tm:falseswipe", | ||
|  |       "tm:flashcannon", | ||
|  |       "tm:fling", | ||
|  |       "tm:focusblast", | ||
|  |       "tm:foulplay", | ||
|  |       "tm:gigaimpact", | ||
|  |       "tm:grassknot", | ||
|  |       "tm:hyperbeam", | ||
|  |       "tm:irondefense", | ||
|  |       "tm:ironhead", | ||
|  |       "tm:lashout", | ||
|  |       "tm:lowkick", | ||
|  |       "tm:lowsweep", | ||
|  |       "tm:metalclaw", | ||
|  |       "tm:metalsound", | ||
|  |       "tm:poisonjab", | ||
|  |       "tm:protect", | ||
|  |       "tm:raindance", | ||
|  |       "tm:rest", | ||
|  |       "tm:reversal", | ||
|  |       "tm:rocktomb", | ||
|  |       "tm:sandstorm", | ||
|  |       "tm:scaryface", | ||
|  |       "tm:shadowclaw", | ||
|  |       "tm:sleeptalk", | ||
|  |       "tm:snarl", | ||
|  |       "tm:spite", | ||
|  |       "tm:stealthrock", | ||
|  |       "tm:steelbeam", | ||
|  |       "tm:stoneedge", | ||
|  |       "tm:substitute", | ||
|  |       "tm:swordsdance", | ||
|  |       "tm:takedown", | ||
|  |       "tm:taunt", | ||
|  |       "tm:terablast", | ||
|  |       "tm:thief", | ||
|  |       "tm:throatchop", | ||
|  |       "tm:thunderwave", | ||
|  |       "tm:xscissor", | ||
|  |       "tm:zenheadbutt" | ||
|  |     ], | ||
|  |     "labels": [ | ||
|  |       "gen9" | ||
|  |     ], | ||
|  |     "aspects": [], | ||
|  |     "height": 20, | ||
|  |     "weight": 1200, | ||
|  |     "preEvolution": "bisharp", | ||
|  |     "evolutions": [], | ||
|  |     "cannotDynamax": false, | ||
|  |     "pokedex": [ | ||
|  |       "cobblemon.species.kingambit.desc" | ||
|  |     ], | ||
|  |     "drops": { | ||
|  |       "amount": 2, | ||
|  |       "entries": [ | ||
|  |         { | ||
|  |           "item": "cobblemon:rocky_helmet", | ||
|  |           "percentage": 5.0 | ||
|  |         }, | ||
|  |         { | ||
|  |           "item": "cobblemon:cheri_berry", | ||
|  |           "percentage": 5.0 | ||
|  |         } | ||
|  |       ] | ||
|  |     } | ||
|  |   } | ||
|  |    |