Versions / 0.5.3 / Item / Interactions / Weapons / Bow / Deprecated / Attacks / Swing_Right / Bow_Swing_Right_Effect.json
Bow_Swing_Right_Effect
Server/Item/Interactions/Weapons/Bow/Deprecated/Attacks/Swing_Right/Bow_Swing_Right_Effect.json, 449 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.25,
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0.2,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 120,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Unarmed_Swing"
}
}