1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_IonThruster.uc
2023-02-24 20:06:51 +03:00

24 lines
655 B
Ucode

//=============================================================================
// KFWeapDef_IonThruster
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_IonThruster extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Edged_IonThruster"
BuyPrice=2000
ImagePath="WEP_UI_Ion_Sword_TEX.UI_WeaponSelect_IonSword"
IsPlayGoHidden=true;
EffectiveRange=5
SharedUnlockId=SCU_IonThruster
}