mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
This commit is contained in:
parent
e18740c70a
commit
ad36e04327
|
|
@ -91770,7 +91770,7 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
|
|||
facade: ["9M"],
|
||||
fissure: ["9L75"],
|
||||
gigaimpact: ["9M"],
|
||||
heavyslam: ["9M"],
|
||||
heavyslam: ["9M", "9S1"],
|
||||
hex: ["9M"],
|
||||
hyperbeam: ["9M"],
|
||||
lashout: ["9M"],
|
||||
|
|
@ -91788,13 +91788,13 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
|
|||
sandtomb: ["9M", "9L1"],
|
||||
scaryface: ["9M"],
|
||||
sleeptalk: ["9M"],
|
||||
snarl: ["9M"],
|
||||
snarl: ["9M", "9S1"],
|
||||
spikes: ["9M", "9L5"],
|
||||
spite: ["9M", "9L1"],
|
||||
stealthrock: ["9M"],
|
||||
stomp: ["9L15"],
|
||||
stompingtantrum: ["9M", "9L45", "9S0"],
|
||||
stoneedge: ["9M"],
|
||||
stompingtantrum: ["9M", "9L45", "9S0", "9S1"],
|
||||
stoneedge: ["9M", "9S1"],
|
||||
substitute: ["9M"],
|
||||
sunnyday: ["9M"],
|
||||
takedown: ["9M"],
|
||||
|
|
@ -91807,6 +91807,7 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
|
|||
},
|
||||
eventData: [
|
||||
{generation: 9, level: 60, moves: ["stompingtantrum", "ruination", "throatchop", "rockslide"]},
|
||||
{generation: 9, level: 75, shiny: true, nature: "Impish", ivs: {hp: 31, atk: 31, def: 31, spa: 20, spd: 31, spe: 31}, moves: ["stompingtantrum", "stoneedge", "snarl", "heavyslam"], pokeball: "cherishball"},
|
||||
],
|
||||
eventOnly: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user