first commit
This commit is contained in:
@ -0,0 +1,166 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Nihilego",
|
||||
"nationalPokedexNumber": 793,
|
||||
"primaryType": "rock",
|
||||
"secondaryType": "poison",
|
||||
"abilities": ["beastboost"],
|
||||
|
||||
"baseStats": {
|
||||
"hp": 109,
|
||||
"attack": 53,
|
||||
"defence": 47,
|
||||
"special_attack": 127,
|
||||
"special_defence": 131,
|
||||
"speed": 103
|
||||
},
|
||||
"catchRate": 45,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 285,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:constrict",
|
||||
"1:pound",
|
||||
"1:wrap",
|
||||
"5:acid",
|
||||
"10:tickle",
|
||||
"13:psywave",
|
||||
"15:acidspray",
|
||||
"20:clearsmog",
|
||||
"25:guardsplit",
|
||||
"25:powersplit",
|
||||
"30:venoshock",
|
||||
"31:safeguard",
|
||||
"35:headbutt",
|
||||
"40:toxicspikes",
|
||||
"45:venomdrench",
|
||||
"50:powergem",
|
||||
"55:stealthrock",
|
||||
"60:mirrorcoat",
|
||||
"65:wonderroom",
|
||||
"70:headsmash",
|
||||
"tm:allyswitch",
|
||||
"tm:bodyslam",
|
||||
"tm:brutalswing",
|
||||
"tm:chargebeam",
|
||||
"tm:confide",
|
||||
"tm:crosspoison",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:doubleteam",
|
||||
"tm:echoedvoice",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:foulplay",
|
||||
"tm:frustration",
|
||||
"tm:grassknot",
|
||||
"tm:gunkshot",
|
||||
"tm:hex",
|
||||
"tm:hiddenpower",
|
||||
"tm:ironhead",
|
||||
"tm:lightscreen",
|
||||
"tm:poisonjab",
|
||||
"tm:powergem",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psyshock",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:sandstorm",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgebomb",
|
||||
"tm:sludgewave",
|
||||
"tm:snore",
|
||||
"tm:stealthrock",
|
||||
"tm:substitute",
|
||||
"tm:swagger",
|
||||
"tm:thunder",
|
||||
"tm:thunderbolt",
|
||||
"tm:thunderwave",
|
||||
"tm:toxic",
|
||||
"tm:toxicspikes",
|
||||
"tm:trickroom",
|
||||
"tm:venomdrench",
|
||||
"tm:venoshock",
|
||||
"tm:wonderroom",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:acidspray",
|
||||
"tutor:allyswitch",
|
||||
"tutor:bind",
|
||||
"tutor:brutalswing",
|
||||
"tutor:corrosivegas",
|
||||
"tutor:foulplay",
|
||||
"tutor:gunkshot",
|
||||
"tutor:ironhead",
|
||||
"tutor:knockoff",
|
||||
"tutor:magiccoat",
|
||||
"tutor:meteorbeam",
|
||||
"tutor:mirrorcoat",
|
||||
"tutor:painsplit",
|
||||
"tutor:powergem",
|
||||
"tutor:roleplay",
|
||||
"tutor:sludgewave",
|
||||
"tutor:snore",
|
||||
"tutor:spite",
|
||||
"tutor:stealthrock",
|
||||
"tutor:telekinesis",
|
||||
"tutor:venomdrench",
|
||||
"tutor:wonderroom",
|
||||
"tutor:worryseed",
|
||||
"tutor:zenheadbutt"
|
||||
],
|
||||
"labels": ["gen7", "ultra_beast"],
|
||||
"pokedex": ["cobblemon.species.nihilego.desc"],
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 3,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 12,
|
||||
"weight": 555,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:echo_shard",
|
||||
"quantityRange": "2-11"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:poison_barb",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user