first commit
This commit is contained in:
@ -0,0 +1,86 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Snom",
|
||||
"nationalPokedexNumber": 872,
|
||||
"primaryType": "ice",
|
||||
"secondaryType": "bug",
|
||||
"abilities": ["shielddust", "h:icescales"],
|
||||
"baseStats": {
|
||||
"hp": 30,
|
||||
"attack": 25,
|
||||
"defence": 35,
|
||||
"special_attack": 45,
|
||||
"special_defence": 30,
|
||||
"speed": 20
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 37,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["bug"],
|
||||
"moves": [
|
||||
"1:powdersnow",
|
||||
"1:strugglebug",
|
||||
"egg:bugbite",
|
||||
"egg:fairywind",
|
||||
"egg:mirrorcoat",
|
||||
"tm:attract",
|
||||
"tm:bugbuzz",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:pounce",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:round",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:strugglebug",
|
||||
"tm:substitute",
|
||||
"tm:terablast",
|
||||
"tutor:skittersmack"
|
||||
],
|
||||
"labels": ["gen8"],
|
||||
"pokedex": ["cobblemon.species.snom.desc"],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "snom_frosmoth",
|
||||
"variant": "level_up",
|
||||
"result": "frosmoth",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["icywind"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "friendship",
|
||||
"amount": 160
|
||||
},
|
||||
{
|
||||
"variant": "time_range",
|
||||
"range": "night"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 0.5,
|
||||
"height": 0.25,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 1,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 3,
|
||||
"weight": 38,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user