mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Update a-trainers-test-encounter.ts
added another guaranteed Rogue tier reward to the end of battle rewards
This commit is contained in:
parent
6b780b5d15
commit
b7d8c65802
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user