mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Remove stray changes
This commit is contained in:
parent
1a62e1ecdc
commit
3ed42b12d8
@ -96,9 +96,9 @@ export const trainerPartyConfigs: TrainerPartyConfigs = {
|
|||||||
teraType: PokemonType.PSYCHIC,
|
teraType: PokemonType.PSYCHIC,
|
||||||
instantTera: true,
|
instantTera: true,
|
||||||
}]],
|
}]],
|
||||||
[3, { species: Species.EXEGGUTOR }],
|
[3, { species: Species.EXEGGUTOR, gender: Gender.FEMALE }],
|
||||||
[4, [{ species: Species.WYRDEER }, { species: Species.FARIGIRAF }]],
|
[4, [{ species: Species.WYRDEER, gender: Gender.FEMALE }, { species: Species.FARIGIRAF, gender: Gender.FEMALE }]],
|
||||||
[5, { species: Species.XATU }]
|
[5, { species: Species.XATU, gender: Gender.FEMALE }]
|
||||||
],
|
],
|
||||||
[TrainerType.KOGA]: [
|
[TrainerType.KOGA]: [
|
||||||
[0, {
|
[0, {
|
||||||
@ -227,14 +227,11 @@ export const trainerPartyConfigs: TrainerPartyConfigs = {
|
|||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
[TrainerType.LUCIAN]: [
|
[TrainerType.LUCIAN]: [
|
||||||
[0, [{ species: Species.FARIGIRAF }]],
|
[0, [{ species: Species.ESPEON }, { species: Species.ALAKAZAM }]],
|
||||||
[2, [{
|
[2, {
|
||||||
species: Species.ESPEON,
|
species: Species.FARIGIRAF,
|
||||||
instantTera: true,
|
instantTera: true,
|
||||||
}, {
|
}],
|
||||||
species: Species.ALAKAZAM,
|
|
||||||
instantTera: true,
|
|
||||||
}]],
|
|
||||||
[3, { species: Species.BRONZONG }],
|
[3, { species: Species.BRONZONG }],
|
||||||
[4, [{ species: Species.MR_RIME }, { species: Species.HISUI_BRAVIARY }]],
|
[4, [{ species: Species.MR_RIME }, { species: Species.HISUI_BRAVIARY }]],
|
||||||
[5, {
|
[5, {
|
||||||
@ -631,12 +628,10 @@ export const trainerPartyConfigs: TrainerPartyConfigs = {
|
|||||||
[2, [{
|
[2, [{
|
||||||
species: Species.LATIAS,
|
species: Species.LATIAS,
|
||||||
formIndex: 1, // Mega Latias
|
formIndex: 1, // Mega Latias
|
||||||
presetMoves: [Moves.SURF],
|
|
||||||
pokeball: PokeballType.MASTER_BALL,
|
pokeball: PokeballType.MASTER_BALL,
|
||||||
}, {
|
}, {
|
||||||
species: Species.LATIOS,
|
species: Species.LATIOS,
|
||||||
formIndex: 1, // Mega Latios
|
formIndex: 1, // Mega Latios
|
||||||
presetMoves: [Moves.SURF],
|
|
||||||
pokeball: PokeballType.MASTER_BALL,
|
pokeball: PokeballType.MASTER_BALL,
|
||||||
}]],
|
}]],
|
||||||
[3, [{ species: Species.SWAMPERT }, { species: Species.GASTRODON }, { species: Species.SEISMITOAD }]],
|
[3, [{ species: Species.SWAMPERT }, { species: Species.GASTRODON }, { species: Species.SEISMITOAD }]],
|
||||||
@ -676,7 +671,6 @@ export const trainerPartyConfigs: TrainerPartyConfigs = {
|
|||||||
[4, {
|
[4, {
|
||||||
species: Species.TOGEKISS,
|
species: Species.TOGEKISS,
|
||||||
abilityIndex: 1, // Serene Grace
|
abilityIndex: 1, // Serene Grace
|
||||||
presetMoves: [Moves.RELIC_SONG],
|
|
||||||
boss: true,
|
boss: true,
|
||||||
}],
|
}],
|
||||||
[5, {
|
[5, {
|
||||||
|
Loading…
Reference in New Issue
Block a user