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

Battleaxe_Sweep

Server/Camera/CameraShake/Battleaxe/Battleaxe_Sweep.json, 873 B

Fields

FieldType
FirstPersonobject
ThirdPersonobject

Source

{
  "FirstPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.25,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.5,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [],
      "Yaw": [
        {
          "Frequency": 30.0,
          "Amplitude": 0.4,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  },
  "ThirdPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.25,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.5,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": []
    },
    "Rotation": {
      "Pitch": [],
      "Yaw": [
        {
          "Frequency": 30.0,
          "Amplitude": 0.2,
          "Type": "Sin"
        }
      ],
      "Roll": []
    }
  }
}