Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Entity / Effects / Status / Burn_Template.json

Burn_Template

Server/Entity/Effects/Status/Burn_Template.json, 517 B

Fields

FieldType
ApplyConditionsarray[3]

Source

{
  "ApplyConditions": [
    {
      "Id": "InFluid",
      "Tags": [
        "Water"
      ],
      "Inverse": true
    },
    {
      "Id": "HasEffect",
      "EffectId": "Immunity_Fire",
      "Inverse": true
    },
    {
      "Id": "LogicCondition",
      "Conditions": [
        {
          "Id": "IsPlayer",
          "Inverse": true
        },
        {
          "Id": "CheckPlayerGameMode",
          "GameMode": "Adventure",
          "Inverse": false
        }
      ],
      "Operator": "Or"
    }
  ]
}