Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Entity / Effects / Food / Boost / Food_Health_Boost_Medium.json

Food_Health_Boost_Medium

Server/Entity/Effects/Food/Boost/Food_Health_Boost_Medium.json, 270 B

Fields

FieldType
RawStatModifiersobject
Durationnumber
OverlapBehaviorstring
StatusEffectIconstring

Source

{
  "RawStatModifiers": {
    "Health": [
      {
        "Amount": 20,
        "CalculationType": "Additive",
        "Target": "Max"
      }
    ]
  },
  "Duration": 240,
  "OverlapBehavior": "Overwrite",
  "StatusEffectIcon": "UI/StatusEffects/AddHealth/Medium.png"
}