Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Camera / CameraShake / Battleaxe / Battleaxe_Swing_Diagonal_Right.json

Battleaxe_Swing_Diagonal_Right

Server/Camera/CameraShake/Battleaxe/Battleaxe_Swing_Diagonal_Right.json, 1.1 KB

Fields

FieldType
FirstPersonobject
ThirdPersonobject

Source

{
  "FirstPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.25,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.2121,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": -0.2121,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  },
  "ThirdPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.25,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [
        {
          "Frequency": 20.0,
          "Amplitude": 0.1061,
          "Type": "Sin"
        }
      ],
      "Yaw": [
        {
          "Frequency": 20.0,
          "Amplitude": -0.1061,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  }
}