mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 19:52:27 +02:00
Update trainer-config.ts
This commit is contained in:
parent
ed1b7e1475
commit
9bd2217098
@ -2412,6 +2412,7 @@ export const trainerConfigs: TrainerConfigs = {
|
|||||||
} else if (p.species.speciesId === Species.KLEAVOR) {
|
} else if (p.species.speciesId === Species.KLEAVOR) {
|
||||||
p.abilityIndex = 2;
|
p.abilityIndex = 2;
|
||||||
}
|
}
|
||||||
|
}))
|
||||||
.setPartyMemberFunc(2, getRandomPartyMemberFunc([ Species.HISUI_SAMUROTT, Species.CRAWDAUNT ], TrainerSlot.TRAINER, true, p => {
|
.setPartyMemberFunc(2, getRandomPartyMemberFunc([ Species.HISUI_SAMUROTT, Species.CRAWDAUNT ], TrainerSlot.TRAINER, true, p => {
|
||||||
p.abilityIndex = 2; // Sharpness Hisui Samurott, Adaptability Crawdaunt
|
p.abilityIndex = 2; // Sharpness Hisui Samurott, Adaptability Crawdaunt
|
||||||
p.generateAndPopulateMoveset();
|
p.generateAndPopulateMoveset();
|
||||||
|
Loading…
Reference in New Issue
Block a user