1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_ZedMKIII.uc
2022-12-07 23:25:49 +03:00

22 lines
708 B
Ucode

//=============================================================================
// 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=75
ImagePath="wep_ui_zedmkiii_tex.UI_WeaponSelect_ZEDMKIII"
EffectiveRange=100
SharedUnlockId=SCU_ZedMKIII
}