Clear_Health_Boosts
Server/Item/Interactions/Consumables/Clear_Health_Boosts.json, 438 B
Fields
| Field | Type |
|---|---|
Type | string |
Interactions | array[4] |
Source
{
"Type": "Serial",
"Interactions": [
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Health_Boost_Tiny"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Health_Boost_Small"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Health_Boost_Medium"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Health_Boost_Large"
}
]
}