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

Kunai

Server/Models/Projectiles/Weapons/Kunai/Kunai.json, 1.1 KB

Fields

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

Source

{
  "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.5,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Handle",
      "TrailId": "Kunai",
      "RotationOffset": {
        "Yaw": 90,
        "Pitch": 0,
        "Roll": 45
      }
    },
    {
      "PositionOffset": {
        "X": 0.5,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Handle",
      "TrailId": "Kunai",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 45,
        "Roll": 90
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "Items/Weapons/Throwing_Knife/Kunai.blockymodel",
      "Texture": "Items/Weapons/Throwing_Knife/Kunai_Texture.png"
    }
  ],
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png",
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Fly/Fly_Vertical.blockyanim"
        }
      ]
    }
  }
}