1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_HK_UMP.uc

25 lines
719 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_HK_UMP
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HK_UMP extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_SMG_HK_UMP"
BuyPrice=1200
2023-09-21 19:31:11 +00:00
AmmoPricePerMag=32 // 36 //45
2020-12-13 15:01:13 +00:00
ImagePath="WEP_UI_HK_UMP_TEX.UI_WeaponSelect_UMP"
EffectiveRange=70
UpgradePrice[0]=700
UpgradePrice[1]=1500
UpgradeSellPrice[0]=525
UpgradeSellPrice[1]=1650
}