Versions / 0.5.3 / Item / Interactions / Consumables / Food / Food_EffectCondition_Health_Regen.json
Food_EffectCondition_Health_Regen
Server/Item/Interactions/Consumables/Food/Food_EffectCondition_Health_Regen.json, 288 B
Fields
| Field | Type |
|---|---|
Type | string |
EntityEffectIds | array[4] |
Match | string |
Next | string |
Failed | object |
Source
{
"Type": "EffectCondition",
"EntityEffectIds": [
"Food_Health_Regen_Large",
"Food_Health_Regen_Medium",
"Food_Health_Regen_Small",
"Food_Health_Regen_Tiny"
],
"Match": "None",
"Next": "Consume_Charge",
"Failed": {
"Type": "Simple",
"RunTime": 0
}
}