first commit
This commit is contained in:
@ -0,0 +1,152 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Feebas",
|
||||
"nationalPokedexNumber": 349,
|
||||
"primaryType": "water",
|
||||
"abilities": ["swiftswim", "oblivious", "h:adaptability"],
|
||||
"baseStats": {
|
||||
"hp": 20,
|
||||
"attack": 15,
|
||||
"defence": 20,
|
||||
"special_attack": 10,
|
||||
"special_defence": 55,
|
||||
"speed": 80
|
||||
},
|
||||
"catchRate": 255,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 40,
|
||||
"experienceGroup": "erratic",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_1", "dragon"],
|
||||
"moves": [
|
||||
"1:splash",
|
||||
"15:tackle",
|
||||
"25:flail",
|
||||
"egg:brine",
|
||||
"egg:captivate",
|
||||
"egg:confuseray",
|
||||
"egg:dragonbreath",
|
||||
"egg:dragonpulse",
|
||||
"egg:haze",
|
||||
"egg:hypnosis",
|
||||
"egg:irontail",
|
||||
"egg:lightscreen",
|
||||
"egg:mirrorcoat",
|
||||
"egg:mist",
|
||||
"egg:mudsport",
|
||||
"egg:tickle",
|
||||
"tm:attract",
|
||||
"tm:blizzard",
|
||||
"tm:brine",
|
||||
"tm:captivate",
|
||||
"tm:chillingwater",
|
||||
"tm:confide",
|
||||
"tm:confuseray",
|
||||
"tm:dive",
|
||||
"tm:doubleedge",
|
||||
"tm:doubleteam",
|
||||
"tm:dragonpulse",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:frustration",
|
||||
"tm:hail",
|
||||
"tm:haze",
|
||||
"tm:hiddenpower",
|
||||
"tm:icebeam",
|
||||
"tm:icywind",
|
||||
"tm:irontail",
|
||||
"tm:lightscreen",
|
||||
"tm:muddywater",
|
||||
"tm:mudshot",
|
||||
"tm:naturalgift",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:round",
|
||||
"tm:scald",
|
||||
"tm:scaleshot",
|
||||
"tm:secretpower",
|
||||
"tm:sleeptalk",
|
||||
"tm:snore",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:waterfall",
|
||||
"tm:waterpulse",
|
||||
"tm:whirlpool",
|
||||
"tutor:captivate",
|
||||
"tutor:dive",
|
||||
"tutor:doubleedge",
|
||||
"tutor:dragonpulse",
|
||||
"tutor:endure",
|
||||
"tutor:icywind",
|
||||
"tutor:irontail",
|
||||
"tutor:mimic",
|
||||
"tutor:mirrorcoat",
|
||||
"tutor:scaleshot",
|
||||
"tutor:sleeptalk",
|
||||
"tutor:snore",
|
||||
"tutor:splash",
|
||||
"tutor:substitute",
|
||||
"tutor:swagger",
|
||||
"tutor:swift",
|
||||
"tutor:waterpulse"
|
||||
],
|
||||
"labels": ["gen3"],
|
||||
"pokedex": ["cobblemon.species.feebas.desc"],
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "feebas_milotic",
|
||||
"variant": "trade",
|
||||
"result": "milotic",
|
||||
"consumeHeldItem": true,
|
||||
"learnableMoves": ["waterpulse"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "held_item",
|
||||
"itemCondition": "cobblemon:prism_scale"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"height": 6,
|
||||
"weight": 74,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 3,
|
||||
"entries": [
|
||||
{
|
||||
"item": "minecraft:salmon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal",
|
||||
"percentage": 5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:prism_scale",
|
||||
"percentage": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user