Versions / 0.5.0-pre.9 / Item / Interactions / Weapons / Pickaxe / Attacks / Pickaxe_Mine_Effect.json
Pickaxe_Mine_Effect
Server/Item/Interactions/Weapons/Pickaxe/Attacks/Pickaxe_Mine_Effect.json, 543 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": 0.4,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 90,
"Yaw": 0
},
"TargetNodeName": "Handle",
"TrailId": "Small_Default"
}
],
"WorldSoundEventId": "SFX_Tool_T1_Swing",
"LocalSoundEventId": "SFX_Pickaxe_T1_Swing_Down_Local",
"CameraEffect": "Pickaxe_Mine"
}
}