Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Daggers / Deprecated / Attacks / Dash / Daggers_Dash_Effect.json

Daggers_Dash_Effect

Server/Item/Interactions/Weapons/Daggers/Deprecated/Attacks/Dash/Daggers_Dash_Effect.json, 1.8 KB

Fields

FieldType
$Commentstring
Typestring
RunTimenumber
Effectsobject

Source

{
  "$Comment": "Play the dash trails",
  "Type": "Simple",
  "RunTime": 0.3,
  "Effects": {
    "Trails": [
      {
        "TargetNodeName": "Head",
        "TrailId": "Daggers_Dash_Straight",
        "TargetEntityPart": "Entity",
        "RotationOffset": {
          "Pitch": 180.0
        },
        "PositionOffset": {
          "Y": -0.5
        }
      },
      {
        "TargetNodeName": "Head",
        "TrailId": "Daggers_Dash_Straight",
        "TargetEntityPart": "Entity",
        "RotationOffset": {
          "Roll": 90.0
        },
        "PositionOffset": {
          "Y": -0.5
        }
      },
      {
        "TargetNodeName": "Hip",
        "TrailId": "Daggers_Dash_Distortion",
        "TargetEntityPart": "Entity",
        "PositionOffset": {
          "Y": 1.0
        }
      },
      {
        "TargetNodeName": "Hip",
        "TrailId": "Daggers_Dash_Distortion",
        "TargetEntityPart": "Entity",
        "PositionOffset": {
          "Y": 1.0
        },
        "RotationOffset": {
          "Roll": 90.0
        }
      },
      {
        "TargetNodeName": "Hip",
        "TrailId": "Daggers_Dash_Straight",
        "TargetEntityPart": "Entity",
        "PositionOffset": {
          "Y": 0.6
        }
      },
      {
        "TargetNodeName": "Handle",
        "TrailId": "Daggers_Dash2",
        "RotationOffset": {
          "Pitch": 0,
          "Roll": 90,
          "Yaw": 0
        },
        "PositionOffset": {
          "X": 0.2
        }
      },
      {
        "RotationOffset": {
          "Pitch": 0,
          "Roll": 90,
          "Yaw": 0
        },
        "TargetNodeName": "Handle",
        "TrailId": "Daggers_Dash2",
        "TargetEntityPart": "SecondaryItem",
        "PositionOffset": {
          "X": 0.2
        }
      }
    ]
  }
}