1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_HRG_BarrierRifle.uc
2023-02-24 20:06:51 +03:00

26 lines
800 B
Ucode

//=============================================================================
// 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"
IsPlayGoHidden=true;
EffectiveRange=68
//UpgradePrice[0]=1500
//UpgradeSellPrice[0]=1125
}