Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Camera / CameraShake / Shovel / Shovel_Dig.json

Shovel_Dig

Server/Camera/CameraShake/Shovel/Shovel_Dig.json, 1.1 KB

Fields

FieldType
FirstPersonobject
ThirdPersonobject

Source

{
  "FirstPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.2,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.06,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.12,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  },
  "ThirdPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.2,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.03,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.06,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  }
}