Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Entity / Stats / Immunity.json

Immunity

Server/Entity/Stats/Immunity.json, 352 B

Fields

FieldType
InitialValuenumber
Minnumber
Maxnumber
Sharedboolean
Regeneratingarray[1]
MaxValueEffectsobject

Source

{
  "InitialValue": 0,
  "Min": 0,
  "Max": 100,
  "Shared": true,
  "Regenerating": [
    {
      "Interval": 0.1,
      "Amount": -0.1,
      "RegenType": "Additive"
    }
  ],
  "MaxValueEffects": {
    "Interactions": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Immune"
        }
      ]
    }
  }
}