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(
|
setEncounterRewards(
|
||||||
{
|
{
|
||||||
guaranteedModifierTypeFuncs: [modifierTypes.SACRED_ASH],
|
guaranteedModifierTypeFuncs: [modifierTypes.SACRED_ASH],
|
||||||
guaranteedModifierTiers: [ModifierTier.ROGUE, ModifierTier.ULTRA],
|
guaranteedModifierTiers: [ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA],
|
||||||
fillRemaining: true,
|
fillRemaining: true,
|
||||||
},
|
},
|
||||||
[eggOptions],
|
[eggOptions],
|
||||||
|
Loading…
Reference in New Issue
Block a user