first commit
This commit is contained in:
@ -0,0 +1,139 @@
|
||||
{
|
||||
"implemented": "true",
|
||||
"name": "Greavard",
|
||||
"nationalPokedexNumber": 971,
|
||||
"primaryType": "ghost",
|
||||
"abilities": ["pickup", "h:fluffy"],
|
||||
"baseStats": {
|
||||
"hp": 50,
|
||||
"attack": 61,
|
||||
"defence": 60,
|
||||
"special_attack": 30,
|
||||
"special_defence": 55,
|
||||
"speed": 34
|
||||
},
|
||||
"catchRate": 120,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 58,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 1,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "medium_slow",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["field"],
|
||||
"moves": [
|
||||
"1:growl",
|
||||
"1:tackle",
|
||||
"3:lick",
|
||||
"6:bite",
|
||||
"6:tailwhip",
|
||||
"9:roar",
|
||||
"12:headbutt",
|
||||
"16:dig",
|
||||
"24:rest",
|
||||
"28:crunch",
|
||||
"32:playrough",
|
||||
"37:helpinghand",
|
||||
"41:phantomforce",
|
||||
"46:charm",
|
||||
"52:doubleedge",
|
||||
"egg:allyswitch",
|
||||
"egg:destinybond",
|
||||
"egg:disable",
|
||||
"egg:howl",
|
||||
"egg:memento",
|
||||
"egg:shadowsneak",
|
||||
"egg:yawn",
|
||||
"tm:bulldoze",
|
||||
"tm:charm",
|
||||
"tm:confuseray",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:firefang",
|
||||
"tm:helpinghand",
|
||||
"tm:hex",
|
||||
"tm:icefang",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:phantomforce",
|
||||
"tm:playrough",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychicfangs",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:sandstorm",
|
||||
"tm:scaryface",
|
||||
"tm:shadowball",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:thief",
|
||||
"tm:thunderfang",
|
||||
"tm:trick",
|
||||
"tm:uproar"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 6,
|
||||
"weight": 350,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "greavard_houndstone",
|
||||
"variant": "level_up",
|
||||
"result": "houndstone",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["lastrespects"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 30
|
||||
},
|
||||
{
|
||||
"variant": "time_range",
|
||||
"range": "night"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.greavard.desc"],
|
||||
"drops": {
|
||||
"amount": 5,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:bone",
|
||||
"quantityRange": "1-2"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:rotten_flesh",
|
||||
"quantityRange": "0-1"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:candle",
|
||||
"percentage": 2.5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:kasib_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user