Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Block / Mace_Block.json
Mace_Block
Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Block/Mace_Block.json, 591 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": [
"Mace_Block_Damage"
]
},
"Var": "Mace_Block_Damage"
}
}
}
}