Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Entity / Effects / Food / Boost / Food_Health_Boost_Tiny.json

Food_Health_Boost_Tiny

Server/Entity/Effects/Food/Boost/Food_Health_Boost_Tiny.json, 294 B

Fields

FieldType
RawStatModifiersobject
Durationnumber
OverlapBehaviorstring
StatusEffectIconstring
ValueTypestring

Source

{
  "RawStatModifiers": {
    "Health": [
      {
        "Amount": 10,
        "CalculationType": "Additive",
        "Target": "Max"
      }
    ]
  },
  "Duration": 60,
  "OverlapBehavior": "Overwrite",
  "StatusEffectIcon": "UI/StatusEffects/AddHealth/Tiny.png",
  "ValueType": "Percent"
}