Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Tool / Feedbag / Tool_Feedbag.json

Tool_Feedbag

Server/Item/Items/Tool/Feedbag/Tool_Feedbag.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Feedbag.name",
    "Description": "server.items.Tool_Feedbag.description"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Items.Tools"
  ],
  "Recipe": {
    "TimeSeconds": 4,
    "Input": [
      {
        "ItemId": "Plant_Crop_Wheat_Item",
        "Quantity": 10
      },
      {
        "ResourceTypeId": "Vegetables",
        "Quantity": 5
      },
      {
        "ResourceTypeId": "Fruits",
        "Quantity": 5
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench"
      }
    ]
  },
  "Quality": "Common",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      0,
      -15
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Tools/Feedbag/Feedbag_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {}
    },
    "HitboxType": "Plant_Full",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModel": "Items/Tools/Feedbag/Feedbag.blockymodel",
    "TextureComputedColor": "#8C5C2C"
  },
  "Icon": "Icons/ItemsGenerated/Tool_Feedbag.png",
  "Scale": 1.2,
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "Tool": {},
  "ItemSoundSetId": "ISS_Weapons_Wood"
}