mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
added missing ini options
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1841 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -2699,6 +2699,44 @@ PRISONER_INTERROGATION_POINTS_SPECIAL = 250
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
[Morale Settings]
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; These settings modify certain team morale aspects
|
||||
;******************************************************************************************************************************
|
||||
|
||||
; each hour we evaluate our morale based (amongst other things) upon the mercs in the same sector. We evaluate each according to
|
||||
; our prejudices. This alters our morale. The effects depend on the other merc's properties.
|
||||
; The effect is doubled if we care a lot about something.
|
||||
; Our total modifier is then the average of all our opinions. Note that this will always be in [-25, 25].
|
||||
; Example: If we are a snob, and the other merc is a slob, we get a modifier of -MORALE_MOD_REFINEMENT if we care about refinement,
|
||||
; and 2x that modifier if we care a lot. None if we don't care.
|
||||
|
||||
; morale modifier for ugly(-2x), homely(-1x), beautiful(+1x) or 'total babe!'(+2x) people. Double if we care a lot.
|
||||
; Values from 0 to 5, default is 1
|
||||
MORALE_MOD_APPEARANCE = 1
|
||||
|
||||
; morale modifier for snob vs slob people. 1x for same and we care a lot, -1x for difference and we care, -2x for difference
|
||||
; and we care a lot. Values from 0 to 5, default is 2
|
||||
MORALE_MOD_REFINEMENT = 2
|
||||
|
||||
; morale modifier if the other person is of a nationality we hate. Does not apply if we do not hate a nation.
|
||||
; Values from 0 to 5, default is 2.
|
||||
MORALE_MOD_HATEDNATIONALITY = 3
|
||||
|
||||
; morale modifier if the other person is not of our race and we are racist. Values from 0 to 5, default is 2.
|
||||
MORALE_MOD_RACISM = 3
|
||||
|
||||
; morale modifier if the other person is of a different gender. Positive if attractive, negative if ugly. Doubled if very attractive/ugly,
|
||||
; doubled again if we are very sexist. Values from 0 to 5, default is 1.
|
||||
MORALE_MOD_SEXISM = 1
|
||||
|
||||
; morale modifier if we have a xenophobic background and our background differs from theirs. Values from 0 to 15, default is 5.
|
||||
MORALE_MOD_BACKGROUND_XENOPHOBIC = 5
|
||||
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
[Laptop Settings]
|
||||
|
||||
;******************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user