2021-09-02 21:46:08 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFWeapDef_DualBladed
|
|
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
class KFWeapDef_DualBladed extends KFWeaponDefinition
|
|
|
|
abstract;
|
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
WeaponClassPath="KFGameContent.KFWeap_Pistol_DualBladed"
|
|
|
|
|
|
|
|
BuyPrice=1200
|
2021-11-16 17:03:42 +00:00
|
|
|
AmmoPricePerMag=76 //64
|
2021-09-02 21:46:08 +00:00
|
|
|
ImagePath="WEP_UI_Dual_BladedPistol_TEX.UI_WeaponSelect_Dual_BladedPistol"
|
|
|
|
|
2023-02-24 17:06:51 +00:00
|
|
|
IsPlayGoHidden=true;
|
|
|
|
|
2021-09-02 21:46:08 +00:00
|
|
|
EffectiveRange=50
|
|
|
|
|
|
|
|
UpgradePrice[0]=700
|
|
|
|
UpgradePrice[1]=1500
|
|
|
|
|
|
|
|
UpgradeSellPrice[0]=525
|
|
|
|
UpgradeSellPrice[1]=1650
|
2021-11-16 17:03:42 +00:00
|
|
|
|
|
|
|
SharedUnlockId=SCU_BladedPistol
|
2021-09-02 21:46:08 +00:00
|
|
|
}
|