Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Models / Projectiles / Weapons / Bomb / Bomb_Popberry.json

Bomb_Popberry

Server/Models/Projectiles/Weapons/Bomb/Bomb_Popberry.json, 969 B

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
HitBoxobject
MinScalenumber
MaxScalenumber
Trailsarray[2]
Particlesarray[1]
AnimationSetsobject

Source

{
  "Model": "Items/Projectiles/Popberry_Bomb.blockymodel",
  "Texture": "Items/Projectiles/Popberry_Bomb_Texture.png",
  "EyeHeight": 0.15,
  "HitBox": {
    "Max": {
      "X": 0.15,
      "Y": 0.15,
      "Z": 0.15
    },
    "Min": {
      "X": -0.15,
      "Y": -0.15,
      "Z": -0.15
    }
  },
  "MinScale": 1,
  "MaxScale": 1,
  "Trails": [
    {
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Bomb",
      "TrailId": "Bomb",
      "RotationOffset": {
        "Yaw": 90,
        "Pitch": 0,
        "Roll": 45
      }
    },
    {
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Bomb",
      "TrailId": "Bomb",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 45,
        "Roll": 90
      }
    }
  ],
  "Particles": [
    {
      "SystemId": "Fuse_Bomb",
      "TargetNodeName": "Fuse_Lit"
    }
  ],
  "AnimationSets": {
  }
}