27 lines
775 B
Ucode
27 lines
775 B
Ucode
//=============================================================================
|
|
// 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
|
|
AmmoPricePerMag=32
|
|
ImagePath="WEP_UI_MAC10_TEX.UI_WeaponSelect_Mac10"
|
|
|
|
EffectiveRange=70
|
|
|
|
UpgradePrice[0]=700
|
|
UpgradePrice[1]=1500
|
|
|
|
UpgradeSellPrice[0]=525
|
|
UpgradeSellPrice[1]=1650
|
|
} |