Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Models / Projectiles / Weapons / Axe / Axe_Bone.json

Axe_Bone

Server/Models/Projectiles/Weapons/Axe/Axe_Bone.json, 1017 B

Fields

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

Source

{
  "EyeHeight": 0.2,
  "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,
  "Trails": [
    {
      "FixedRotation": false,
      "PositionOffset": {
        "X": 0.65,
        "Y": -0.25,
        "Z": 0
      },
      "TargetNodeName": "Handle",
      "TrailId": "Small_Projectile",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 0,
        "Roll": 90
      }
    }
  ],
  "AnimationSets": {
    "FlyIdle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
        }
      ]
    }
  },
  "DefaultAttachments": [
    {
      "Model": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone.blockymodel",
      "Texture": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone_Texture.png"
    }
  ],
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png"
}