Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Models / Projectiles / Weapons / Axe / Axe_Stone_Trork.json

Axe_Stone_Trork

Server/Models/Projectiles/Weapons/Axe/Axe_Stone_Trork.json, 1.0 KB

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_Diagonal/Spin_Pitch_Diagonal_Down_Left.blockyanim"
        }
      ]
    }
  },
  "DefaultAttachments": [
    {
      "Model": "NPC/Intelligent/Trork/Models/Weapons/Axe/Stone.blockymodel",
      "Texture": "NPC/Intelligent/Trork/Models/Weapons/Axe/Stone_Texture.png"
    }
  ],
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png"
}