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

25 lines
790 B
Ucode
Raw Normal View History

2022-11-27 21:49:25 +00:00
//=============================================================================
// KFWeapDef_HVStormCannon
//=============================================================================
//=============================================================================
// Killing Floor 2
// Copyright (C) 2022 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HVStormCannon extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_HVStormCannon"
BuyPrice=1400
AmmoPricePerMag=40
ImagePath="wep_ui_hvstormcannon_tex.UI_WeaponSelect_HVStormCannon"
EffectiveRange=100
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
SharedUnlockId=SCU_HVStormCannon
}