Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Entity / Effects / Tests / Damage.json

Damage

Server/Entity/Effects/Tests/Damage.json, 805 B

Fields

FieldType
ApplicationEffectsobject
ModelOverrideobject
DamageCalculatorobject

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
    }
  }
}