1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Ballistic_Thompson.uc

29 lines
782 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Ballistic_Thompson
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFDT_Ballistic_Thompson extends KFDT_Ballistic_Submachinegun
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=900
KDeathUpKick=-300
KDeathVel=100
StumblePower=24
GunHitPower=24
WeaponDef=class'KFWeapDef_Thompson'
//Perk
ModifierPerkList(0)=class'KFPerk_SWAT'
ModifierPerkList(1)=class'KFPerk_Commando'
}