22 lines
688 B
Ucode
22 lines
688 B
Ucode
|
//=============================================================================
|
||
|
// KFWeapDef_M32
|
||
|
//=============================================================================
|
||
|
//
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2017 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
class KFWeapDef_Medic32 extends KFWeaponDefinition
|
||
|
abstract;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
WeaponClassPath="KFGameContent.KFWeap_GrenadeLauncher_Medic32"
|
||
|
|
||
|
BuyPrice=99999 //650
|
||
|
AmmoPricePerMag=13
|
||
|
ImagePath="WEP_UI_M79_TEX.UI_WeaponSelect_M79"
|
||
|
|
||
|
EffectiveRange=100
|
||
|
}
|