26 lines
806 B
Ucode
26 lines
806 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=50 // 55
|
|
ImagePath="wep_ui_hrg_barrierrifle_tex.UI_WeaponSelect_HRG_BarrierRifle"
|
|
|
|
IsPlayGoHidden=true;
|
|
|
|
EffectiveRange=68
|
|
|
|
//UpgradePrice[0]=1500
|
|
//UpgradeSellPrice[0]=1125
|
|
} |