2025-02-18 15:25:17 +01:00

243 lines
4.9 KiB
JSON

{
"implemented": true,
"name": "Houndour",
"nationalPokedexNumber": 228,
"primaryType": "dark",
"secondaryType": "fire",
"abilities": ["earlybird", "flashfire", "h:unnerve"],
"baseStats": {
"hp": 45,
"attack": 60,
"defence": 30,
"special_attack": 80,
"special_defence": 50,
"speed": 65
},
"catchRate": 120,
"maleRatio": 0.5,
"shoulderMountable": false,
"baseExperienceYield": 66,
"experienceGroup": "slow",
"eggCycles": 20,
"eggGroups": ["field"],
"moves": [
"1:ember",
"1:leer",
"4:howl",
"8:smog",
"13:roar",
"16:bite",
"20:incinerate",
"20:odorsleuth",
"25:beatup",
"28:firefang",
"32:feintattack",
"32:torment",
"37:comeuppance",
"37:embargo",
"40:foulplay",
"44:flamethrower",
"49:crunch",
"52:nastyplot",
"56:inferno",
"egg:beatup",
"egg:counter",
"egg:destinybond",
"egg:feint",
"egg:firefang",
"egg:firespin",
"egg:nastyplot",
"egg:punishment",
"egg:pursuit",
"egg:rage",
"egg:reversal",
"egg:spite",
"egg:suckerpunch",
"egg:thunderfang",
"egg:willowisp",
"tm:attract",
"tm:bodyslam",
"tm:burningjealousy",
"tm:captivate",
"tm:confide",
"tm:crunch",
"tm:darkpulse",
"tm:doubleedge",
"tm:doubleteam",
"tm:dreameater",
"tm:embargo",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:firefang",
"tm:firespin",
"tm:flamecharge",
"tm:flamethrower",
"tm:flareblitz",
"tm:foulplay",
"tm:frustration",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hypervoice",
"tm:incinerate",
"tm:irontail",
"tm:lashout",
"tm:mudshot",
"tm:mudslap",
"tm:nastyplot",
"tm:naturalgift",
"tm:overheat",
"tm:painsplit",
"tm:payback",
"tm:protect",
"tm:psychicfangs",
"tm:raindance",
"tm:rest",
"tm:retaliate",
"tm:return",
"tm:reversal",
"tm:roar",
"tm:rocksmash",
"tm:round",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:sleeptalk",
"tm:sludgebomb",
"tm:snarl",
"tm:snatch",
"tm:solarbeam",
"tm:spite",
"tm:substitute",
"tm:sunnyday",
"tm:superfang",
"tm:swagger",
"tm:takedown",
"tm:taunt",
"tm:temperflare",
"tm:terablast",
"tm:thief",
"tm:thunderfang",
"tm:torment",
"tm:toxic",
"tm:trailblaze",
"tm:willowisp",
"tutor:attract",
"tutor:beatup",
"tutor:bite",
"tutor:bodyslam",
"tutor:charm",
"tutor:counter",
"tutor:crunch",
"tutor:curse",
"tutor:darkpulse",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dreameater",
"tutor:ember",
"tutor:endure",
"tutor:feint",
"tutor:feintattack",
"tutor:fireblast",
"tutor:firespin",
"tutor:flamethrower",
"tutor:foulplay",
"tutor:frustration",
"tutor:headbutt",
"tutor:heatwave",
"tutor:hiddenpower",
"tutor:howl",
"tutor:hypervoice",
"tutor:irontail",
"tutor:leer",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:protect",
"tutor:pursuit",
"tutor:rage",
"tutor:rest",
"tutor:return",
"tutor:reversal",
"tutor:roar",
"tutor:rocksmash",
"tutor:roleplay",
"tutor:shadowball",
"tutor:sleeptalk",
"tutor:sludgebomb",
"tutor:smog",
"tutor:snatch",
"tutor:snore",
"tutor:solarbeam",
"tutor:spite",
"tutor:substitute",
"tutor:suckerpunch",
"tutor:sunnyday",
"tutor:superfang",
"tutor:swagger",
"tutor:swift",
"tutor:thief",
"tutor:toxic",
"tutor:uproar"
],
"labels": ["gen2"],
"pokedex": ["cobblemon.species.houndour.desc"],
"evolutions": [
{
"id": "houndour_houndoom",
"variant": "level_up",
"result": "houndoom",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 24
}
]
}
],
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"baseFriendship": 35,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 1,
"special_defence": 0,
"speed": 0
},
"height": 6,
"weight": 108,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:bone",
"quantityRange": "0-1"
},
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "minecraft:blaze_powder",
"percentage": 2.5
},
{
"item": "cobblemon:rawst_berry",
"percentage": 2.5
}
]
}
}