diff options
author | tom-overton <tom.overton@outlook.com> | 2021-03-17 18:57:13 -0700 |
---|---|---|
committer | tom-overton <tom.overton@outlook.com> | 2021-03-17 18:57:13 -0700 |
commit | a09c8ef0a8e78e4c6669d74c228ca3d4c0bb502f (patch) | |
tree | dba7fc6cf402dbfcde4bf9bf1e2388f1cfa65597 | |
parent | c93fcafb9b9d69f9005c24d6c7b3bf42bf91ee65 (diff) |
GUI: Add a recommendation to the EXP Curve standardization tooltip
-rw-r--r-- | src/com/dabomstew/pkrandom/newgui/Bundle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/dabomstew/pkrandom/newgui/Bundle.properties b/src/com/dabomstew/pkrandom/newgui/Bundle.properties index 114f58a..6da31cb 100644 --- a/src/com/dabomstew/pkrandom/newgui/Bundle.properties +++ b/src/com/dabomstew/pkrandom/newgui/Bundle.properties @@ -34,7 +34,7 @@ GUI.pbsStrongLegendariesSlowRadioButton.toolTipText=<html>Strong legendaries get GUI.pbsStrongLegendariesSlowRadioButton.text=Strong Legendaries: Slow GUI.pbsAllMediumFastRadioButton.toolTipText=All Pokemon get the selected EXP Curve. GUI.pbsAllMediumFastRadioButton.text=All Pokemon -GUI.pbsStandardizeEXPCurvesCheckBox.toolTipText=<html>When this is selected, every Pokemon's EXP curve will be changed to one of the following:<ul><li>The selected EXP curve if it isn't a legendary.<li>Slow (1,250,000 EXP to Level 100) according to the setting to the right.</ul>This will cause Pokemon to be better or worse based more on their stats/moves/type rather than the difficulty of leveling them.<br /><b>WARNING: This will break trade compatibility with ROMs that don't have this option enabled. Use with caution.</b><br />Note that this will affect evolutions; A Pokemon cannot evolve into a Pokemon with a different EXP Curve. +GUI.pbsStandardizeEXPCurvesCheckBox.toolTipText=<html>When this is selected, every Pokemon's EXP curve will be changed to one of the following:<ul><li>The selected EXP curve if it isn't a legendary.<li>Slow (1,250,000 EXP to Level 100) according to the setting to the right.</ul>If you're not sure what to pick, Medium Fast and Medium Slow are generally good curves (most Pokemon use these in the regular games).<br />This will cause Pokemon to be better or worse based more on their stats/moves/type rather than the difficulty of leveling them.<br /><b>WARNING: This will break trade compatibility with ROMs that don't have this option enabled. Use with caution.</b><br />Note that this will affect evolutions; A Pokemon cannot evolve into a Pokemon with a different EXP Curve. GUI.pbsStandardizeEXPCurvesCheckBox.text=Standardize EXP Curves to: GUI.pbsFollowEvolutionsCheckBox.toolTipText=<html>When this is selected and base stats are shuffled or randomized, evolutions of a Pokemon will inherit from their base form's rolls.<br />Shuffle: The same new ordering of stats will be used.<br />Randomized: The evolution will have the same proportion of stats as the base form. GUI.pbsFollowEvolutionsCheckBox.text=Follow Evolutions |