From 602c9b3ccced7c11599349dae09ff76bc2cb0c13 Mon Sep 17 00:00:00 2001 From: Ajarmar Date: Sun, 12 Jun 2022 10:27:03 +0200 Subject: change "Elite Four Have Unique Pokemon" to "Pokemon League Has Unique Pokemon" --- src/com/sneed/pkrandom/newgui/Bundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/sneed') diff --git a/src/com/sneed/pkrandom/newgui/Bundle.properties b/src/com/sneed/pkrandom/newgui/Bundle.properties index a594026..8895693 100644 --- a/src/com/sneed/pkrandom/newgui/Bundle.properties +++ b/src/com/sneed/pkrandom/newgui/Bundle.properties @@ -625,8 +625,8 @@ GUI.tpHighestLevelGetsItemCheckBox.text=Highest Level Only GUI.tpHighestLevelGetsItemCheckBox.tooltip=If this option is selected, a held item will be given only to a trainer's highest level Pokemon (or one of them, if there are multiple at that level).
If this is unchecked, all of a Trainer's Pokemon will be given items. GUI.pbsAssignEvoStatsRandomlyCheckBox.text=Randomize Added Stats on Evolution GUI.pbsAssignEvoStatsRandomlyCheckBox.tooltipText=When a Pokemon evolves, the additional BST it gains will be assigned randomly on top of the pre-evo's stats
instead of the evolved Pokemon having the exact same ratio between its stats as the pre-evo.

Applies to both regular Evolutions and Mega Evolutions (only if "Follow Evolutions"/"Follow Mega Evolutions" is selected). -GUI.tpEliteFourUniquePokemonCheckBox.text=Elite Four Have Unique Pokemon: -GUI.tpEliteFourUniquePokemonCheckBox.toolTipText=Enabling this setting will ensure that Elite Four Trainers (including Champions and BW1 N/Ghetsis)
are given the specified number of unique Pokemon that will not appear on any other Trainer.
The Elite Four Trainers' highest level Pokemon are the ones that will be unique;
in the case of a level tie, it will be the Pokemon further back in the party.
Does not apply to postgame Elite Four battles. +GUI.tpEliteFourUniquePokemonCheckBox.text=Pokemon League Has Unique Pokemon: +GUI.tpEliteFourUniquePokemonCheckBox.toolTipText=Enabling this setting will ensure that Pokemon League Trainers (Elite Four, Champions and BW1 N/Ghetsis)
are given the specified number of unique Pokemon that will not appear on any other Trainer.
The Elite Four Trainers' highest level Pokemon are the ones that will be unique;
in the case of a level tie, it will be the Pokemon further back in the party.
Does not apply to postgame Pokemon League battles. GUI.tpBetterMovesetsCheckBox.text=Better Movesets GUI.tpBetterMovesetsCheckBox.toolTipText=Attempts to give Trainer Pokemon better movesets by including TM moves/tutor moves/egg moves/pre-evolution moves,
and picking moves that synergize with the Pokemon's ability/stats/other moves. -- cgit v1.2.3