mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Add reduced stat growth options to ja2_options.ini (#36)
This commit is contained in:
@@ -1338,6 +1338,18 @@ LEADERSHIP_SUBPOINTS_TO_IMPROVE = 25
|
|||||||
; Experience
|
; Experience
|
||||||
LEVEL_SUBPOINTS_TO_IMPROVE = 350
|
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
|
; Real Time Sneaking Setting
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1337,6 +1337,18 @@ LEADERSHIP_SUBPOINTS_TO_IMPROVE = 25
|
|||||||
; Experience
|
; Experience
|
||||||
LEVEL_SUBPOINTS_TO_IMPROVE = 350
|
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
|
; Real Time Sneaking Setting
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user