Clear_Stamina_Boosts
Server/Item/Interactions/Consumables/Clear_Stamina_Boosts.json, 442 B
Fields
| Field | Type |
|---|---|
Type | string |
Interactions | array[4] |
Source
{
"Type": "Serial",
"Interactions": [
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Stamina_Boost_Tiny"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Stamina_Boost_Small"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Stamina_Boost_Medium"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Food_Stamina_Boost_Large"
}
]
}