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

28 lines
911 B
Ucode
Raw Normal View History

2021-09-02 21:46:08 +00:00
//=============================================================================
// KFWeapDef_HRG_Energy
//=============================================================================
// A lightweight container for basic weapon properties that can be safely
// accessed without a weapon actor (UI, remote clients).
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HRG_Energy extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_HRG_Energy"
BuyPrice=1500 //1100
2021-11-16 17:03:42 +00:00
AmmoPricePerMag=70 //65
2021-09-02 21:46:08 +00:00
ImagePath="WEP_UI_HRG_Energy_TEX.UI_WeaponSelect_HRG_Energy"
2023-02-24 17:06:51 +00:00
IsPlayGoHidden=true;
2021-09-02 21:46:08 +00:00
EffectiveRange=50
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
}