Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Models / Projectiles / Weapons / Spear / Spear_Stone_Trork.json

Spear_Stone_Trork

Server/Models/Projectiles/Weapons/Spear/Spear_Stone_Trork.json, 721 B

Fields

FieldType
Modelstring
Texturestring
HitBoxobject
Trailsarray[1]
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": [
    {
      "PositionOffset": {
        "X": 0,
        "Y": -0.1,
        "Z": 0
      },
      "TrailId": "Small_Projectile",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 90,
        "Roll": 0
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "NPC/Intelligent/Trork/Models/Weapons/Spear/Stone.blockymodel",
      "Texture": "NPC/Intelligent/Trork/Models/Weapons/Spear/Stone_Texture.png"
    }
  ]
}