Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Sword / Attacks / Deprecated / Block / Sword_Block.json
Sword_Block
Server/Item/Interactions/Weapons/Sword/Attacks/Deprecated/Block/Sword_Block.json, 383 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": "Replace",
"DefaultValue": {
"Interactions": [
"Sword_Block_Effect"
]
},
"Var": "Sword_Block_Effect"
}
}
}