Shovel_Dig
Server/Item/Interactions/Weapons/Shovel/Attacks/Shovel_Dig.json, 844 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Dig"
},
"$Comment": "Prepare Delay",
"RunTime": 0.083,
"Next": {
"Type": "Selector",
"RunTime": 0.1,
"Selector": {
"Id": "Horizontal",
"Direction": "ToLeft",
"TestLineOfSight": true,
"ExtendTop": 0.5,
"ExtendBottom": 0.5,
"StartDistance": 0.5,
"EndDistance": 2.5,
"Length": 30,
"RollOffset": 180,
"YawStartOffset": -15
},
"HitBlock": {
"Interactions": [
{
"Type": "Replace",
"Var": "Downstrike_Hit_Block",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Block_Break_Adventure"
]
}
}
]
},
"Next": {
"Type": "Simple",
"RunTime": 0.5
}
}
}