Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Models / Projectiles / Weapons / Rubble / Rubble_Default.json

Rubble_Default

Server/Models/Projectiles/Weapons/Rubble/Rubble_Default.json, 856 B

Fields

FieldType
HitBoxobject
MinScalenumber
MaxScalenumber
Trailsarray[1]
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,
        "Y": 0,
        "Z": 0
      },
      "TrailId": "Rubble",
      "RotationOffset": {
        "Yaw": 0,
        "Pitch": 0,
        "Roll": 0
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "Items/Rubble/Rubble.blockymodel",
      "Texture": "Items/Rubble/Rubble_Textures/Stone.png"
    }
  ],
  "Model": "Items/Rubble/Rubble.blockymodel",
  "Texture": "Items/Rubble/Rubble_Textures/Stone.png",
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
        }
      ]
    }
  }
}