first commit
This commit is contained in:
@ -0,0 +1,160 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Ducklett",
|
||||
"nationalPokedexNumber": 580,
|
||||
"primaryType": "water",
|
||||
"secondaryType": "flying",
|
||||
"abilities": ["keeneye", "bigpecks", "h:hydration"],
|
||||
"drops": {
|
||||
"amount": 3,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:feather",
|
||||
"quantityRange": "0-1"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chicken"
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:wacan_berry",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
},
|
||||
"baseStats": {
|
||||
"hp": 62,
|
||||
"attack": 44,
|
||||
"defence": 50,
|
||||
"special_attack": 44,
|
||||
"special_defence": 50,
|
||||
"speed": 55
|
||||
},
|
||||
"catchRate": 190,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 61,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1", "flying"],
|
||||
"moves": [
|
||||
"1:watergun",
|
||||
"3:watersport",
|
||||
"6:defog",
|
||||
"9:wingattack",
|
||||
"13:waterpulse",
|
||||
"15:aerialace",
|
||||
"19:bubblebeam",
|
||||
"21:featherdance",
|
||||
"24:aquaring",
|
||||
"27:airslash",
|
||||
"30:roost",
|
||||
"34:raindance",
|
||||
"37:tailwind",
|
||||
"41:bravebird",
|
||||
"46:hurricane",
|
||||
"egg:aircutter",
|
||||
"egg:aquajet",
|
||||
"egg:brine",
|
||||
"egg:dive",
|
||||
"egg:endeavor",
|
||||
"egg:gust",
|
||||
"egg:luckychant",
|
||||
"egg:mefirst",
|
||||
"egg:mirrormove",
|
||||
"egg:mudsport",
|
||||
"egg:steelwing",
|
||||
"tm:aerialace",
|
||||
"tm:attract",
|
||||
"tm:aircutter",
|
||||
"tm:airslash",
|
||||
"tm:bravebird",
|
||||
"tm:chillingwater",
|
||||
"tm:confide",
|
||||
"tm:disarmingvoice",
|
||||
"tm:dive",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:endeavor",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:featherdance",
|
||||
"tm:fly",
|
||||
"tm:frustration",
|
||||
"tm:hail",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:hurricane",
|
||||
"tm:icebeam",
|
||||
"tm:icywind",
|
||||
"tm:liquidation",
|
||||
"tm:pluck",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:roost",
|
||||
"tm:round",
|
||||
"tm:scald",
|
||||
"tm:secretpower",
|
||||
"tm:sleeptalk",
|
||||
"tm:steelwing",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:tailwind",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:trailblaze",
|
||||
"tm:waterpulse",
|
||||
"tm:whirlpool",
|
||||
"tutor:brine",
|
||||
"tutor:defog",
|
||||
"tutor:endeavor",
|
||||
"tutor:icywind",
|
||||
"tutor:liquidation",
|
||||
"tutor:mefirst",
|
||||
"tutor:roost",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:tailwind",
|
||||
"tutor:uproar",
|
||||
"tutor:waterpulse"
|
||||
],
|
||||
"labels": ["gen5"],
|
||||
"pokedex": ["cobblemon.species.ducklett.desc"],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "ducklett_swanna",
|
||||
"variant": "level_up",
|
||||
"result": "swanna",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 35
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 70,
|
||||
"evYield": {
|
||||
"hp": 1,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 5,
|
||||
"weight": 55,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user