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

28 lines
749 B
Ucode
Raw Normal View History

2021-03-02 11:56:51 +00:00
//=============================================================================
// KFWeapDef_HRG_SonicGun
//=============================================================================
// Killing Floor 2
// Copyright (C) 2020 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HRG_SonicGun extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_HRG_SonicGun"
BuyPrice=1100
AmmoPricePerMag=65 //75
ImagePath="WEP_UI_HRG_SonicGun_TEX.UI_WeaponSelect_HRG_SonicGun"
2023-02-24 17:06:51 +00:00
IsPlayGoHidden=true;
2021-03-02 11:56:51 +00:00
EffectiveRange=70
UpgradePrice[0]=700
UpgradePrice[1]=1500
UpgradeSellPrice[0]=525
UpgradeSellPrice[1]=1650
}