first commit
This commit is contained in:
@ -0,0 +1,106 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Arctibax",
|
||||
"nationalPokedexNumber": 997,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "ice",
|
||||
"abilities": ["thermalexchange", "h:icebody"],
|
||||
"baseStats": {
|
||||
"hp": 90,
|
||||
"attack": 95,
|
||||
"defence": 66,
|
||||
"special_attack": 45,
|
||||
"special_defence": 65,
|
||||
"speed": 62
|
||||
},
|
||||
"catchRate": 25,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 148,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 2,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 40,
|
||||
"eggGroups": ["dragon", "mineral"],
|
||||
"moves": [
|
||||
"1:dragontail",
|
||||
"1:leer",
|
||||
"1:tackle",
|
||||
"6:icywind",
|
||||
"12:dragonbreath",
|
||||
"18:focusenergy",
|
||||
"24:bite",
|
||||
"29:icefang",
|
||||
"40:takedown",
|
||||
"45:icebeam",
|
||||
"50:crunch",
|
||||
"55:iciclecrash",
|
||||
"tm:aerialace",
|
||||
"tm:avalanche",
|
||||
"tm:blizzard",
|
||||
"tm:bodyslam",
|
||||
"tm:brickbreak",
|
||||
"tm:crunch",
|
||||
"tm:dig",
|
||||
"tm:dracometeor",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:helpinghand",
|
||||
"tm:icebeam",
|
||||
"tm:icefang",
|
||||
"tm:iciclespear",
|
||||
"tm:icywind",
|
||||
"tm:ironhead",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:scaryface",
|
||||
"tm:sleeptalk",
|
||||
"tm:snowscape",
|
||||
"tm:substitute",
|
||||
"tm:swordsdance",
|
||||
"tm:takedown",
|
||||
"tm:terablast"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 8,
|
||||
"weight": 300,
|
||||
"preEvolution": "frigibax",
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "arctibax_baxcalibur",
|
||||
"variant": "level_up",
|
||||
"result": "baxcalibur",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": ["glaiverush"],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 54
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.arctibax.desc"],
|
||||
"drops": {
|
||||
"amount": 1,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:haban_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user