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

25 lines
720 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_ElephantGun
// This is the Doomstick
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_ElephantGun extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Shotgun_ElephantGun"
BuyPrice=1500
AmmoPricePerMag=25 //25
ImagePath="WEP_UI_Quad_Barrel_TEX.UI_WeaponSelect_QuadBarrel" //@TODO: Replace
EffectiveRange=15
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
}