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

25 lines
875 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFGoreJoint_Hand
//=============================================================================
// Preset for Hand gore joint
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// - Sakib Saikia 6/6/2014
//=============================================================================
class KFGoreJoint_Hand extends KFGoreJointInfo;
defaultproperties
{
defaultproperties
{
//---------------- Joint Name ---------------------------------
HitBoneName=LeftHand
//---------------- Primary Dismemberment ----------------------
BloodTrails(0)={( ParticleSystemTemplate=ParticleSystem'FX_Gore_EMIT.FX_CH_Blood_Dismemberment_Trail' )}
BloodMICParamName=(LArmLower)
}
}