mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-01 12:19:29 +02:00
Compare commits
4 Commits
19c03329ad
...
20be1a3d5c
Author | SHA1 | Date | |
---|---|---|---|
|
20be1a3d5c | ||
|
8a66cfe40b | ||
|
46f2d79069 | ||
|
3436497782 |
Binary file not shown.
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 289 B |
Binary file not shown.
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 292 B |
@ -1593,9 +1593,9 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
.setSpeciesFilter(s => tmSpecies[MoveId.FLY].indexOf(s.speciesId) > -1),
|
||||
[TrainerType.POKEFAN]: new TrainerConfig(++t)
|
||||
.setMoneyMultiplier(1.4)
|
||||
.setName("PokéFan")
|
||||
.setHasGenders("PokéFan Female")
|
||||
.setHasDouble("PokéFan Family")
|
||||
.setName("Pokéfan")
|
||||
.setHasGenders("Pokéfan Female")
|
||||
.setHasDouble("Pokéfan Family")
|
||||
.setEncounterBgm(TrainerType.POKEFAN)
|
||||
.setPartyTemplates(
|
||||
trainerPartyTemplates.SIX_WEAKER,
|
||||
|
Loading…
Reference in New Issue
Block a user