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

24 lines
690 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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
}