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

20 lines
680 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Fire_Ground_CaulkNBurn
//=============================================================================
// A damage type for KFProj_GroundFire for the Caulk N Burn
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// John "Ramm-Jaeger" Gibson
//=============================================================================
class KFDT_Fire_Ground_CaulkNBurn extends KFDT_Fire_Ground
abstract;
defaultproperties
{
WeaponDef=class'KFWeapDef_CaulkBurn'
BurnPower=10.5 //2.5
}