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

22 lines
708 B
Ucode
Raw Normal View History

2022-11-27 21:49:25 +00:00
//=============================================================================
// KFWeapDef_ZedMKIII
//=============================================================================
//=============================================================================
// Killing Floor 2
// Copyright (C) 2022 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_ZedMKIII extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_ZedMKIII"
BuyPrice=2000
AmmoPricePerMag=60
ImagePath="wep_ui_zedmkiii_tex.UI_WeaponSelect_ZEDMKIII"
EffectiveRange=100
SharedUnlockId=SCU_ZedMKIII
}