Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Tool / Feedbag / Tool_Fertilizer.json

Tool_Fertilizer

Server/Item/Items/Tool/Feedbag/Tool_Fertilizer.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
MaxStacknumber
Recipeobject
IconPropertiesobject
Interactionsobject
MaxDurabilitynumber
DurabilityLossOnDeathboolean
Repairableboolean
BlockTypeobject
Scalenumber
Iconstring
Tagsobject
Toolobject
ItemLevelnumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Fertilizer.name",
    "Description": "server.items.Tool_Fertilizer.description"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Items.Tools"
  ],
  "MaxStack": 1,
  "Recipe": {
    "TimeSeconds": 4,
    "Input": [
      {
        "ItemId": "Ingredient_Poop",
        "Quantity": 10
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      },
      {
        "ResourceTypeId": "Vegetables",
        "Quantity": 5
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench",
        "RequiredTierLevel": 3
      }
    ]
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      0,
      -15
    ]
  },
  "Interactions": {
    "Secondary": "Fertilizer_Use"
  },
  "MaxDurability": 5,
  "DurabilityLossOnDeath": false,
  "Repairable": false,
  "BlockType": {
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Tools/Feedbag/Fertilizer_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Soft": {}
    },
    "HitboxType": "Plant_Full",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModel": "Items/Tools/Feedbag/Feedbag.blockymodel",
    "TextureComputedColor": "#5D3B27"
  },
  "Scale": 1.2,
  "Icon": "Icons/ItemsGenerated/Tool_Fertilizer.png",
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "Tool": {},
  "ItemLevel": 21,
  "ItemSoundSetId": "ISS_Weapons_Wood"
}