Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Camera / CameraShake / Battleaxe / Battleaxe_Swing_Vertical.json

Battleaxe_Swing_Vertical

Server/Camera/CameraShake/Battleaxe/Battleaxe_Swing_Vertical.json, 874 B

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.3,
          "Type": "Sin"
        }
      ],
      "Yaw": [],
      "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.15,
          "Type": "Sin"
        }
      ],
      "Yaw": [],
      "Roll": []
    }
  }
}