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

23 lines
693 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bleeding
//=============================================================================
// Damage caused by bleeding over time
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// - Christian "schneidzekk" Schneider
//=============================================================================
class KFDT_Bleeding extends KFDamageType
abstract
hidedropdown;
defaultproperties
{
DoT_Type=DOT_Bleeding
DoT_Duration=15.0
DoT_Interval=1.0
DoT_DamageScale=1.0
KDamageImpulse=0
}