From 8137421220ac725e78cf0143d0b5c2d01fc29fcb Mon Sep 17 00:00:00 2001 From: Hazapuza <158776440+Hazapuza@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:34:51 +0200 Subject: [PATCH] Small changes to Backgrounds setting descriptions --- gamedir/Data-1.13/Ja2_Options.INI | 35 ++++++++++++++++--------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 52f4b6c11..0daad885e 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -203,28 +203,29 @@ NUM_P_ITEMS = 3 [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 -; - some of those are merely flavour, others are significant for making full use of some features +; 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 1.13 features. +; Default: TRUE ;------------------------------------------------------------------------------------------------------------------------------ ENABLE_BACKGROUNDS = TRUE ;------------------------------------------------------------------------------------------------------------------------------ -; Choices in skills/character traits/disabilities determine available backgrounds - -; - don't show backgrounds in selection whose tags would contradict with a main bonus/penalty been gained by previously chosen +; 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 gained by previously chosen ; skill/character trait/disability -; - gain additional backgrounds 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 -; - the additional backgrounds are also affected by the same rules as all -; - this will only effect IMP-backgrounds -; - more details see Backgrounds.xml +; - gain additional background choices to make up for the possible loss in variety +; - 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 others +; - this will only affect IMP backgrounds +; - for more details see Backgrounds.xml ; Note: requires ENABLE BACKGROUNDS to be TRUE ; Default: FALSE ;------------------------------------------------------------------------------------------------------------------------------ @@ -232,13 +233,13 @@ ENABLE_BACKGROUNDS = TRUE 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 -; - 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 -; - more details see Backgrounds.xml -; - this will only effect IMP-backgrounds +; - For more details see Backgrounds.xml +; - this will only affect IMP backgrounds ; Note: requires ALTERNATIVE_IMP_CREATION to be TRUE (will show no effect if not) ; Default: FALSE ;------------------------------------------------------------------------------------------------------------------------------