2022-11-27 21:49:25 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFProj_Bullet_HVStormCannon
|
|
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2022 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
|
|
|
|
class KFProj_Bullet_HVStormCannon extends KFProj_Bullet
|
|
|
|
hidedropdown;
|
|
|
|
|
|
|
|
defaultproperties
|
|
|
|
{
|
|
|
|
MaxSpeed=22500.0
|
|
|
|
Speed=22500.0
|
|
|
|
|
2023-02-24 17:06:51 +00:00
|
|
|
ProjEffectsFadeOutDuration=0
|
|
|
|
|
2022-11-27 21:49:25 +00:00
|
|
|
DamageRadius=0
|
|
|
|
|
|
|
|
ProjFlightTemplate = ParticleSystem'WEP_HVStormCannon_EMIT.FX_HVStormCannon_Projectile'
|
|
|
|
ImpactEffects = KFImpactEffectInfo'WEP_HVStormCannon_ARCH.Wep_HVStormCannon_Impact'
|
|
|
|
}
|
|
|
|
|