24 lines
690 B
Ucode
24 lines
690 B
Ucode
//=============================================================================
|
|
// KFWeapDef_M99
|
|
//=============================================================================
|
|
//
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFWeapDef_M99 extends KFWeaponDefinition
|
|
abstract;
|
|
|
|
DefaultProperties
|
|
{
|
|
WeaponClassPath="KFGameContent.KFWeap_Rifle_M99"
|
|
|
|
BuyPrice = 2500 //1500
|
|
AmmoPricePerMag = 38 //28 //50
|
|
ImagePath="WEP_UI_M99_TEX.UI_WeaponSelect_M99"
|
|
|
|
EffectiveRange = 100
|
|
|
|
|
|
}
|