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

25 lines
722 B
Ucode
Raw Normal View History

2022-09-01 15:58:51 +00:00
//=============================================================================
// KFWeapDef_Dragonbreath
// This is the Doomstick
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HRG_Dragonbreath extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_HRG_Dragonbreath"
BuyPrice=1400
AmmoPricePerMag=25
2022-11-27 21:40:54 +00:00
ImagePath="WEP_UI_HRG_MegaDragonsbreath_TEX.UI_WeaponSelect_HRG_MegaDragonsbreath"
2022-09-01 15:58:51 +00:00
EffectiveRange=25
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
}