Spear_Stab_Effect
Server/Item/Interactions/Weapons/Spear/Attacks/Stab/Spear_Stab_Effect.json, 495 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.223,
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 1.4,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"LocalSoundEventId": "SFX_Spear_Lunge_Local",
"WorldSoundEventId": "SFX_Spear_Lunge"
}
}