Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Particles / Deployables / Slowness_Totem / Slowness_Totem_Effect.json

Slowness_Totem_Effect

Server/Particles/Deployables/Slowness_Totem/Slowness_Totem_Effect.json, 792 B

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
CrouchOffsetnumber
MinScalenumber
MaxScalenumber
HitBoxobject
Trailsarray[4]
Particlesarray[1]

Source

{
  "Model": "Items/Weapons/Deployable/Slowness_Totem.blockymodel",
  "Texture": "Items/Weapons/Deployable/Slowness_Totem.png",
  "EyeHeight": 0.9,
  "CrouchOffset": 0.0,
  "MinScale": 1.5,
  "MaxScale": 1.5,
  "HitBox": {
    "Max": {
      "X": 0.05,
      "Y": 1.5,
      "Z": 0.05
    },
    "Min": {
      "X": -0.05,
      "Y": 0,
      "Z": -0.05
    }
  },
  "Trails": [
    {
      "TargetNodeName": "GA1",
      "TrailId": "Wind"
    },
    {
      "TargetNodeName": "GA2",
      "TrailId": "Wind"
    },
    {
      "TargetNodeName": "GB1",
      "TrailId": "Wind"
    },
    {
      "TargetNodeName": "GB2",
      "TrailId": "Wind"
    }
  ],
  "Particles": [
    {
      "SystemId": "Totem_Slow_AttachOnStatue",
      "TargetEntityPart": "Entity",
      "Scale": 1.0
    }
  ]
}