Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Models / Projectiles / Weapons / Spear / Spear_Bone.json

Spear_Bone

Server/Models/Projectiles/Weapons/Spear/Spear_Bone.json, 947 B

Fields

FieldType
Modelstring
Texturestring
HitBoxobject
Trailsarray[2]
DefaultAttachmentsarray[1]

Source

{
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png",
  "HitBox": {
    "Max": {
      "X": 0.05,
      "Y": 0.05,
      "Z": 0.05
    },
    "Min": {
      "X": -0.05,
      "Y": -0.05,
      "Z": -0.05
    }
  },
  "Trails": [
    {
      "TrailId": "Small_Projectile",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 30,
        "Roll": 0
      },
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": -0.15
      }
    },
    {
      "TrailId": "Small_Projectile",
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": 0.15
      },
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": -30,
        "Roll": 0
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "NPC/Intelligent/Feran/Models/Weapons/Spear/Bone.blockymodel",
      "Texture": "NPC/Intelligent/Feran/Models/Weapons/Spear/Bone_Texture.png"
    }
  ]
}