Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Camera / CameraShake / Sword / Sword_Stab.json

Sword_Stab

Server/Camera/CameraShake/Sword/Sword_Stab.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": [
        {
          "Frequency": 20.0,
          "Amplitude": 10,
          "Type": "Sin"
        }
      ]
    },
    "Rotation": {
      "Pitch": [],
      "Yaw": [],
      "Roll": [
        {
          "Frequency": 40.0,
          "Amplitude": 0.25,
          "Type": "Sin"
        }
      ]
    }
  },
  "ThirdPerson": {
    "Duration": 0.0,
    "EaseIn": {
      "Time": 0.1,
      "Type": "QuadInOut"
    },
    "EaseOut": {
      "Time": 0.25,
      "Type": "QuadInOut"
    },
    "Offset": {
      "X": [],
      "Y": [],
      "Z": [
        {
          "Frequency": 20.0,
          "Amplitude": 5,
          "Type": "Sin"
        }
      ]
    },
    "Rotation": {
      "Pitch": [],
      "Yaw": [],
      "Roll": [
        {
          "Frequency": 40.0,
          "Amplitude": 0.125,
          "Type": "Sin"
        }
      ]
    }
  }
}