Versions / 0.6.0-pre.1 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Swing_Down / Mace_Swing_Down_Effect.json
Mace_Swing_Down_Effect
Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Swing_Down/Mace_Swing_Down_Effect.json, 796 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.275,
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 0.8,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Medium_Default"
},
{
"PositionOffset": {
"X": 0.8,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 90,
"Roll": 0,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Medium_Default"
}
],
"LocalSoundEventId": "SFX_Mace_T2_Swing_LR_Local",
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
}