first commit
This commit is contained in:
@ -0,0 +1,169 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Pawniard",
|
||||
"nationalPokedexNumber": 624,
|
||||
"primaryType": "dark",
|
||||
"secondaryType": "steel",
|
||||
"abilities": ["defiant", "innerfocus", "h:pressure"],
|
||||
"baseStats": {
|
||||
"hp": 45,
|
||||
"attack": 85,
|
||||
"defence": 70,
|
||||
"special_attack": 40,
|
||||
"special_defence": 40,
|
||||
"speed": 60
|
||||
},
|
||||
"catchRate": 120,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 68,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["human_like"],
|
||||
"moves": [
|
||||
"1:leer",
|
||||
"1:scratch",
|
||||
"5:furycutter",
|
||||
"10:metalclaw",
|
||||
"15:torment",
|
||||
"17:feintattack",
|
||||
"20:scaryface",
|
||||
"25:assurance",
|
||||
"30:metalsound",
|
||||
"35:slash",
|
||||
"40:nightslash",
|
||||
"41:embargo",
|
||||
"45:irondefense",
|
||||
"50:laserfocus",
|
||||
"50:retaliate",
|
||||
"55:ironhead",
|
||||
"60:swordsdance",
|
||||
"65:guillotine",
|
||||
"egg:headbutt",
|
||||
"egg:meanlook",
|
||||
"egg:psychocut",
|
||||
"egg:pursuit",
|
||||
"egg:quickguard",
|
||||
"egg:revenge",
|
||||
"egg:stealthrock",
|
||||
"egg:suckerpunch",
|
||||
"tm:aerialace",
|
||||
"tm:airslash",
|
||||
"tm:assurance",
|
||||
"tm:attract",
|
||||
"tm:beatup",
|
||||
"tm:brickbreak",
|
||||
"tm:confide",
|
||||
"tm:cut",
|
||||
"tm:darkpulse",
|
||||
"tm:dig",
|
||||
"tm:doubleteam",
|
||||
"tm:embargo",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:foulplay",
|
||||
"tm:frustration",
|
||||
"tm:grassknot",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:irondefense",
|
||||
"tm:ironhead",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:metalclaw",
|
||||
"tm:payback",
|
||||
"tm:poisonjab",
|
||||
"tm:poweruppunch",
|
||||
"tm:protect",
|
||||
"tm:psychocut",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:retaliate",
|
||||
"tm:return",
|
||||
"tm:revenge",
|
||||
"tm:rockpolish",
|
||||
"tm:rocksmash",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:screech",
|
||||
"tm:secretpower",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:snore",
|
||||
"tm:stealthrock",
|
||||
"tm:steelbeam",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:swagger",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderwave",
|
||||
"tm:torment",
|
||||
"tm:toxic",
|
||||
"tm:xscissor",
|
||||
"tutor:darkpulse",
|
||||
"tutor:dualchop",
|
||||
"tutor:foulplay",
|
||||
"tutor:furycutter",
|
||||
"tutor:irondefense",
|
||||
"tutor:ironhead",
|
||||
"tutor:knockoff",
|
||||
"tutor:lashout",
|
||||
"tutor:lowkick",
|
||||
"tutor:magnetrise",
|
||||
"tutor:psychocut",
|
||||
"tutor:roleplay",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snatch",
|
||||
"tutor:snore",
|
||||
"tutor:spite",
|
||||
"tutor:stealthrock",
|
||||
"tutor:steelbeam",
|
||||
"tutor:suckerpunch"
|
||||
],
|
||||
"labels": ["gen5"],
|
||||
"pokedex": ["cobblemon.species.pawniard.desc"],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "pawniard_bisharp",
|
||||
"variant": "level_up",
|
||||
"result": "bisharp",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 52
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 0.75,
|
||||
"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": 5,
|
||||
"weight": 102,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user