mirror of
https://github.com/1dot13/gamedir.git
synced 2026-09-16 14:47:21 +02:00
- New Feature: dynamic opinions allows mercs to form opinions about each other depening on actions they/the player take or do not take. These can be viewed in the 'MeLoDY 'website. See also http://www.bears-pit.com/board/ubbthreads.php/topics/333259.html#Post333259
- new background property: <dislikebackground> allows mercs to dislike specific backgrounds git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2050 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -81,6 +81,8 @@
|
||||
<cth_vs_creatures>0</cth_vs_creatures> <!-- +- cth with firearms when aiming at creatures, -10 to 10 -->
|
||||
<insurance>0</insurance> <!-- +- % insurance cost, -50 to 200 -->
|
||||
<spotter>0</spotter> <!-- +- % spotter skill effectiveness, -30 to 30 -->
|
||||
|
||||
<dislikebackground>0</dislikebackground> <!-- dislike everybody with a background that has the negative of this value -->
|
||||
|
||||
<!-- on/off properties: 1 for on, 0 for off -->
|
||||
<druguse>0</druguse> <!-- might use drugs from inventory (the 'Larry'-behaviour) -->
|
||||
@@ -374,6 +376,7 @@
|
||||
<prisonguard>300</prisonguard>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>-1</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Hitman -->
|
||||
<BACKGROUND>
|
||||
@@ -414,6 +417,7 @@
|
||||
<breachingcharge>70</breachingcharge>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>-2</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Raven -->
|
||||
<BACKGROUND>
|
||||
@@ -428,6 +432,7 @@
|
||||
<breachingcharge>60</breachingcharge>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>-2</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Static -->
|
||||
<BACKGROUND>
|
||||
@@ -497,6 +502,7 @@
|
||||
<scrounging>1</scrounging>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>2</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Stephen -->
|
||||
<BACKGROUND>
|
||||
@@ -785,6 +791,7 @@
|
||||
<prisonguard>300</prisonguard>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>-1</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- PGmale 1 -->
|
||||
<BACKGROUND>
|
||||
@@ -978,6 +985,7 @@
|
||||
<level_underground>1</level_underground>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>1</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Shank -->
|
||||
<BACKGROUND>
|
||||
@@ -996,6 +1004,7 @@
|
||||
<level_underground>1</level_underground>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>1</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Iggy -->
|
||||
<BACKGROUND>
|
||||
@@ -2263,6 +2272,7 @@
|
||||
<breachingcharge>80</breachingcharge>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>-2</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Spooky -->
|
||||
<BACKGROUND>
|
||||
@@ -2920,6 +2930,7 @@
|
||||
<scrounging>1</scrounging>
|
||||
<no_male>1</no_male>
|
||||
<no_female>1</no_female>
|
||||
<dislikebackground>1</dislikebackground>
|
||||
</BACKGROUND>
|
||||
<!-- Leech -->
|
||||
<BACKGROUND>
|
||||
|
||||
Reference in New Issue
Block a user