Versions / 0.5.2 / Item / Interactions / Consumables / Food / Food_EffectCondition_Health_Restore.json
Food_EffectCondition_Health_Restore
Server/Item/Interactions/Consumables/Food/Food_EffectCondition_Health_Restore.json, 296 B
Fields
| Field | Type |
|---|---|
Type | string |
EntityEffectIds | array[4] |
Match | string |
Next | string |
Failed | object |
Source
{
"Type": "EffectCondition",
"EntityEffectIds": [
"Food_Health_Restore_Large",
"Food_Health_Restore_Medium",
"Food_Health_Restore_Small",
"Food_Health_Restore_Tiny"
],
"Match": "None",
"Next": "Consume_Charge",
"Failed": {
"Type": "Simple",
"RunTime": 0
}
}