Small changes to Backgrounds setting descriptions

This commit is contained in:
Hazapuza
2024-03-20 22:34:51 +02:00
parent a0f9e8ec42
commit 8137421220
+18 -17
View File
@@ -203,28 +203,29 @@ NUM_P_ITEMS = 3
[Backgrounds] [Backgrounds]
;****************************************************************************************************************************** ;******************************************************************************************************************************
; These settings are about Backgrounds ; These settings govern mercenary backgrounds.
;****************************************************************************************************************************** ;******************************************************************************************************************************
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
; If TRUE, mercs use the backgrounds ; If TRUE, mercs have backgrounds.
; ;
; - backgrounds can add a range of bonuses, penalties, abilities and more ; Backgrounds can add a range of bonuses, penalties, abilities and more.
; - some of those are merely flavour, others are significant for making full use of some features ; Some of those are merely flavour, others are significant for making full use of some 1.13 features.
; Default: TRUE
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
ENABLE_BACKGROUNDS = TRUE ENABLE_BACKGROUNDS = TRUE
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
; Choices in skills/character traits/disabilities determine available backgrounds ; If TRUE, choices in skills/character traits/disabilities determine available backgrounds during IMP creation.
;
; - don't show backgrounds in selection whose tags would contradict with a main bonus/penalty been gained by previously chosen ; - don't show backgrounds in selection whose tags would contradict with a main bonus/penalty gained by previously chosen
; skill/character trait/disability ; skill/character trait/disability
; - gain additional backgrounds to make up for the possible loss in variety ; - gain additional background choices to make up for the possible loss in variety
; - those additional ones are exclusive to this option (and the sub-option REDUCED_IMP_CREATION), won't show without ; - those additional backgrounds are exclusive to this option (and the sub-option REDUCED_IMP_CREATION), won't show up without
; - the additional backgrounds are also affected by the same rules as all ; - the additional backgrounds are also affected by the same rules as all others
; - this will only effect IMP-backgrounds ; - this will only affect IMP backgrounds
; - more details see Backgrounds.xml ; - for more details see Backgrounds.xml
; Note: requires ENABLE BACKGROUNDS to be TRUE ; Note: requires ENABLE BACKGROUNDS to be TRUE
; Default: FALSE ; Default: FALSE
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
@@ -232,13 +233,13 @@ ENABLE_BACKGROUNDS = TRUE
ALTERNATIVE_IMP_CREATION = FALSE ALTERNATIVE_IMP_CREATION = FALSE
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
; Only use a reduced set of backgrounds ; If TRUE, only use a reduced set of IMP backgrounds.
;
; - only use the additional backgrounds from ALTERNATIVE_IMP_CREATION ; - only use the additional backgrounds from ALTERNATIVE_IMP_CREATION
; - by default, that's less than the usual amount of backgrounds, but still should cover some essentials ; - by default, that's considerably fewer than the usual amount of background choices, but should cover some essentials
; - same consequences from choices in skills/character traits/disabilities as with ALTERNATIVE_IMP_CREATION ; - same consequences from choices in skills/character traits/disabilities as with ALTERNATIVE_IMP_CREATION
; - more details see Backgrounds.xml ; - For more details see Backgrounds.xml
; - this will only effect IMP-backgrounds ; - this will only affect IMP backgrounds
; Note: requires ALTERNATIVE_IMP_CREATION to be TRUE (will show no effect if not) ; Note: requires ALTERNATIVE_IMP_CREATION to be TRUE (will show no effect if not)
; Default: FALSE ; Default: FALSE
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------