Versions / 0.6.0-pre.9.1 / Item / Interactions / Weapons / Shovel / Attacks / Shovel_Dig_Effect.json
Shovel_Dig_Effect
Server/Item/Interactions/Weapons/Shovel/Attacks/Shovel_Dig_Effect.json, 486 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.167,
"Effects": {
"Trails": [
{
"PositionOffset": {
"X": 1.1,
"Y": -0.05,
"Z": 0
},
"RotationOffset": {
"Pitch": 90,
"Roll": 0,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Tool_T1_Swing",
"CameraEffect": "Shovel_Dig"
}
}