Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Daggers / Deprecated / Attacks / Backflip / Daggers_Stab_Backflip_Right.json

Daggers_Stab_Backflip_Right

Server/Item/Interactions/Weapons/Daggers/Deprecated/Attacks/Backflip/Daggers_Stab_Backflip_Right.json, 1.2 KB

Fields

FieldType
Typestring
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "$Comment": "Prepare Delay",
  "RunTime": 0.069,
  "Next": {
    "Type": "Parallel",
    "$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
    "Interactions": [
      {
        "Interactions": [
          {
            "Type": "Selector",
            "$Comment": "Length of Combat",
            "RunTime": 0.069,
            "Selector": {
              "Id": "Stab",
              "TestLineOfSight": true,
              "ExtendTop": 0.5,
              "ExtendLeft": 0.5,
              "ExtendRight": 0.5,
              "ExtendBottom": 0.5,
              "StartDistance": 0.1,
              "EndDistance": 3.5
            },
            "Next": {
              "Type": "Simple",
              "$Comment": "Pad the interaction length",
              "RunTime": 0.042
            },
            "HitBlock": {
              "Interactions": [
                "Block_Break_Adventure"
              ]
            },
            "HitEntity": {
              "Interactions": [
                "Daggers_Stab_Backflip_Right_Damage"
              ]
            }
          }
        ]
      },
      {
        "Interactions": [
          "Daggers_Stab_Backflip_Right_Effect"
        ]
      }
    ]
  }
}