Update absolute-avarice-encounter.ts

This commit is contained in:
damocleas 2025-04-25 22:47:24 -04:00 committed by GitHub
parent 174d700f0f
commit b915ad0f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,8 +52,8 @@ export const AbsoluteAvariceEncounter: MysteryEncounter = MysteryEncounterBuilde
MysteryEncounterType.ABSOLUTE_AVARICE, MysteryEncounterType.ABSOLUTE_AVARICE,
) )
.withEncounterTier(MysteryEncounterTier.GREAT) .withEncounterTier(MysteryEncounterTier.GREAT)
.withSceneWaveRangeRequirement(20, 180) .withSceneWaveRangeRequirement(20, CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES[1])
.withSceneRequirement(new PersistentModifierRequirement("BerryModifier", 6)) // Must have at least 4 berries to spawn .withSceneRequirement(new PersistentModifierRequirement("BerryModifier", 6)) // Must have at least 6 berries to spawn
.withFleeAllowed(false) .withFleeAllowed(false)
.withIntroSpriteConfigs([ .withIntroSpriteConfigs([
{ {