first commit
This commit is contained in:
@ -0,0 +1,97 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Wiglett",
|
||||
"nationalPokedexNumber": 960,
|
||||
"primaryType": "water",
|
||||
"abilities": ["gooey", "rattled", "h:sandveil"],
|
||||
"baseStats": {
|
||||
"hp": 10,
|
||||
"attack": 55,
|
||||
"defence": 25,
|
||||
"special_attack": 35,
|
||||
"special_defence": 25,
|
||||
"speed": 95
|
||||
},
|
||||
"catchRate": 255,
|
||||
"maleRatio": 0.5,
|
||||
"baseExperienceYield": 49,
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 1
|
||||
},
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 20,
|
||||
"eggGroups": ["water_3"],
|
||||
"moves": [
|
||||
"1:sandattack",
|
||||
"1:watergun",
|
||||
"4:mudslap",
|
||||
"8:wrap",
|
||||
"12:aquajet",
|
||||
"20:slam",
|
||||
"20:waterpulse",
|
||||
"24:headbutt",
|
||||
"28:dig",
|
||||
"32:suckerpunch",
|
||||
"36:throatchop",
|
||||
"40:liquidation",
|
||||
"egg:finalgambit",
|
||||
"egg:memento",
|
||||
"tm:agility",
|
||||
"tm:blizzard",
|
||||
"tm:bulldoze",
|
||||
"tm:chillingwater",
|
||||
"tm:dig",
|
||||
"tm:earthpower",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:foulplay",
|
||||
"tm:helpinghand",
|
||||
"tm:hydropump",
|
||||
"tm:icebeam",
|
||||
"tm:liquidation",
|
||||
"tm:muddywater",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:protect",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:sandstorm",
|
||||
"tm:sleeptalk",
|
||||
"tm:stompingtantrum",
|
||||
"tm:substitute",
|
||||
"tm:surf",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:waterpulse",
|
||||
"tm:whirlpool"
|
||||
],
|
||||
"labels": ["gen9"],
|
||||
"aspects": [],
|
||||
"height": 12,
|
||||
"weight": 18,
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "wiglett_wugtrio",
|
||||
"variant": "level_up",
|
||||
"result": "wugtrio",
|
||||
"consumeHeldItem": false,
|
||||
"learnableMoves": [],
|
||||
"requirements": [
|
||||
{
|
||||
"variant": "level",
|
||||
"minLevel": 26
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.wiglett.desc"]
|
||||
}
|
Reference in New Issue
Block a user