change Trainer's test vouchers for second option
This commit is contained in:
parent
ed0dd08934
commit
e616da63e2
|
@ -191,8 +191,7 @@ export const ATrainersTestEncounter: MysteryEncounter =
|
|||
// Eggs already full, give 2 10x Voucher instead
|
||||
encounter.dialogue.outro = [];
|
||||
scene.unshiftPhase(new MessagePhase(scene, i18next.t(`${namespace}.egg_list_full_dialogue`), undefined, true, undefined, i18next.t(`trainerNames:${encounter.misc.trainerNameKey}`)));
|
||||
scene.unshiftPhase(new ModifierRewardPhase(scene, modifierTypes.VOUCHER_PREMIUM));
|
||||
scene.unshiftPhase(new ModifierRewardPhase(scene, modifierTypes.VOUCHER_PREMIUM));
|
||||
scene.unshiftPhase(new ModifierRewardPhase(scene, modifierTypes.VOUCHER_PLUS));
|
||||
setEncounterRewards(scene, { fillRemaining: false, rerollMultiplier: -1 });
|
||||
} else {
|
||||
encounter.dialogue.outro = [{ text: `${namespace}.outro` }];
|
||||
|
|
|
@ -43,6 +43,6 @@
|
|||
"epic": "an Epic Egg",
|
||||
"legendary": "a Legendary Egg"
|
||||
},
|
||||
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!",
|
||||
"egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take this instead!",
|
||||
"outro": "{{statTrainerName}} gave you {{eggType}}!"
|
||||
}
|
Loading…
Reference in New Issue