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

20 lines
530 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_EvilDAR_Laser
//=============================================================================
// Killing Floor 2
// Copyright (C) 2018 Tripwire Interactive LLC
//=============================================================================
class KFDT_EvilDAR_Laser extends KFDT_Ballistic
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=900
KDeathUpKick=-300
KDeathVel=100
StumblePower=10
GunHitPower=0
}