20 lines
622 B
Ucode
20 lines
622 B
Ucode
//=============================================================================
|
|
// KFWeaponDefintion
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2017 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFWeapDef_LazerCutter extends KFWeaponDefinition
|
|
abstract;
|
|
|
|
DefaultProperties
|
|
{
|
|
WeaponClassPath="KFGameContent.KFWeap_AssaultRifle_LazerCutter"
|
|
|
|
BuyPrice=2000
|
|
AmmoPricePerMag=84
|
|
ImagePath="WEP_UI_Laser_Cutter_TEX.UI_WeaponSelect_Laser_Cutter"
|
|
|
|
EffectiveRange=68
|
|
}
|