first commit
This commit is contained in:
@ -0,0 +1,160 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Marshadow",
|
||||
"nationalPokedexNumber": 802,
|
||||
"primaryType": "fighting",
|
||||
"secondaryType": "ghost",
|
||||
"abilities": ["technician"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:rare_candy",
|
||||
"quantityRange": "5-10"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:expert_belt",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:cleanse_tag",
|
||||
"percentage": 50.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_capsule",
|
||||
"percentage": 25.0
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:ability_patch",
|
||||
"percentage": 5.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 90,
|
||||
"attack": 125,
|
||||
"defence": 80,
|
||||
"special_attack": 90,
|
||||
"special_defence": 90,
|
||||
"speed": 125
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"forms": [],
|
||||
"baseExperienceYield": 300,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 120,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"moves": [
|
||||
"1:firepunch",
|
||||
"1:icepunch",
|
||||
"1:thunderpunch",
|
||||
"1:counter",
|
||||
"1:pursuit",
|
||||
"1:feint",
|
||||
"1:copycat",
|
||||
"1:shadowsneak",
|
||||
"9:roleplay",
|
||||
"15:rollingkick",
|
||||
"18:shadowpunch",
|
||||
"27:forcepalm",
|
||||
"35:jumpkick",
|
||||
"36:assurance",
|
||||
"45:suckerpunch",
|
||||
"54:drainpunch",
|
||||
"63:psychup",
|
||||
"72:spectralthief",
|
||||
"81:laserfocus",
|
||||
"90:endeavor",
|
||||
"99:closecombat",
|
||||
"tm:acrobatics",
|
||||
"tm:agility",
|
||||
"tm:assurance",
|
||||
"tm:aurasphere",
|
||||
"tm:blazekick",
|
||||
"tm:bounce",
|
||||
"tm:brickbreak",
|
||||
"tm:bulkup",
|
||||
"tm:calmmind",
|
||||
"tm:closecombat",
|
||||
"tm:confide",
|
||||
"tm:doubleteam",
|
||||
"tm:drainpunch",
|
||||
"tm:echoedvoice",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:falseswipe",
|
||||
"tm:firepunch",
|
||||
"tm:fling",
|
||||
"tm:focusblast",
|
||||
"tm:foulplay",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:grassknot",
|
||||
"tm:hex",
|
||||
"tm:hiddenpower",
|
||||
"tm:hyperbeam",
|
||||
"tm:icepunch",
|
||||
"tm:ironhead",
|
||||
"tm:lowkick",
|
||||
"tm:lowsweep",
|
||||
"tm:megakick",
|
||||
"tm:megapunch",
|
||||
"tm:outrage",
|
||||
"tm:payback",
|
||||
"tm:phantomforce",
|
||||
"tm:poisonjab",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:revenge",
|
||||
"tm:reversal",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:shadowball",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:smackdown",
|
||||
"tm:snore",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:superpower",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:thief",
|
||||
"tm:throatchop",
|
||||
"tm:thunderpunch",
|
||||
"tm:toxic",
|
||||
"tm:willowisp",
|
||||
"tm:workup",
|
||||
"tm:zenheadbutt",
|
||||
"tutor:coaching",
|
||||
"tutor:focuspunch",
|
||||
"tutor:knockoff",
|
||||
"tutor:lastresort",
|
||||
"tutor:poltergeist",
|
||||
"tutor:skittersmack",
|
||||
"tutor:snatch"
|
||||
],
|
||||
"labels": ["gen7", "mythical"],
|
||||
"pokedex": [
|
||||
"cobblemon.species.marshadow.desc1",
|
||||
"cobblemon.species.marshadow.desc2"
|
||||
],
|
||||
"evolutions": [],
|
||||
"baseScale": 0.5,
|
||||
"hitbox": {
|
||||
"width": 1.0,
|
||||
"height": 1.0,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"attack": 2,
|
||||
"speed": 1
|
||||
},
|
||||
"height": 7,
|
||||
"weight": 222
|
||||
}
|
Reference in New Issue
Block a user