first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,246 @@
{
"implemented": true,
"name": "Ho-Oh",
"nationalPokedexNumber": 250,
"primaryType": "fire",
"secondaryType": "flying",
"abilities": [
"pressure",
"h:regenerator"
],
"behaviour": {
"moving": {
"fly": {
"canFly": true,
"flySpeedHorizontal": 1.0
}
}
},
"baseStats": {
"hp": 106,
"attack": 130,
"defence": 90,
"special_attack": 110,
"special_defence": 154,
"speed": 90
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 340,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:ancientpower",
"1:gust",
"1:weatherball",
"1:whirlwind",
"9:lifedew",
"15:bravebird",
"18:safeguard",
"27:calmmind",
"36:extrasensory",
"43:swift",
"45:recover",
"50:punishment",
"54:sacredfire",
"63:sunnyday",
"72:fireblast",
"81:futuresight",
"85:naturalgift",
"90:skyattack",
"99:burnup",
"99:overheat",
"tm:aerialace",
"tm:aircutter",
"tm:airslash",
"tm:bodyslam",
"tm:bravebird",
"tm:bulldoze",
"tm:calmmind",
"tm:chargebeam",
"tm:confide",
"tm:defog",
"tm:doubleedge",
"tm:doubleteam",
"tm:dreameater",
"tm:dualwingbeat",
"tm:earthpower",
"tm:earthquake",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:fireblast",
"tm:firespin",
"tm:flamecharge",
"tm:flamethrower",
"tm:flareblitz",
"tm:flash",
"tm:fly",
"tm:frustration",
"tm:futuresight",
"tm:gigadrain",
"tm:gigaimpact",
"tm:heatwave",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hurricane",
"tm:hyperbeam",
"tm:hypervoice",
"tm:imprison",
"tm:incinerate",
"tm:ironhead",
"tm:lightscreen",
"tm:mysticalfire",
"tm:naturalgift",
"tm:overheat",
"tm:pluck",
"tm:protect",
"tm:psychic",
"tm:psychup",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rocksmash",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scorchingsands",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:skydrop",
"tm:sleeptalk",
"tm:snore",
"tm:solarbeam",
"tm:steelwing",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:weatherball",
"tm:willowisp",
"tm:zenheadbutt",
"tutor:aircutter",
"tutor:ancientpower",
"tutor:bravebird",
"tutor:burnup",
"tutor:celebrate",
"tutor:curse",
"tutor:defog",
"tutor:detect",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dragonbreath",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:earthpower",
"tutor:earthquake",
"tutor:endure",
"tutor:fireblast",
"tutor:flareblitz",
"tutor:flash",
"tutor:fly",
"tutor:frustration",
"tutor:futuresight",
"tutor:gigadrain",
"tutor:gust",
"tutor:heatwave",
"tutor:hiddenpower",
"tutor:hyperbeam",
"tutor:hypervoice",
"tutor:ironhead",
"tutor:laserfocus",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:ominouswind",
"tutor:protect",
"tutor:psychic",
"tutor:psychup",
"tutor:punishment",
"tutor:raindance",
"tutor:rest",
"tutor:return",
"tutor:roar",
"tutor:rocksmash",
"tutor:roost",
"tutor:safeguard",
"tutor:sandstorm",
"tutor:scorchingsands",
"tutor:shadowball",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:solarbeam",
"tutor:steelwing",
"tutor:strength",
"tutor:substitute",
"tutor:swagger",
"tutor:swift",
"tutor:tailwind",
"tutor:thunder",
"tutor:thunderwave",
"tutor:toxic",
"tutor:twister",
"tutor:weatherball",
"tutor:whirlwind",
"tutor:zapcannon",
"tutor:zenheadbutt"
],
"labels": [
"gen2",
"legendary"
],
"pokedex": [
"cobblemon.species.hooh.desc"
],
"evolutions": [],
"baseScale": 1,
"hitbox": {
"width": 3,
"height": 3,
"fixed": false
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 3,
"speed": 0
},
"height": 38,
"weight": 1990,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 5,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "2-4"
},
{
"item": "cobblemon:sacred_ash"
}
]
}
}

View File

@ -0,0 +1,274 @@
{
"implemented": true,
"name": "Lugia",
"nationalPokedexNumber": 249,
"primaryType": "psychic",
"secondaryType": "flying",
"abilities": [
"pressure",
"h:multiscale"
],
"behaviour": {
"moving": {
"swim": {
"swimSpeed": 1.0,
"canSwimInWater": true,
"canBreatheUnderwater": true
},
"fly": {
"canFly": true,
"flySpeedHorizontal": 1.0
}
}
},
"baseStats": {
"hp": 106,
"attack": 90,
"defence": 130,
"special_attack": 90,
"special_defence": 154,
"speed": 110
},
"catchRate": 3,
"maleRatio": -1,
"shoulderMountable": false,
"baseExperienceYield": 340,
"experienceGroup": "slow",
"eggCycles": 120,
"eggGroups": [
"undiscovered"
],
"moves": [
"1:ancientpower",
"1:dragonrush",
"1:gust",
"1:weatherball",
"1:whirlwind",
"9:mist",
"18:safeguard",
"27:calmmind",
"36:extrasensory",
"43:swift",
"45:recover",
"50:punishment",
"54:aeroblast",
"63:raindance",
"72:hydropump",
"81:futuresight",
"85:naturalgift",
"90:skyattack",
"tm:acrobatics",
"tm:aerialace",
"tm:aircutter",
"tm:airslash",
"tm:avalanche",
"tm:blizzard",
"tm:bodyslam",
"tm:bravebird",
"tm:brine",
"tm:bulldoze",
"tm:calmmind",
"tm:chargebeam",
"tm:chillingwater",
"tm:confide",
"tm:curse",
"tm:defog",
"tm:dive",
"tm:doubleedge",
"tm:doubleteam",
"tm:dragonpulse",
"tm:dragontail",
"tm:dreameater",
"tm:dualwingbeat",
"tm:earthpower",
"tm:earthquake",
"tm:echoedvoice",
"tm:endure",
"tm:facade",
"tm:flash",
"tm:fly",
"tm:frustration",
"tm:futuresight",
"tm:gigadrain",
"tm:gigaimpact",
"tm:hail",
"tm:helpinghand",
"tm:hiddenpower",
"tm:hurricane",
"tm:hydropump",
"tm:hyperbeam",
"tm:hypervoice",
"tm:icebeam",
"tm:icywind",
"tm:imprison",
"tm:ironhead",
"tm:irontail",
"tm:lightscreen",
"tm:liquidation",
"tm:naturalgift",
"tm:protect",
"tm:psychic",
"tm:psychicnoise",
"tm:psychup",
"tm:psyshock",
"tm:raindance",
"tm:reflect",
"tm:rest",
"tm:return",
"tm:roar",
"tm:rocksmash",
"tm:roost",
"tm:round",
"tm:safeguard",
"tm:sandstorm",
"tm:scaleshot",
"tm:scaryface",
"tm:secretpower",
"tm:shadowball",
"tm:shockwave",
"tm:skillswap",
"tm:skydrop",
"tm:sleeptalk",
"tm:snore",
"tm:steelwing",
"tm:strength",
"tm:substitute",
"tm:sunnyday",
"tm:surf",
"tm:swagger",
"tm:swift",
"tm:tailwind",
"tm:takedown",
"tm:telekinesis",
"tm:terablast",
"tm:thunder",
"tm:thunderbolt",
"tm:thunderwave",
"tm:toxic",
"tm:trick",
"tm:waterfall",
"tm:waterpulse",
"tm:weatherball",
"tm:whirlpool",
"tm:wonderroom",
"tm:zenheadbutt",
"tutor:aircutter",
"tutor:ancientpower",
"tutor:aquatail",
"tutor:blizzard",
"tutor:bodyslam",
"tutor:curse",
"tutor:defog",
"tutor:detect",
"tutor:dive",
"tutor:doubleedge",
"tutor:doubleteam",
"tutor:dragonbreath",
"tutor:dragonpulse",
"tutor:dragonrush",
"tutor:dreameater",
"tutor:dualwingbeat",
"tutor:earthpower",
"tutor:earthquake",
"tutor:endure",
"tutor:featherdance",
"tutor:fly",
"tutor:frustration",
"tutor:futuresight",
"tutor:gigadrain",
"tutor:gust",
"tutor:headbutt",
"tutor:hiddenpower",
"tutor:hurricane",
"tutor:hydropump",
"tutor:hyperbeam",
"tutor:hypervoice",
"tutor:icebeam",
"tutor:icywind",
"tutor:ironhead",
"tutor:irontail",
"tutor:laserfocus",
"tutor:mimic",
"tutor:mudslap",
"tutor:nightmare",
"tutor:ominouswind",
"tutor:protect",
"tutor:psychic",
"tutor:psychoboost",
"tutor:psychup",
"tutor:punishment",
"tutor:rest",
"tutor:return",
"tutor:roar",
"tutor:rocksmash",
"tutor:roost",
"tutor:safeguard",
"tutor:sandstorm",
"tutor:scaleshot",
"tutor:shadowball",
"tutor:shockwave",
"tutor:signalbeam",
"tutor:skillswap",
"tutor:skyattack",
"tutor:sleeptalk",
"tutor:snore",
"tutor:steelwing",
"tutor:strength",
"tutor:substitute",
"tutor:sunnyday",
"tutor:surf",
"tutor:swagger",
"tutor:swift",
"tutor:tailwind",
"tutor:telekinesis",
"tutor:thunder",
"tutor:thunderwave",
"tutor:toxic",
"tutor:trick",
"tutor:twister",
"tutor:waterfall",
"tutor:waterpulse",
"tutor:weatherball",
"tutor:whirlpool",
"tutor:whirlwind",
"tutor:wonderroom",
"tutor:zapcannon",
"tutor:zenheadbutt"
],
"labels": [
"gen2",
"legendary"
],
"pokedex": [
"cobblemon.species.lugia.desc"
],
"evolutions": [],
"baseScale": 0.8,
"hitbox": {
"width": 3,
"height": 5,
"fixed": false
},
"baseFriendship": 0,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 3,
"speed": 0
},
"height": 52,
"weight": 2160,
"aspects": [],
"cannotDynamax": false,
"drops": {
"amount": 4,
"entries": [
{
"item": "minecraft:feather",
"quantityRange": "2-4"
}
]
}
}