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

24 lines
775 B
Ucode
Raw Normal View History

2021-06-02 20:06:18 +00:00
//=============================================================================
// KFWeapDef_HRG_BarrierRifle
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HRG_BarrierRifle extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_HRG_BarrierRifle"
BuyPrice=2000
AmmoPricePerMag=55
ImagePath="wep_ui_hrg_barrierrifle_tex.UI_WeaponSelect_HRG_BarrierRifle"
EffectiveRange=68
//UpgradePrice[0]=1500
//UpgradeSellPrice[0]=1125
}