Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Knife / Attacks / Stab / Knife_Stab_Effect.json
Knife_Stab_Effect
Server/Item/Interactions/Weapons/Knife/Attacks/Stab/Knife_Stab_Effect.json, 454 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.139,
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.5,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
}