Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Interactions / Weapons / Daggers / Deprecated / Attacks / Dash / Daggers_Dash_Forward_Right.json

Daggers_Dash_Forward_Right

Server/Item/Interactions/Weapons/Daggers/Deprecated/Attacks/Dash/Daggers_Dash_Forward_Right.json, 2.4 KB

Fields

FieldType
Typestring
Interactionsarray[2]

Source

{
  "Type": "Serial",
  "Interactions": [
    {
      "Type": "ApplyForce",
      "WaitForGround": false,
      "ChangeVelocityType": "Set",
      "VelocityConfig": {
        "AirResistance": 0.97,
        "AirResistanceMax": 0.96,
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.82,
        "Threshold": 5.0,
        "Style": "Exp"
      },
      "Forces": [
        {
          "Direction": {
            "Z": -1.0,
            "X": 0.0
          },
          "Force": 12.0,
          "AdjustVertical": true
        },
        {
          "Direction": {
            "Z": 0.0,
            "X": 1.0
          },
          "Force": 7.0
        }
      ],
      "VerticalClamp": [
        0.0,
        90.0
      ]
    },
    {
      "Type": "Chaining",
      "$Comment": "This chain allows alternating feet to play as parents of Daggers_Dash_Effect",
      "ChainingAllowance": 1.25,
      "Next": [
        {
          "Parent": "Daggers_Dash_Effect",
          "Effects": {
            "ItemAnimationId": "DashForward",
            "CameraEffect": "Daggers_Dash",
            "FirstPersonParticles": [
              {
                "SystemId": "Dagger_Dash_Forward_FP",
                "TargetEntityPart": "Entity",
                "TargetNodeName": "Head",
                "Color": "#d7e5ec",
                "PositionOffset": {
                  "Z": 1.0,
                  "Y": -0.5,
                  "X": 0.0
                },
                "RotationOffset": {
                  "Yaw": 180.0,
                  "Pitch": 0.0,
                  "Roll": 0.0
                }
              }
            ]
          }
        },
        {
          "Parent": "Daggers_Dash_Effect",
          "Effects": {
            "ItemAnimationId": "DashForward2",
            "CameraEffect": "Daggers_Dash",
            "FirstPersonParticles": [
              {
                "SystemId": "Dagger_Dash_Forward_FP",
                "TargetEntityPart": "Entity",
                "TargetNodeName": "Head",
                "Color": "#d7e5ec",
                "PositionOffset": {
                  "Z": 1.0,
                  "Y": -0.5,
                  "X": 0.0
                },
                "RotationOffset": {
                  "Yaw": 180.0,
                  "Pitch": 0.0,
                  "Roll": 0.0
                }
              }
            ]
          }
        }
      ]
    }
  ]
}