first commit
This commit is contained in:
@ -0,0 +1,153 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Palossand",
|
||||
"nationalPokedexNumber": 770,
|
||||
"primaryType": "ghost",
|
||||
"secondaryType": "ground",
|
||||
"abilities": ["watercompaction", "h:sandveil"],
|
||||
"baseStats": {
|
||||
"hp": 85,
|
||||
"attack": 75,
|
||||
"defence": 110,
|
||||
"special_attack": 100,
|
||||
"special_defence": 75,
|
||||
"speed": 35
|
||||
},
|
||||
"catchRate": 60,
|
||||
"maleRatio": 0.5,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 168,
|
||||
"experienceGroup": "medium_fast",
|
||||
"eggCycles": 15,
|
||||
"eggGroups": ["amorphous"],
|
||||
"moves": [
|
||||
"1:absorb",
|
||||
"1:astonish",
|
||||
"1:harden",
|
||||
"1:sandtomb",
|
||||
"15:megadrain",
|
||||
"20:sandattack",
|
||||
"25:bulldoze",
|
||||
"30:hypnosis",
|
||||
"35:gigadrain",
|
||||
"40:irondefense",
|
||||
"47:shadowball",
|
||||
"54:earthpower",
|
||||
"61:shoreup",
|
||||
"68:sandstorm",
|
||||
"tm:amnesia",
|
||||
"tm:attract",
|
||||
"tm:bodyslam",
|
||||
"tm:brine",
|
||||
"tm:bulldoze",
|
||||
"tm:chillingwater",
|
||||
"tm:confide",
|
||||
"tm:confuseray",
|
||||
"tm:curse",
|
||||
"tm:doubleteam",
|
||||
"tm:earthpower",
|
||||
"tm:earthquake",
|
||||
"tm:embargo",
|
||||
"tm:endure",
|
||||
"tm:energyball",
|
||||
"tm:facade",
|
||||
"tm:flashcannon",
|
||||
"tm:fling",
|
||||
"tm:frustration",
|
||||
"tm:gigadrain",
|
||||
"tm:gigaimpact",
|
||||
"tm:gravity",
|
||||
"tm:hex",
|
||||
"tm:hiddenpower",
|
||||
"tm:hyperbeam",
|
||||
"tm:imprison",
|
||||
"tm:infestation",
|
||||
"tm:irondefense",
|
||||
"tm:mudshot",
|
||||
"tm:mudslap",
|
||||
"tm:nightshade",
|
||||
"tm:painsplit",
|
||||
"tm:poltergeist",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:quash",
|
||||
"tm:raindance",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:rockpolish",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:sandstorm",
|
||||
"tm:sandtomb",
|
||||
"tm:scaryface",
|
||||
"tm:scorchingsands",
|
||||
"tm:shadowball",
|
||||
"tm:skillswap",
|
||||
"tm:sleeptalk",
|
||||
"tm:sludgebomb",
|
||||
"tm:snore",
|
||||
"tm:spite",
|
||||
"tm:stealthrock",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:trick",
|
||||
"tutor:afteryou",
|
||||
"tutor:block",
|
||||
"tutor:earthpower",
|
||||
"tutor:gigadrain",
|
||||
"tutor:gravity",
|
||||
"tutor:irondefense",
|
||||
"tutor:painsplit",
|
||||
"tutor:poltergeist",
|
||||
"tutor:recycle",
|
||||
"tutor:roleplay",
|
||||
"tutor:scorchingsands",
|
||||
"tutor:skillswap",
|
||||
"tutor:snore",
|
||||
"tutor:spite",
|
||||
"tutor:stealthrock",
|
||||
"tutor:terrainpulse",
|
||||
"tutor:trick"
|
||||
],
|
||||
"labels": ["gen7"],
|
||||
"pokedex": ["cobblemon.species.palossand.desc"],
|
||||
"preEvolution": "sandygast",
|
||||
"evolutions": [],
|
||||
"baseScale": 1,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 2,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 13,
|
||||
"weight": 2500,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false,
|
||||
"drops": {
|
||||
"amount": 2,
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:soft_sand",
|
||||
"percentage": 5
|
||||
},
|
||||
{
|
||||
"item": "cobblemon:passho_berry",
|
||||
"percentage": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user