Versions / 0.6.0-pre.9 / Item / Interactions / Weapons / Club / Attacks / Swing_Left / Club_Swing_Left_Effect.json
Club_Swing_Left_Effect
Server/Item/Interactions/Weapons/Club/Attacks/Swing_Left/Club_Swing_Left_Effect.json, 738 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.177,
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
},
{
"PositionOffset": {
"X": 0.6,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 90,
"Roll": 0,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
}