Versions / 0.5.4 / Item / Interactions / Weapons / Common / Guarding / Common_Guard_Shove_Animation.json
Common_Guard_Shove_Animation
Server/Item/Interactions/Weapons/Common/Guarding/Common_Guard_Shove_Animation.json, 292 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "GuardBash"
},
"RunTime": 0.16,
"Next": {
"Type": "Replace",
"Var": "Guard_Shove_Selector",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Common_Guard_Shove_Selector"
]
}
}
}