1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_SealSqueal.uc
2020-12-13 18:01:13 +03:00

26 lines
724 B
Ucode

//=============================================================================
// KFWeapDef_SealSqueal
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_SealSqueal extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_RocketLauncher_SealSqueal"
BuyPrice=1100
AmmoPricePerMag=75
ImagePath="WEP_UI_Seal_Squeal_TEX.UI_WeaponSelect_SealSqueal"
EffectiveRange=70
UpgradePrice[0]=700
UpgradePrice[1]=1500
UpgradeSellPrice[0]=525
UpgradeSellPrice[1]=1650
}