- New feature: exploration assignment indicates items on the map

- Removed stat and approach modifiers from 1.13 backgrounds, it would be more logical to alter the MercProfiles instead of doing the same thing in two locations

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2537 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2020-06-01 20:30:24 +00:00
parent c23912d4f1
commit a460000b1b
6 changed files with 97 additions and 234 deletions
+27
View File
@@ -4387,6 +4387,33 @@ CLEANING_RATE_DIVISOR = 500
; down repair. A lower value speeds it up.
REPAIR_SESSIONS_PER_DAY = 24
;------------------------------------------------------------------------------------------------------------------------------
; Administration
;
; This assignment has a merc performing various administrative tasks that boost the productivity of other mercs in the same
; town or sector. This affects doctoring, repairing, training, interrogation, fortification, burial, item movement etc..
; The boost is divided over all applicable mercs by the same amount.
;------------------------------------------------------------------------------------------------------------------------------
; How much administration points are required to boost another merc's productivity by 1%? The higher the less effective this
; assignment becomes.
ADMINISTRATION_POINTS_PER_PERCENT = 20.0
; What is the maximum boost one can receive this way?
ADMINISTRATION_MAX_PERCENTAGE = 15
;------------------------------------------------------------------------------------------------------------------------------
; Exploration
;
; This assignment has a merc exploring the sector for items the player does not yet know about. Once done, the approximate location
; of these items is marked on the full sector map.
; This does not reveal the items, reveal rooms, or take care of traps - it is a merely a help for the player on where they should
; go looking.
;------------------------------------------------------------------------------------------------------------------------------
; Modifies how fast a merc explores. Higher means faster. Values in [0.01; 10.0], default 2.0.
EXPLORATION_POINTS_MODIFIER = 2.0
;------------------------------------------------------------------------------------------------------------------------------
; SquadNames
;------------------------------------------------------------------------------------------------------------------------------
+1
View File
@@ -97,6 +97,7 @@
<hackerskill>0</hackerskill> <!-- hacker skill, 0 to 100. Value > 0 means we can hack computers -->
<burial_assignment>0</burial_assignment> <!-- effectiveness at burying corpses, -50 to 1000. Value > 0 means we bury corpses faster -->
<administration_assignment>0</administration_assignment> <!-- +- % effectiveness at administration assignment, -50 to 1000. Value > 0 means we work better -->
<exploration_assignment>0</exploration_assignment> <!-- +- % effectiveness at exploration assignment, -100 to 1000. Value > 0 means we work better -->
<dislikebackground>0</dislikebackground> <!-- dislike everybody with a background that has the negative of this value -->