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

22 lines
678 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Fire_Napalm
//=============================================================================
// Damage caused by heat and combustion
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Fire_Napalm extends KFDT_Fire
abstract;
`include(KFGameDialog.uci)
defaultproperties
{
DoT_Type=DOT_Fire
DoT_Duration=5.0
DoT_Interval=1.0
DoT_DamageScale=0.4
bIgnoreSelfInflictedScale=true
}