Food_Health_Boost_Small
Server/Entity/Effects/Food/Boost/Food_Health_Boost_Small.json, 269 B
Fields
| Field | Type |
|---|---|
RawStatModifiers | object |
Duration | number |
OverlapBehavior | string |
StatusEffectIcon | string |
Source
{
"RawStatModifiers": {
"Health": [
{
"Amount": 15,
"CalculationType": "Additive",
"Target": "Max"
}
]
},
"Duration": 120,
"OverlapBehavior": "Overwrite",
"StatusEffectIcon": "UI/StatusEffects/AddHealth/Small.png"
}