Versions / 0.6.0-pre.2 / Item / Interactions / Weapons / Sickle / Attacks / Swing_Left / Sickle_Swing_Left.json
Sickle_Swing_Left
Server/Item/Interactions/Weapons/Sickle/Attacks/Swing_Left/Sickle_Swing_Left.json, 924 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "SwingLeftSlow"
},
"$Comment": "Prepare Delay",
"RunTime": 0.3,
"Next": {
"Type": "Parallel",
"$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
"Interactions": [
{
"Interactions": [
{
"Type": "Replace",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Sickle_Swing_Left_Selector"
]
},
"Var": "Swing_Left_Selector"
}
]
},
{
"Interactions": [
{
"Type": "Replace",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Sickle_Swing_Left_Effect"
]
},
"Var": "Swing_Left_Effect"
}
]
}
]
}
}