mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-15 14:06:22 -05:00
Add shiny Zeraora event
This commit is contained in:
parent
f08bc21f26
commit
f119d911e7
|
|
@ -71846,14 +71846,14 @@ export const BattleLearnsets: {[speciesid: string]: LearnsetData} = {
|
|||
agility: ["8M", "8L80"],
|
||||
assurance: ["8M"],
|
||||
aurasphere: ["8M"],
|
||||
blazekick: ["8M"],
|
||||
blazekick: ["8M", "8S1"],
|
||||
bounce: ["8M", "7T"],
|
||||
brickbreak: ["8M", "7M"],
|
||||
brutalswing: ["8M", "7M"],
|
||||
bulkup: ["8M", "7M"],
|
||||
calmmind: ["8M", "7M"],
|
||||
charge: ["8L40", "7L26"],
|
||||
closecombat: ["8M", "8L96", "7L47", "7S0"],
|
||||
closecombat: ["8M", "8L96", "8S1", "7L47", "7S0"],
|
||||
coaching: ["8T"],
|
||||
confide: ["7M"],
|
||||
discharge: ["8L64", "7L50"],
|
||||
|
|
@ -71888,9 +71888,9 @@ export const BattleLearnsets: {[speciesid: string]: LearnsetData} = {
|
|||
lowsweep: ["8M", "7M"],
|
||||
megakick: ["8M"],
|
||||
megapunch: ["8M"],
|
||||
outrage: ["8M", "7T"],
|
||||
outrage: ["8M", "8S1", "7T"],
|
||||
payday: ["8M"],
|
||||
plasmafists: ["8L88", "7L43", "7S0"],
|
||||
plasmafists: ["8L88", "8S1", "7L43", "7S0"],
|
||||
playrough: ["8M"],
|
||||
poweruppunch: ["8L1"],
|
||||
protect: ["8M", "7M"],
|
||||
|
|
@ -71927,6 +71927,7 @@ export const BattleLearnsets: {[speciesid: string]: LearnsetData} = {
|
|||
},
|
||||
eventData: [
|
||||
{generation: 7, level: 50, moves: ["plasmafists", "thunderpunch", "closecombat", "thunder"]},
|
||||
{generation: 8, level: 100, shiny: true, nature: "Hasty", ivs: {def: 30}, moves: ["plasmafists", "closecombat", "blazekick", "outrage"], pokeball: "cherishball"},
|
||||
],
|
||||
eventOnly: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user