Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Tool / Watering_Can / Template_Tool_Watering_Can.json

Template_Tool_Watering_Can

Server/Item/Items/Tool/Watering_Can/Template_Tool_Watering_Can.json, 3.0 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
Toolobject
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Scalenumber
BlockTypeobject
Interactionsobject
Stateobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Watering_Can.name",
    "Description": "server.items.Tool_Watering_Can.description"
  },
  "Categories": [
    "Items.Tools"
  ],
  "Quality": "Template",
  "Tool": {},
  "PlayerAnimationsId": "Watering_Can",
  "IconProperties": {
    "Scale": 0.55,
    "Rotation": [
      45,
      60,
      0
    ],
    "Translation": [
      -11.4,
      -10.8
    ]
  },
  "Icon": "Icons/ItemsGenerated/Tool_Watering_Can.png",
  "Scale": 2,
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Items/Tools/Watering_Can/Watering_Can_Empty.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Food_Medium",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "ItemId": "Template_Tool_Watering_Can"
      },
      "Harvest": {
        "ItemId": "Template_Tool_Watering_Can"
      }
    },
    "CustomModelScale": 0.5,
    "ParticleColor": "#8B7355",
    "TextureComputedColor": "#8C8F8F"
  },
  "Interactions": {
    "Secondary": "Watering_Can_Empty_Use"
  },
  "State": {
    "Filled_Water": {
      "Variant": true,
      "TranslationProperties": {
        "Name": "server.items.Tool_Watering_Can_Full.name",
        "Description": "server.items.Tool_Watering_Can_Full.description"
      },
      "$Comment": "FOLLOWING PROPERTIES DUPLICATED BECAUSE OF SERVER BUG",
      "Recipe": null,
      "Quality": "Common",
      "ItemLevel": 40,
      "Tool": {},
      "PlayerAnimationsId": "Watering_Can",
      "IconProperties": {
        "Scale": 0.55,
        "Translation": [
          -11.4,
          -10.8
        ],
        "Rotation": [
          45,
          60,
          0
        ]
      },
      "Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
      "Model": "Items/Tools/Watering_Can/Watering_Can.blockymodel",
      "Icon": "Icons/ItemsGenerated/Tool_Watering_Can_Full.png",
      "Scale": 2,
      "BlockType": {
        "Material": "Solid",
        "DrawType": "Model",
        "Opacity": "Semitransparent",
        "CustomModel": "Items/Tools/Watering_Can/Watering_Can.blockymodel",
        "CustomModelTexture": [
          {
            "Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
            "Weight": 1
          }
        ],
        "HitboxType": "Food_Medium",
        "RandomRotation": "YawStep1",
        "Gathering": {
          "Soft": {
            "ItemId": "Template_Tool_Watering_Can"
          },
          "Harvest": {
            "ItemId": "Template_Tool_Watering_Can"
          }
        },
        "CustomModelScale": 0.5,
        "ParticleColor": "#8B7355"
      },
      "Interactions": {
        "Secondary": "Watering_Can_Filled_Use"
      },
      "MaxDurability": 20,
      "DurabilityLossOnDeath": false,
      "Repairable": false
    }
  },
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Wood"
}