Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Models / Projectiles / Weapons / Bomb / Bomb_Fire_Goblin.json

Bomb_Fire_Goblin

Server/Models/Projectiles/Weapons/Bomb/Bomb_Fire_Goblin.json, 666 B

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
HitBoxobject
MinScalenumber
Particlesarray[1]
AnimationSetsobject

Source

{
  "Model": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire.blockymodel",
  "Texture": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire_Texture.png",
  "EyeHeight": 0.15,
  "HitBox": {
    "Max": {
      "X": 0.15,
      "Y": 0.3,
      "Z": 0.15
    },
    "Min": {
      "X": -0.15,
      "Y": 0,
      "Z": -0.15
    }
  },
  "MinScale": 1,
  "Particles": [
    {
      "SystemId": "Fuse_Bomb",
      "TargetNodeName": "Fuse_Lit"
    }
  ],
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim",
          "SoundEventId": "SFX_Bomb_Fuse"
        }
      ]
    }
  }
}