first commit
This commit is contained in:
@ -0,0 +1,114 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "lokix",
|
||||
"nationalPokedexNumber": 920,
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "dark",
|
||||
|
||||
"abilities": ["swarm", "h:tintedlens"],
|
||||
"baseStats": {
|
||||
"hp": 71,
|
||||
"attack": 102,
|
||||
"defence": 78,
|
||||
"special_attack": 52,
|
||||
"special_defence": 55,
|
||||
"speed": 92
|
||||
},
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": false
|
||||
},
|
||||
"moving": {
|
||||
"canLook": false,
|
||||
"walk": {
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.1,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": false
|
||||
},
|
||||
"wanderChance": 1
|
||||
}
|
||||
},
|
||||
"catchRate": 30,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
|
||||
"baseExperienceYield": 158,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["bug"],
|
||||
|
||||
"moves": [
|
||||
"1:detect",
|
||||
"1:leer",
|
||||
"1:tackle",
|
||||
"4:strugglebug",
|
||||
"6:astonish",
|
||||
"9:assurance",
|
||||
"11:doublekick",
|
||||
"14:screech",
|
||||
"18:endure",
|
||||
"22:bugbite",
|
||||
"28:feint",
|
||||
"32:agility",
|
||||
"36:throatchop",
|
||||
"40:suckerpunch",
|
||||
"44:firstimpression",
|
||||
"48:bounce",
|
||||
"53:axekick",
|
||||
"1:lunge",
|
||||
"egg:skittersmack",
|
||||
"egg:counter",
|
||||
"tm:takedown",
|
||||
"tm:agility",
|
||||
"tm:scaryface",
|
||||
"tm:protect",
|
||||
"tm:lowkick",
|
||||
"tm:strugglebug",
|
||||
"tm:thief",
|
||||
"tm:trailblaze",
|
||||
"tm:pounce",
|
||||
"tm:facade",
|
||||
"tm:aerialace",
|
||||
"tm:lowsweep",
|
||||
"tm:fling",
|
||||
"tm:endure",
|
||||
"tm:sunnyday",
|
||||
"tm:raindance",
|
||||
"tm:brickbreak",
|
||||
"tm:uturn",
|
||||
"tm:sleeptalk",
|
||||
"tm:rest",
|
||||
"tm:taunt",
|
||||
"tm:swordsdance",
|
||||
"tm:darkpulse",
|
||||
"tm:xscissor",
|
||||
"tm:reversal",
|
||||
"tm:gigaimpact",
|
||||
"tm:bugbuzz",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["custom"],
|
||||
"pokedex": ["cobblemon.species.lokix.desc1", "cobblemon.species.lokix.desc2"],
|
||||
|
||||
"baseScale": 0.65,
|
||||
"hitbox": {
|
||||
"width": 0.7,
|
||||
"height": 2.7,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 6,
|
||||
"weight": 1.8
|
||||
}
|
Reference in New Issue
Block a user