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

32 lines
833 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Toxic_HRGHealthrower
//=============================================================================
// HRG Healthrower gas damage type
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFDT_Toxic_HRGHealthrower extends KFDT_Toxic
abstract;
defaultproperties
{
//DoT
DoT_Duration=4 //2
DoT_Interval=0.5
DoT_DamageScale=1.0 //0.8
//Afflictions
PoisonPower=10 //15
StumblePower=60 //40
GunHitPower=5
bNoInstigatorDamage=true
WeaponDef=class'KFWeapDef_Healthrower_HRG'
ModifierPerkList(0)=class'KFPerk_FieldMedic'
}