mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- 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:
@@ -3751,6 +3751,33 @@ REPAIR_RATE_DIVISOR = 2500
|
||||
; 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
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -3725,6 +3725,33 @@ REPAIR_RATE_DIVISOR = 2500
|
||||
; 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
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user