Merged from revision: 1949

- Added missing ini properties for UB-Version

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1950 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2014-02-19 13:50:52 +00:00
parent c152eaacd4
commit c7bc997835
9 changed files with 1050 additions and 61 deletions
+21 -4
View File
@@ -407,20 +407,35 @@ AP_FILL_SANDBAG = 200
AP_EAT = 80
;***********************************************************************
;* The APs needed to clean a weapon *
;* The APs needed to clean a weapon *
;***********************************************************************
AP_CLEANINGKIT = 80
;***********************************************************************
;* The APs needed to disguise *
;* The APs needed to disguise *
;***********************************************************************
AP_DISGUISE = 80
;***********************************************************************
;* The APs needed to handcuff someone
;* The APs needed to handcuff someone *
;***********************************************************************
AP_HANDCUFF = 50
;***********************************************************************
;* The APs needed to apply an item to someone else *
;***********************************************************************
AP_APPLYITEM = 50
;***********************************************************************
;* The APs for arming a bomb/grenade in inventory *
;***********************************************************************
AP_INVENTORY_ARM = 20
;***********************************************************************
;* The APs for activating the spotter skill *
;***********************************************************************
AP_SPOTTER = 20
[BPConstants]
BP_RATIO_RED_PTS_TO_NORMAL = 100
;***********************************************************************
@@ -491,4 +506,6 @@ BP_JUMPWALL = 500
BP_FORTIFICATION = 700
BP_REMOVE_FORTIFICATION = 400
BP_FILL_SANDBAG = 500
BP_HANDCUFF = 100
BP_HANDCUFF = 100
BP_APPLYITEM = 50
BP_INVENTORY_ARM = 10