From 9a08e588bd62deb9e18a280846491ddd37a20bee Mon Sep 17 00:00:00 2001 From: rftrdev <102184004+rftrdev@users.noreply.github.com> Date: Fri, 21 Jul 2023 22:53:30 -0700 Subject: [PATCH] Add reduced stat growth options to ja2_options.ini (#36) --- Data-1.13/Ja2_Options.INI | 12 ++++++++++++ Data/Ja2_Options.INI | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 209432d88..eadd0cb7c 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -1338,6 +1338,18 @@ LEADERSHIP_SUBPOINTS_TO_IMPROVE = 25 ; Experience LEVEL_SUBPOINTS_TO_IMPROVE = 350 + +; These values control whether it is harder for mercs to increase their stats at 80+ and 90+. This makes mercs with high base stats +; more valuable because it is harder/slower for other mercs to grow to their levels. +; When MAX_GROWTH_CHANCE_AT_80 is set to 20 or higher, no reduction is applied. Lower values mean slower growth. +; When MAX_GROWTH_CHANCE_AT_90 is set to 10 or higher, no reduction is applied. Lower values mean slower growth. +; If you want to play with reduced growth, recommended values are: +; MAX_GROWTH_CHANCE_AT_80 = 5 +; MAX_GROWTH_CHANCE_AT_90 = 1 +MAX_GROWTH_CHANCE_AT_80 = 100 +MAX_GROWTH_CHANCE_AT_90 = 100 + + ;------------------------------------------------------------------------------------------------------------------------------ ; Real Time Sneaking Setting ; diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index 0fd4b6f8f..309544aea 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -1337,6 +1337,18 @@ LEADERSHIP_SUBPOINTS_TO_IMPROVE = 25 ; Experience LEVEL_SUBPOINTS_TO_IMPROVE = 350 + +; These values control whether it is harder for mercs to increase their stats at 80+ and 90+. This makes mercs with high base stats +; more valuable because it is harder/slower for other mercs to grow to their levels. +; When MAX_GROWTH_CHANCE_AT_80 is set to 20 or higher, no reduction is applied. Lower values mean slower growth. +; When MAX_GROWTH_CHANCE_AT_90 is set to 10 or higher, no reduction is applied. Lower values mean slower growth. +; If you want to play with reduced growth, recommended values are: +; MAX_GROWTH_CHANCE_AT_80 = 5 +; MAX_GROWTH_CHANCE_AT_90 = 1 +MAX_GROWTH_CHANCE_AT_80 = 100 +MAX_GROWTH_CHANCE_AT_90 = 100 + + ;------------------------------------------------------------------------------------------------------------------------------ ; Real Time Sneaking Setting ;