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

27 lines
763 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_G18
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_G18 extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_SMG_G18"
BuyPrice=1500
AmmoPricePerMag=24
ImagePath="WEP_UI_RiotShield_TEX.UI_WeaponSelect_RiotShield"
EffectiveRange=70
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
SharedUnlockId=SCU_G18RiotShield
}