mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-24 10:04:38 -05:00
Add Slowpoke-Galar (#6272)
This commit is contained in:
committed by
The Immortal
parent
9253a115b1
commit
54df4fb1ed
@@ -1140,6 +1140,11 @@ let BattleFormatsData = {
|
||||
isUnreleased: "Past",
|
||||
tier: "Unreleased",
|
||||
},
|
||||
slowpokegalar: {
|
||||
unreleasedHidden: true,
|
||||
tier: "OU",
|
||||
doublesTier: "DOU",
|
||||
},
|
||||
slowbro: {
|
||||
eventPokemon: [
|
||||
{"generation": 6, "level": 100, "nature": "Quiet", "isHidden": false, "abilities": ["oblivious"], "moves": ["scald", "trickroom", "slackoff", "irontail"], "pokeball": "cherishball"},
|
||||
|
||||
@@ -9329,6 +9329,75 @@ let BattleLearnsets = {
|
||||
zapcannon: ["7V"],
|
||||
zenheadbutt: ["8M", "8L24", "7T", "7L32", "7E", "6T", "6L32", "6E", "5T", "5L32", "5E", "4T", "4L34", "4E"],
|
||||
}},
|
||||
slowpokegalar: {learnset: {
|
||||
acid: ["8L6"],
|
||||
amnesia: ["8M", "8L27"],
|
||||
attract: ["8M"],
|
||||
belch: ["8E"],
|
||||
bellydrum: ["8E"],
|
||||
blizzard: ["8M"],
|
||||
block: ["8E"],
|
||||
bodyslam: ["8M"],
|
||||
brine: ["8M"],
|
||||
bulldoze: ["8M"],
|
||||
calmmind: ["8M"],
|
||||
confusion: ["8L12"],
|
||||
curse: ["8L1"],
|
||||
dig: ["8M"],
|
||||
disable: ["8L15"],
|
||||
dive: ["8M"],
|
||||
earthquake: ["8M"],
|
||||
facade: ["8M"],
|
||||
fireblast: ["8M"],
|
||||
flamethrower: ["8M"],
|
||||
futuresight: ["8M"],
|
||||
grassknot: ["8M"],
|
||||
growl: ["8L3"],
|
||||
hail: ["8M"],
|
||||
headbutt: ["8L21"],
|
||||
healpulse: ["8L45"],
|
||||
hydropump: ["8M"],
|
||||
icebeam: ["8M"],
|
||||
icywind: ["8M"],
|
||||
imprison: ["8M"],
|
||||
irontail: ["8M"],
|
||||
lightscreen: ["8M"],
|
||||
liquidation: ["8M"],
|
||||
mudshot: ["8M"],
|
||||
payday: ["8M"],
|
||||
protect: ["8M"],
|
||||
psychic: ["8M", "8L36"],
|
||||
psychicterrain: ["8M"],
|
||||
psychup: ["8L39"],
|
||||
psyshock: ["8M"],
|
||||
raindance: ["8M", "8L42"],
|
||||
rest: ["8M"],
|
||||
round: ["8M"],
|
||||
safeguard: ["8M"],
|
||||
scald: ["8M"],
|
||||
shadowball: ["8M"],
|
||||
skillswap: ["8M"],
|
||||
slackoff: ["8L33"],
|
||||
sleeptalk: ["8M"],
|
||||
snore: ["8M"],
|
||||
stomp: ["8E"],
|
||||
storedpower: ["8M"],
|
||||
substitute: ["8M"],
|
||||
sunnyday: ["8M"],
|
||||
surf: ["8M", "8L30"],
|
||||
swift: ["8M"],
|
||||
tackle: ["8L1"],
|
||||
thunderwave: ["8M"],
|
||||
triattack: ["8M"],
|
||||
trick: ["8M"],
|
||||
trickroom: ["8M"],
|
||||
waterpulse: ["8L18"],
|
||||
weatherball: ["8M"],
|
||||
whirlpool: ["8M"],
|
||||
wonderroom: ["8M"],
|
||||
yawn: ["8L9"],
|
||||
zenheadbutt: ["8M", "8L24"],
|
||||
}},
|
||||
slowbro: {learnset: {
|
||||
aerialace: ["7M", "6M", "5M"],
|
||||
afteryou: ["7T", "6T", "5T"],
|
||||
|
||||
@@ -1710,6 +1710,20 @@ let BattlePokedex = {
|
||||
color: "Pink",
|
||||
evos: ["slowbro", "slowking"],
|
||||
eggGroups: ["Monster", "Water 1"],
|
||||
otherFormes: ["slowpokegalar"],
|
||||
},
|
||||
slowpokegalar: {
|
||||
num: 79,
|
||||
species: "Slowpoke-Galar",
|
||||
baseSpecies: "Slowpoke",
|
||||
forme: "Galar",
|
||||
types: ["Psychic"],
|
||||
baseStats: {hp: 90, atk: 65, def: 65, spa: 40, spd: 40, spe: 15},
|
||||
abilities: {0: "Gluttony", 1: "Own Tempo", H: "Regenerator"},
|
||||
heightm: 1.2,
|
||||
weightkg: 36,
|
||||
color: "Pink",
|
||||
eggGroups: ["Monster", "Water 1"],
|
||||
},
|
||||
slowbro: {
|
||||
num: 80,
|
||||
|
||||
Reference in New Issue
Block a user