Versions / 0.5.0-pre.9.1 / Item / Interactions / Weapons / Axe / Attacks / Swing_Down / Axe_Swing_Down_Effect.json
Axe_Swing_Down_Effect
Server/Item/Interactions/Weapons/Axe/Attacks/Swing_Down/Axe_Swing_Down_Effect.json, 457 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.4,
"Y": -0.2,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
}