Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Tool / Sickle / Tool_Sickle_Crude.json

Tool_Sickle_Crude

Server/Item/Items/Tool/Sickle/Tool_Sickle_Crude.json, 2.4 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Setstring
PlayerAnimationsIdstring
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
Utilityobject
Weaponobject
Interactionsobject
InteractionVarsobject
IconPropertiesobject
DroppedItemAnimationstring
MaxDurabilitynumber
Tagsobject
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Sickle_Crude.name",
    "Description": "server.items.Tool_Sickle.description"
  },
  "Categories": [
    "Items.Tools"
  ],
  "Set": "Tool_Stone",
  "PlayerAnimationsId": "Sickle",
  "Model": "Items/Tools/Sickle/Crude.blockymodel",
  "Texture": "Items/Tools/Sickle/Crude_Texture.png",
  "Icon": "Icons/ItemsGenerated/Tool_Sickle_Crude.png",
  "Quality": "Common",
  "ItemLevel": 5,
  "Recipe": {
    "TimeSeconds": 1.5,
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 2
      },
      {
        "ResourceTypeId": "Rock",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench",
        "RequiredTierLevel": 2
      }
    ]
  },
  "Utility": {
    "Compatible": true
  },
  "Weapon": {},
  "Interactions": {
    "Primary": "Sickle_Attack"
  },
  "InteractionVars": {
    "Swing_Left_Effect": {
      "Interactions": [
        {
          "Parent": "Sickle_Swing_Left_Effect",
          "WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
        }
      ]
    },
    "Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Sickle_Swing_Left_Damage",
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Sword_T2_Impact"
          }
        }
      ]
    },
    "Swing_Left_Selector": {
      "Interactions": [
        {
          "Parent": "Sickle_Swing_Left_Selector"
        }
      ]
    },
    "Swing_Right_Effect": {
      "Interactions": [
        {
          "Parent": "Sickle_Swing_Right_Effect",
          "WorldSoundEventId": "SFX_Light_Melee_T1_Swing"
        }
      ]
    },
    "Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Sickle_Swing_Right_Damage",
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    },
    "Swing_Right_Selector": {
      "Interactions": [
        {
          "Parent": "Sickle_Swing_Right_Selector"
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.37,
    "Translation": [
      31.2,
      -30
    ],
    "Rotation": [
      45,
      270,
      0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 100,
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Wood",
  "MaxStack": 1
}