Update a-trainers-test-encounter.ts

added another guaranteed Rogue tier reward to the end of battle rewards
This commit is contained in:
damocleas 2025-06-10 19:44:07 -04:00 committed by GitHub
parent 6b780b5d15
commit b7d8c65802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,7 +165,7 @@ export const ATrainersTestEncounter: MysteryEncounter = MysteryEncounterBuilder.
setEncounterRewards(
{
guaranteedModifierTypeFuncs: [modifierTypes.SACRED_ASH],
guaranteedModifierTiers: [ModifierTier.ROGUE, ModifierTier.ULTRA],
guaranteedModifierTiers: [ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA],
fillRemaining: true,
},
[eggOptions],