Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Interactions / _Debug / Debug_Stick_Parry.json

Debug_Stick_Parry

Server/Item/Interactions/_Debug/Debug_Stick_Parry.json, 1.2 KB

Fields

FieldType
Typestring
Effectsobject
RunTimenumber
FailOnDamageboolean
DamageModifiersobject
BlockedInteractionsobject

Source

{
  "Type": "Wielding",
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "RunTime": 5,
  "FailOnDamage": true,
  "DamageModifiers": {
    "Physical": 0
  },
  "BlockedInteractions": {
    "Interactions": [
      {
        "Type": "Parallel",
        "Interactions": [
          {
            "Interactions": [
              {
                "Type": "Simple",
                "RunTime": 0.1
              },
              {
                "Type": "ApplyForce",
                "WaitForGround": false,
                "Forces": [
                  {
                    "Direction": {
                      "X": 0,
                      "Y": 0,
                      "Z": -1
                    },
                    "Force": 10
                  }
                ],
                "VelocityConfig": {
                  "AirResistance": 0.93,
                  "GroundResistance": 0.93
                }
              }
            ]
          },
          {
            "Interactions": [
              "Stick_Attack"
            ]
          }
        ]
      },
      {
        "Type": "ResetCooldown",
        "Cooldown": {
          "Id": "Debug_Stick_Parry",
          "Cooldown": 0.5
        }
      }
    ]
  }
}