first commit
This commit is contained in:
@ -0,0 +1,168 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Leavanny",
|
||||
"nationalPokedexNumber": 542,
|
||||
"primaryType": "bug",
|
||||
"secondaryType": "grass",
|
||||
"abilities": ["swarm", "chlorophyll", "h:overcoat"],
|
||||
"drops": {
|
||||
"amount": 6,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:string",
|
||||
"quantityRange": "0-3"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:mental_herb",
|
||||
"percentage": 10
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:revival_herb",
|
||||
"percentage": 10
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:coba_berry",
|
||||
"percentage": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 75,
|
||||
"attack": 103,
|
||||
"defence": 80,
|
||||
"special_attack": 70,
|
||||
"special_defence": 80,
|
||||
"speed": 92
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 225,
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": ["bug"],
|
||||
"moves": [
|
||||
"1:bugbite",
|
||||
"1:falseswipe",
|
||||
"1:razorleaf",
|
||||
"1:slash",
|
||||
"1:stringshot",
|
||||
"1:tackle",
|
||||
"22:strugglebug",
|
||||
"29:fellstinger",
|
||||
"32:helpinghand",
|
||||
"36:leafblade",
|
||||
"39:xscissor",
|
||||
"43:entrainment",
|
||||
"46:swordsdance",
|
||||
"50:leafstorm",
|
||||
"tm:aerialace",
|
||||
"tm:agility",
|
||||
"tm:airslash",
|
||||
"tm:attract",
|
||||
"tm:batonpass",
|
||||
"tm:bugbite",
|
||||
"tm:bugbuzz",
|
||||
"tm:bulletseed",
|
||||
"tm:calmmind",
|
||||
"tm:charm",
|
||||
"tm:confide",
|
||||
"tm:cut",
|
||||
"tm:doubleteam",
|
||||
"tm:dreameater",
|
||||
"tm:electroweb",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:flash",
|
||||
"tm:frustration",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:grassyglide",
|
||||
"tm:grassyterrain",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:honeclaws",
|
||||
"tm:hyperbeam",
|
||||
"tm:irondefense",
|
||||
"tm:knockoff",
|
||||
"tm:leafstorm",
|
||||
"tm:lightscreen",
|
||||
"tm:lowkick",
|
||||
"tm:lunge",
|
||||
"tm:magicalleaf",
|
||||
"tm:naturepower",
|
||||
"tm:payback",
|
||||
"tm:poisonjab",
|
||||
"tm:pollenpuff",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:retaliate",
|
||||
"tm:return",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:secretpower",
|
||||
"tm:seedbomb",
|
||||
"tm:shadowclaw",
|
||||
"tm:skittersmack",
|
||||
"tm:sleeptalk",
|
||||
"tm:solarbeam",
|
||||
"tm:steelwing",
|
||||
"tm:strugglebug",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:toxic",
|
||||
"tm:trailblaze",
|
||||
"tm:tripleaxel",
|
||||
"tm:xscissor",
|
||||
"tutor:bugbite",
|
||||
"tutor:electroweb",
|
||||
"tutor:gigadrain",
|
||||
"tutor:healbell",
|
||||
"tutor:helpinghand",
|
||||
"tutor:irondefense",
|
||||
"tutor:knockoff",
|
||||
"tutor:laserfocus",
|
||||
"tutor:magiccoat",
|
||||
"tutor:seedbomb",
|
||||
"tutor:signalbeam",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:synthesis",
|
||||
"tutor:throatchop",
|
||||
"tutor:worryseed"
|
||||
],
|
||||
"labels": ["gen5"],
|
||||
"pokedex": ["cobblemon.species.leavanny.desc"],
|
||||
"preEvolution": "swadloon",
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 70,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 12,
|
||||
"weight": 205,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user