Add Shiny Koraidon/Miraidon events
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled

This commit is contained in:
Karthik99999 2025-09-26 14:07:04 -07:00
parent 16f3718c39
commit 96233e6576

View File

@ -91992,8 +91992,8 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
brickbreak: ["9M", "9L28"],
bulkup: ["9M", "9S1"],
bulldoze: ["9M"],
closecombat: ["9M", "9L84"],
collisioncourse: ["9L56", "9S0", "9S1"],
closecombat: ["9M", "9L84", "9S2"],
collisioncourse: ["9L56", "9S0", "9S1", "9S2"],
counter: ["9L70"],
crunch: ["9M"],
dig: ["9M"],
@ -92012,10 +92012,10 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
firespin: ["9M"],
flamecharge: ["9M"],
flamethrower: ["9M", "9L49", "9S0", "9S1"],
flareblitz: ["9M", "9L91"],
flareblitz: ["9M", "9L91", "9S2"],
focusblast: ["9M"],
focuspunch: ["9M"],
gigaimpact: ["9M", "9L98", "9S1"],
gigaimpact: ["9M", "9L98", "9S1", "9S2"],
heatcrash: ["9M"],
heatwave: ["9M"],
heavyslam: ["9M"],
@ -92059,6 +92059,7 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
eventData: [
{generation: 9, level: 68, nature: "Quirky", ivs: {hp: 31, atk: 31, def: 28, spa: 31, spd: 28, spe: 31}, moves: ["flamethrower", "collisioncourse", "endure", "terablast"], pokeball: "pokeball"},
{generation: 9, level: 72, nature: "Adamant", ivs: {hp: 25, atk: 31, def: 25, spa: 31, spd: 25, spe: 31}, moves: ["gigaimpact", "bulkup", "collisioncourse", "flamethrower"]},
{generation: 9, level: 100, shiny: true, nature: "Adamant", ivs: {hp: 31, atk: 31, def: 31, spa: 20, spd: 31, spe: 31}, moves: ["collisioncourse", "closecombat", "flareblitz", "gigaimpact"], pokeball: "cherishball"},
],
eventOnly: true,
},
@ -92083,19 +92084,19 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
eerieimpulse: ["9M"],
electricterrain: ["9M", "9L1"],
electroball: ["9M"],
electrodrift: ["9L56", "9S0", "9S1"],
electrodrift: ["9L56", "9S0", "9S1", "9S2"],
endure: ["9M", "9S0"],
facade: ["9M"],
flashcannon: ["9M"],
gigaimpact: ["9M"],
heavyslam: ["9M"],
helpinghand: ["9M"],
hyperbeam: ["9M", "9L98", "9S1"],
hyperbeam: ["9M", "9L98", "9S1", "9S2"],
lightscreen: ["9M"],
metalsound: ["9M", "9L63"],
mirrorcoat: ["9L70"],
outrage: ["9M", "9L77"],
overheat: ["9M", "9L91"],
overheat: ["9M", "9L91", "9S2"],
paraboliccharge: ["9L21"],
powergem: ["9M", "9S0", "9S1"],
protect: ["9M"],
@ -92112,7 +92113,7 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
takedown: ["9M"],
taunt: ["9M"],
terablast: ["9M", "9S0"],
thunder: ["9M", "9L84"],
thunder: ["9M", "9L84", "9S2"],
thunderbolt: ["9M"],
thundershock: ["9L1"],
thunderwave: ["9M"],
@ -92124,6 +92125,7 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
eventData: [
{generation: 9, level: 68, nature: "Quirky", ivs: {hp: 31, atk: 31, def: 28, spa: 31, spd: 28, spe: 31}, moves: ["powergem", "electrodrift", "endure", "terablast"], pokeball: "pokeball"},
{generation: 9, level: 72, nature: "Modest", ivs: {hp: 25, atk: 31, def: 25, spa: 31, spd: 25, spe: 31}, moves: ["hyperbeam", "charge", "electrodrift", "powergem"]},
{generation: 9, level: 100, shiny: true, nature: "Modest", ivs: {hp: 31, atk: 20, def: 31, spa: 31, spd: 31, spe: 31}, moves: ["electrodrift", "thunder", "overheat", "hyperbeam"], pokeball: "cherishball"},
],
eventOnly: true,
},