first commit
This commit is contained in:
@ -0,0 +1,191 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Axew",
|
||||
"nationalPokedexNumber": 610,
|
||||
"primaryType": "dragon",
|
||||
"abilities": ["rivalry", "moldbreaker", "h:unnerve"],
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:dragon_fang",
|
||||
"percentage": 2.5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 46,
|
||||
"attack": 87,
|
||||
"defence": 60,
|
||||
"special_attack": 30,
|
||||
"special_defence": 40,
|
||||
"speed": 57
|
||||
},
|
||||
"catchRate": 75,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 64,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": ["monster", "dragon"],
|
||||
"moves": [
|
||||
"1:leer",
|
||||
"1:scratch",
|
||||
"3:bite",
|
||||
"6:falseswipe",
|
||||
"9:assurance",
|
||||
"10:dragonrage",
|
||||
"12:taunt",
|
||||
"15:slash",
|
||||
"18:dragonclaw",
|
||||
"21:scaryface",
|
||||
"24:crunch",
|
||||
"27:dragondance",
|
||||
"30:breakingswipe",
|
||||
"30:dualchop",
|
||||
"33:focusenergy",
|
||||
"33:laserfocus",
|
||||
"36:dragonpulse",
|
||||
"39:swordsdance",
|
||||
"42:outrage",
|
||||
"45:guillotine",
|
||||
"48:gigaimpact",
|
||||
"egg:aquatail",
|
||||
"egg:counter",
|
||||
"egg:dragonpulse",
|
||||
"egg:endeavor",
|
||||
"egg:endure",
|
||||
"egg:firstimpression",
|
||||
"egg:focusenergy",
|
||||
"egg:harden",
|
||||
"egg:irontail",
|
||||
"egg:nightslash",
|
||||
"egg:razorwind",
|
||||
"egg:reversal",
|
||||
"tm:aerialace",
|
||||
"tm:assurance",
|
||||
"tm:attract",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:bulldoze",
|
||||
"tm:confide",
|
||||
"tm:crunch",
|
||||
"tm:cut",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:fling",
|
||||
"tm:focusenergy",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:incinerate",
|
||||
"tm:ironhead",
|
||||
"tm:irontail",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:poisonjab",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:reversal",
|
||||
"tm:roar",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:secretpower",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:snore",
|
||||
"tm:stompingtantrum",
|
||||
"tm:strength",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:superpower",
|
||||
"tm:surf",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:trailblaze",
|
||||
"tm:xscissor",
|
||||
"tutor:aquatail",
|
||||
"tutor:counter",
|
||||
"tutor:dracometeor",
|
||||
"tutor:dragonclaw",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:dragonrage",
|
||||
"tutor:dualchop",
|
||||
"tutor:endeavor",
|
||||
"tutor:endure",
|
||||
"tutor:gigaimpact",
|
||||
"tutor:irontail",
|
||||
"tutor:nightslash",
|
||||
"tutor:outrage",
|
||||
"tutor:return",
|
||||
"tutor:scaleshot",
|
||||
"tutor:scratch",
|
||||
"tutor:shockwave",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:superpower"
|
||||
],
|
||||
"labels": ["gen5"],
|
||||
"pokedex": ["cobblemon.species.axew.desc"],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "axew_fraxure",
|
||||
"variant": "level_up",
|
||||
"result": "fraxure",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 38
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 35,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 6,
|
||||
"weight": 180,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user