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

27 lines
781 B
Ucode
Raw Normal View History

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