- 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:
Wanne
2013-06-30 16:32:14 +00:00
parent 9e1ccfadef
commit a7b4e660fc
4 changed files with 59 additions and 0 deletions
+12
View File
@@ -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