Add Maylene (#193)

* Implement Rivalry

* Implement Quick Feet, Liquid Voice, and Normalize

* Forgot paralysis is half speed instead of a quarter

* Remove log statements

* Fix minor edge case in rivalry for gendered vs genderless

* Add Maylene
This commit is contained in:
Tempoanon 2024-04-19 12:06:20 -04:00 committed by GitHub
parent bd80281859
commit 77c584981b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1844,7 +1844,7 @@ export const biomeTrainerPools: BiomeTrainerPools = {
[BiomePoolTier.RARE]: [], [BiomePoolTier.RARE]: [],
[BiomePoolTier.SUPER_RARE]: [], [BiomePoolTier.SUPER_RARE]: [],
[BiomePoolTier.ULTRA_RARE]: [], [BiomePoolTier.ULTRA_RARE]: [],
[BiomePoolTier.BOSS]: [ TrainerType.BRAWLY, TrainerType.KORRINA, TrainerType.BEA ], [BiomePoolTier.BOSS]: [ TrainerType.BRAWLY, TrainerType.KORRINA, TrainerType.BEA, TrainerType.MAYLENE ],
[BiomePoolTier.BOSS_RARE]: [], [BiomePoolTier.BOSS_RARE]: [],
[BiomePoolTier.BOSS_SUPER_RARE]: [], [BiomePoolTier.BOSS_SUPER_RARE]: [],
[BiomePoolTier.BOSS_ULTRA_RARE]: [] [BiomePoolTier.BOSS_ULTRA_RARE]: []
@ -7408,6 +7408,10 @@ export const biomeTrainerPools: BiomeTrainerPools = {
[ Biome.LAKE, BiomePoolTier.BOSS ] [ Biome.LAKE, BiomePoolTier.BOSS ]
] ]
], ],
[ TrainerType.MAYLENE, [
[ Biome.DOJO, BiomePoolTier.BOSS ]
]
],
[ TrainerType.FANTINA, [ [ TrainerType.FANTINA, [
[ Biome.TEMPLE, BiomePoolTier.BOSS ] [ Biome.TEMPLE, BiomePoolTier.BOSS ]
] ]