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

24 lines
655 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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"
2023-02-24 17:06:51 +00:00
IsPlayGoHidden=true;
2020-12-13 15:01:13 +00:00
EffectiveRange=5
SharedUnlockId=SCU_IonThruster
}