From 6d84bf8c1b8147d71d312e9b24e5ab793cfabf87 Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 3 Mar 2013 16:19:21 +0000 Subject: [PATCH] added AP & BP cost setting for arming bombs/grenades in inventory git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1611 4f8fa57e-7814-0410-bad4-adc449f26b7c --- Data-1.13/APBPConstants.ini | 14 ++++++++++---- Data-UB/APBPConstants.ini | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Data-1.13/APBPConstants.ini b/Data-1.13/APBPConstants.ini index c0d779dbc..b39f1b4fc 100644 --- a/Data-1.13/APBPConstants.ini +++ b/Data-1.13/APBPConstants.ini @@ -407,20 +407,25 @@ 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 for arming a bomb/grenade in inventory * +;*********************************************************************** +AP_INVENTORY_ARM = 20 + [BPConstants] BP_RATIO_RED_PTS_TO_NORMAL = 100 BP_RUN_ENERGYCOSTFACTOR = 3 @@ -479,4 +484,5 @@ BP_JUMPWALL = 500 BP_FORTIFICATION = 700 BP_REMOVE_FORTIFICATION = 400 BP_FILL_SANDBAG = 500 -BP_HANDCUFF = 100 \ No newline at end of file +BP_HANDCUFF = 100 +BP_INVENTORY_ARM = 10 \ No newline at end of file diff --git a/Data-UB/APBPConstants.ini b/Data-UB/APBPConstants.ini index e7d1d68db..9dc6b26fc 100644 --- a/Data-UB/APBPConstants.ini +++ b/Data-UB/APBPConstants.ini @@ -407,20 +407,25 @@ 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 for arming a bomb/grenade in inventory * +;*********************************************************************** +AP_INVENTORY_ARM = 20 + [BPConstants] BP_RATIO_RED_PTS_TO_NORMAL = 100 BP_RUN_ENERGYCOSTFACTOR = 3 @@ -479,4 +484,5 @@ BP_JUMPWALL = 500 BP_FORTIFICATION = 700 BP_REMOVE_FORTIFICATION = 400 BP_FILL_SANDBAG = 500 -BP_HANDCUFF = 100 \ No newline at end of file +BP_HANDCUFF = 100 +BP_INVENTORY_ARM = 10 \ No newline at end of file