Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Models / Projectiles / Weapons / Arrow / Arrow_Crossbow_Signature.json

Arrow_Crossbow_Signature

Server/Models/Projectiles/Weapons/Arrow/Arrow_Crossbow_Signature.json, 1.5 KB

Fields

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

Source

{
  "HitBox": {
    "Max": {
      "X": 0.075,
      "Y": 0.075,
      "Z": 0.075
    },
    "Min": {
      "X": -0.075,
      "Y": -0.075,
      "Z": -0.075
    }
  },
  "MinScale": 1,
  "MaxScale": 1,
  "Trails": [
    {
      "PositionOffset": {
        "X": 0.5,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Handle",
      "TrailId": "Daggers_Signature",
      "RotationOffset": {
        "Yaw": 90,
        "Pitch": 0,
        "Roll": 45
      }
    },
    {
      "PositionOffset": {
        "X": 0.5,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Handle",
      "TrailId": "Daggers_Signature",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 45,
        "Roll": 90
      }
    },
    {
      "PositionOffset": {
        "X": 0.5,
        "Y": 0,
        "Z": 0
      },
      "TargetNodeName": "Handle",
      "TrailId": "Sword_Distortion",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 45,
        "Roll": 90
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "Items/Weapons/Arrow/Arrow.blockymodel",
      "Texture": "Items/Weapons/Arrow/Arrow_Crude.png"
    }
  ],
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png",
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Fly/Fly_Vertical.blockyanim"
        }
      ]
    }
  },
  "Particles": [
    {
      "SystemId": "Bow_Signature_Projectile_Sparks"
    }
  ]
}