NPC_Attack_Melee_Effects
Server/Item/Interactions/NPCs/NPC_Attack_Melee_Effects.json, 544 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Runtime is Length of Effect, add more S(FX) in overrides if necessary ",
"RunTime": 0.403,
"Effects": {
"WorldSoundEventId": "SFX_NPC_Unarmed_Swing",
"Trails": [
{
"TrailId": "Bear_Claw",
"TargetNodeName": "R-Hand",
"TargetEntityPart": "Entity",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 90
},
"PositionOffset": {
"X": 0,
"Y": -0.1,
"Z": 0.25
}
}
]
}
}