mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
added new dynamic opinion events, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=21961&goto=333259&#msg_333259
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2233 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -186,7 +186,7 @@ OPINIONEVENT_FRIENDSWITHHATED = -4
|
||||
; someone else got a contract extension before we did, even though we had less time to begin with
|
||||
OPINIONEVENT_CONTRACTEXTENSION = -2
|
||||
|
||||
; we blame an IMP for a retreat order
|
||||
; we blame our leader for a retreat order
|
||||
OPINIONEVENT_ORDEREDRETREAT = -6
|
||||
|
||||
; someone killed a non-hostile civilian
|
||||
@@ -207,8 +207,8 @@ OPINIONEVENT_ADDICT = -6
|
||||
; other merc is stealing
|
||||
OPINIONEVENT_THIEF = -5
|
||||
|
||||
; we blame an IMP for huge battle losses
|
||||
OPINIONEVENT_WORSTCOMMANDEREVER = -7
|
||||
; we blame our leader for huge battle losses
|
||||
OPINIONEVENT_WORSTCOMMANDEREVER = -9
|
||||
|
||||
; someone else earns a lot more, we feel it's unfair. See also WAGE_ACCEPTANCE_FACTOR in JA2_Options.ini
|
||||
OPINIONEVENT_RICHGUY = -1
|
||||
@@ -260,3 +260,18 @@ OPINIONEVENT_BRUTAL_BAD = -2
|
||||
|
||||
; someone taught us and we are grateful
|
||||
OPINIONEVENT_TEACHER = 1
|
||||
|
||||
; our leader led us to a magnificent victory
|
||||
OPINIONEVENT_BESTCOMMANDEREVER = 8
|
||||
|
||||
; someone saved us in battle by killing whoever attacked (and likely wounded) us
|
||||
OPINIONEVENT_BATTLE_SAVIOUR = 6
|
||||
|
||||
; someone stole our kill. That guy was OURs to take down!
|
||||
OPINIONEVENT_FRAGTHIEF = -2
|
||||
|
||||
; someone helped us take down an enemy
|
||||
OPINIONEVENT_BATTLE_ASSIST = 1
|
||||
|
||||
; someone captured the enemy instead of killing them, and we approve
|
||||
OPINIONEVENT_BATTLE_TOOK_PRISONER = 3
|
||||
|
||||
Reference in New Issue
Block a user