Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Entity / Effects / Status / Root.json

Root

Server/Entity/Effects/Status/Root.json, 825 B

Fields

FieldType
Durationnumber
ModelOverrideobject
ApplicationEffectsobject

Source

{
  "Duration": 10,
	"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
          }
        ]
      }
    }
  },
  "ApplicationEffects": {
    "EntityTopTint": "#008000",
    "EntityBottomTint": "#000000",
    "ScreenEffect": "ScreenEffects/Poison.png",
    "Particles": [
      {
        "SystemId": "Effect_Poison"
      }
    ],
		"MovementEffects": {
			"DisableAll": true
		},
    "KnockbackMultiplier": 0
	}
}