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

28 lines
817 B
Ucode

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