Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / Weapons / Two_Handed_Bow / Debug_Bow_Two_Handed_Ability2.json

Debug_Bow_Two_Handed_Ability2

Server/Item/Interactions/Weapons/Two_Handed_Bow/Debug_Bow_Two_Handed_Ability2.json, 903 B

Fields

FieldType
Typestring
Interactionsarray[2]

Source

{
  "Type": "Parallel",
  "Interactions": [
    {
      "Interactions": [
        {
          "Type": "ApplyForce",
          "RunTime": 0.5,
          "Direction": {
            "X": 0,
            "Y": 2,
            "Z": 1.5
          },
          "Force": 17,
          "AdjustVertical": false,
          "WaitForGround": false,
          "ChangeVelocityType": "Set",
          "VelocityConfig": {
            "AirResistance": 0.97,
            "AirResistanceMax": 0.96,
            "GroundResistance": 0.94,
            "GroundResistanceMax": 0.82,
            "Threshold": 3.0,
            "Style": "Exp"
          },
          "Effects": {
            "MovementEffects": {
              "DisableForward": true,
              "DisableBackward": true
            }
          }
        }
      ]
    },
    {
      "Interactions": [
        "Bow_Two_Handed_Ability2_Arrow_Shoot"
      ]
    }
  ]
}