Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Entity / Effects / Tests / Damage_High.json

Damage_High

Server/Entity/Effects/Tests/Damage_High.json, 853 B

Fields

FieldType
ApplicationEffectsobject
ModelOverrideobject
DamageCalculatorobject
Durationnumber
OverlapBehaviorstring

Source

{
  "ApplicationEffects": {
    "EntityBottomTint": "#00FF00",
    "EntityTopTint": "#00FF00",
    "ScreenEffect": "ScreenEffects/Poison.png",
    "Particles": [
      {
        "SystemId": "Effect_Poison"
      }
    ]
  },
  "ModelOverride": {
    "Model": "VFX/Spells/Roots/Model.blockymodel",
    "Texture": "VFX/Spells/Roots/Model.png",
    "AnimationSets": {
      "Spawn": {
        "Animations": [
          {
            "Animation": "VFX/Spells/Roots/Spawn.blockyanim",
            "Looping": false
          }
        ]
      },
      "Despawn": {
        "Animations": [
          {
            "Animation": "VFX/Spells/Roots/Despawn.blockyanim",
            "Looping": false
          }
        ]
      }
    }
  },
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 10
    }
  },
  "Duration": 2,
  "OverlapBehavior": "Extend"
}