Stick_Block
Server/Item/Interactions/Weapons/Stick/Block/Stick_Block.json, 593 B
Fields
| Field | Type |
|---|---|
Type | string |
Costs | object |
Next | object |
Source
{
"Type": "StatsCondition",
"Costs": {
"Stamina": 0.01
},
"Next": {
"Type": "EffectCondition",
"EntityEffectIds": [
"Stamina_Broken"
],
"Match": "None",
"Next": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"$Comment": "Prepare Delay",
"RunTime": 0.1,
"Next": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Stick_Block_Damage"
]
},
"Var": "Stick_Block_Damage"
}
}
}
}