Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Unarmed / Interactions / Empty.json

Empty

Server/Item/Unarmed/Interactions/Empty.json, 2.0 KB

Fields

FieldType
Interactionsobject

Source

{
  "Interactions": {
    "Wielding": "Double_Jump",
    "Primary": {
      "Settings": {
        "Adventure": {
          "Cooldown": {
            "Id": "BlockInteraction",
            "Cooldown": 0.35
          }
        },
        "Creative": {
          "AllowSkipChainOnClick": true,
          "Cooldown": {
            "Id": "BlockInteraction_Creative",
            "Cooldown": 0.35,
            "ClickBypass": true
          }
        }
      },
      "Interactions": [
        {
          "Type": "Simple",
          "Next": {
            "Type": "UseBlock",
            "Failed": "Unarmed_Attack"
          }
        }
      ]
    },
    "Use": {
      "Settings": {
        "Adventure": {
          "Cooldown": {
            "Id": "BlockInteraction",
            "Cooldown": 0.35
          }
        },
        "Creative": {
          "Cooldown": {
            "Id": "BlockInteraction_Creative",
            "Cooldown": 0.35,
            "ClickBypass": true
          }
        }
      },
      "Interactions": [
        {
          "Type": "Simple",
          "Effects": {
            "ItemAnimationId": "Interact"
          },
          "Next": {
            "Type": "UseBlock",
            "Failed": {
              "Type": "UseEntity",
              "Failed": {
                "Type": "BreakBlock",
                "Harvest": true
              }
            }
          }
        }
      ]
    },
    "Pick": {
      "Settings": {
        "Adventure": {
          "Cooldown": {
            "Id": "BlockInteraction",
            "Cooldown": 0.35
          }
        },
        "Creative": {
          "Cooldown": {
            "Id": "BlockInteraction_Creative",
            "Cooldown": 0.35,
            "ClickBypass": true
          }
        }
      },
      "Interactions": [
        {
          "Type": "Simple",
          "Effects": {
            "ItemAnimationId": "Interact"
          },
          "Next": {
            "Type": "PickBlock"
          }
        }
      ]
    }
  }
}