Add reduced stat growth options to ja2_options.ini (#36)

This commit is contained in:
rftrdev
2023-07-21 22:53:30 -07:00
committed by GitHub
parent 994b11ab6e
commit 9899f7cbca
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -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
;
+12
View File
@@ -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
;