mirror of
https://github.com/1dot13/gamedir.git
synced 2026-09-09 14:46:09 +02:00
- Externalized 2 breathing values to APBPConstants.ini (by silversurfer)
o With those values you can define the minutes needed to regenerate BP in real-time mode o BP_RT_BREATH_RECOVER_MODIFIER, BP_RT_BREATH_DEDUCT_MODIFIER o see: http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/322238/Re_Breath_regeneration_is_too_.html#Post322238 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1689 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -423,6 +423,18 @@ AP_HANDCUFF = 50
|
||||
|
||||
[BPConstants]
|
||||
BP_RATIO_RED_PTS_TO_NORMAL = 100
|
||||
;***********************************************************************
|
||||
;* Breath recovery multiplier in realtime mode *
|
||||
;* possible values from 100 to 1000 (default = 100) *
|
||||
;* 100 means 1x reg, 1000 means 10x reg *
|
||||
;***********************************************************************
|
||||
BP_RT_BREATH_RECOVER_MODIFIER = 100
|
||||
;***********************************************************************
|
||||
;* Breath drain multiplier for movement in realtime mode *
|
||||
;* possible values from 100 to 1000 (default = 125) *
|
||||
;* 100 means 1x drain, 1000 means 10x drain *
|
||||
;***********************************************************************
|
||||
BP_RT_BREATH_DEDUCT_MODIFIER = 125
|
||||
BP_RUN_ENERGYCOSTFACTOR = 3
|
||||
BP_WALK_ENERGYCOSTFACTOR = 1
|
||||
BP_SWAT_ENERGYCOSTFACTOR = 2
|
||||
|
||||
Reference in New Issue
Block a user