mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
************************************************************
* Merged GameDir from Development Trunk: Revision 4063 * ************************************************************ - Merged from SVN: https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1257 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Jagged Alliance 2 v1.13
|
||||
;******************************************************************************************************************************
|
||||
|
||||
; This file controls various settings for adjusting AP (Actions Points) and BP (Breath Points).
|
||||
;
|
||||
; If you want to have another AP/BP system, you simply have to change the AP_MAXIMUM property.
|
||||
; All other properties in the file will be adjusted dynamically ingame.
|
||||
; Howevery you can override the default values and the game will use them.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
[APConstants]
|
||||
;***********************************************************************
|
||||
;* The maximum number of Action Points a merc may have. *
|
||||
@@ -349,12 +361,12 @@ BP_GET_HIT = 200
|
||||
BP_GET_WOUNDED = 50
|
||||
BP_FALL_DOWN = 250
|
||||
BP_OPEN_DOOR = 30
|
||||
BP_PICKLOCK = -250
|
||||
BP_EXAMINE_DOOR = -250
|
||||
BP_PICKLOCK = 50
|
||||
BP_EXAMINE_DOOR = 20
|
||||
BP_BOOT_DOOR = 200
|
||||
BP_USE_CROWBAR = 350
|
||||
BP_UNLOCK_DOOR = 50
|
||||
BP_EXPLODE_DOOR = -250
|
||||
BP_EXPLODE_DOOR = 40
|
||||
BP_UNTRAP_DOOR = 150
|
||||
BP_LOCK_DOOR = 50
|
||||
BP_USEWIRECUTTERS = 200
|
||||
|
||||
Reference in New Issue
Block a user