Versions / 0.4.1 / Item / Interactions / Weapons / Common / Guarding / Common_Guard_Entry_StaminaCondition.json
Common_Guard_Entry_StaminaCondition
Server/Item/Interactions/Weapons/Common/Guarding/Common_Guard_Entry_StaminaCondition.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Type | string |
Costs | object |
Next | object |
Source
{
"Type": "StatsCondition",
"Costs": {
"Stamina": 0.5
},
"Next": {
"Type": "EffectCondition",
"EntityEffectIds": [
"Stamina_Broken"
],
"Match": "None",
"Next": {
"Type": "Serial",
"Interactions": [
{
"Type": "Replace",
"Var": "Guard_Start_StaminaCost",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
{
"Type": "ChangeStat",
"StatModifiers": {
"Stamina": -0.5
}
}
]
}
},
{
"Type": "Replace",
"Var": "Guard_Wield",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Common_Guard_Wield"
]
}
}
]
},
"Failed": {
"Type": "Replace",
"Var": "Guard_Stamina_Insufficient",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Common_Stamina_Insufficient"
]
}
}
}
}