Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Models / Projectiles / Weapons / Bullet / Bullet_Blunderbuss.json

Bullet_Blunderbuss

Server/Models/Projectiles/Weapons/Bullet/Bullet_Blunderbuss.json, 773 B

Fields

FieldType
Modelstring
Texturestring
DefaultAttachmentsarray[1]
HitBoxobject
MinScalenumber
MaxScalenumber
AnimationSetsobject

Source

{
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png",
  "DefaultAttachments": [
    {
      "Model": "Items/Projectiles/Items/Bullet/Bullet_Blunderbuss.blockymodel",
      "Texture": "Items/Projectiles/Items/Bullet/Bullet_Blunderbuss_Texture.png"
    }
  ],
  "HitBox": {
    "Max": {
      "X": 0.05,
      "Y": 0.05,
      "Z": 0.05
    },
    "Min": {
      "X": -0.05,
      "Y": -0.05,
      "Z": -0.05
    }
  },
  "MinScale": 1,
  "MaxScale": 1,
  "AnimationSets": {
    "FlyIdle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Roll/Spin_Roll_Right.blockyanim",
          "Speed": 2,
          "SoundEventId": "SFX_Blunderbuss_Bullet_WhizBy"
        }
      ]
    }
  }
}