Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Tool / Shears / Tool_Shears_Basic.json

Tool_Shears_Basic

Server/Item/Items/Tool/Shears/Tool_Shears_Basic.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
ItemLevelnumber
Recipeobject
Setstring
Modelstring
Texturestring
Qualitystring
Toolobject
Interactionsobject
IconPropertiesobject
Iconstring
DroppedItemAnimationstring
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Shears_Basic.name",
    "Description": "server.items.Tool_Shears_Basic.description"
  },
  "Categories": [
    "Items.Tools"
  ],
  "ItemLevel": 16,
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench"
      }
    ]
  },
  "Set": "Tool_Iron",
  "Model": "Items/Tools/Shears/Basic.blockymodel",
  "Texture": "Items/Tools/Shears/Basic_Texture.png",
  "Quality": "Common",
  "Tool": {
    "Specs": [
      {
        "Power": 1.0,
        "GatherType": "SoftBlocks"
      }
    ],
    "Speed": 1.0
  },
  "Interactions": {
    "Primary": {
      "Cooldown": {
        "Id": "Shearing",
        "Cooldown": 0.2
      },
      "Interactions": [
        {
          "Type": "ContextualUseNPC",
          "Context": "Shear",
          "Effects": {
            "ItemAnimationId": "Shear",
            "WaitForAnimationToFinish": true,
            "WorldSoundEventId": "SFX_Shears_Activate"
          },
          "Failed": "Shears_Attack"
        }
      ]
    },
    "Secondary": {
      "Cooldown": {
        "Id": "Shearing",
        "Cooldown": 0.2
      },
      "Interactions": [
        {
          "Type": "ContextualUseNPC",
          "Context": "Shear",
          "Effects": {
            "ItemAnimationId": "Shear",
            "WaitForAnimationToFinish": true,
            "WorldSoundEventId": "SFX_Shears_Activate"
          },
          "Failed": "Shears_Attack"
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      20.4,
      -11.4
    ],
    "Rotation": [
      60,
      270,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Tool_Shears_Basic.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "PlayerAnimationsId": "Shears",
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Wood"
}