Stamina_Broken_Check
Server/Item/Interactions/Stamina_Broken_Check.json, 184 B
Fields
| Field | Type |
|---|---|
Type | string |
EntityEffectIds | array[1] |
Match | string |
Next | object |
Source
{
"Type": "EffectCondition",
"EntityEffectIds": [
"Stamina_Broken_Immune"
],
"Match": "None",
"Next": {
"Type": "ApplyEffect",
"EffectId": "Stamina_Broken"
}
}