Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Models / Projectiles / Weapons / Spear / Spear_Leaf.json

Spear_Leaf

Server/Models/Projectiles/Weapons/Spear/Spear_Leaf.json, 774 B

Fields

FieldType
Modelstring
Texturestring
HitBoxobject
MinScalenumber
MaxScalenumber
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
    }
  },
  "MinScale": 1,
  "MaxScale": 1,
  "Trails": [
    {
      "PositionOffset": {
        "X": 0,
        "Y": -0.2,
        "Z": 0
      },
      "TrailId": "Small_Projectile",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": -45,
        "Roll": 0
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "NPC/Intelligent/Kweebec_Sapling/Models/Weapons/Spear/Leaf.blockymodel",
      "Texture": "NPC/Intelligent/Kweebec_Sapling/Models/Weapons/Spear/Leaf_Texture.png"
    }
  ]
}