2022-11-28 00:49:25 +03: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
|
2022-12-07 23:25:49 +03:00
|
|
|
AmmoPricePerMag=75
|
2022-11-28 00:49:25 +03:00
|
|
|
ImagePath="wep_ui_zedmkiii_tex.UI_WeaponSelect_ZEDMKIII"
|
|
|
|
|
2023-02-24 20:06:51 +03:00
|
|
|
IsPlayGoHidden=true;
|
|
|
|
|
2022-11-28 00:49:25 +03:00
|
|
|
EffectiveRange=100
|
|
|
|
|
|
|
|
SharedUnlockId=SCU_ZedMKIII
|
|
|
|
}
|