Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Coops / Coop_Chicken.json

Coop_Chicken

Server/Item/Items/Coops/Coop_Chicken.json, 2.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
ItemLevelnumber
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Scalenumber
Tagsobject
MaxStacknumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Coop_Chicken.name",
    "Description": "server.items.Coop_Chicken.description"
  },
  "Icon": "Icons/ItemsGenerated/Coop_Chicken.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "ItemLevel": 17,
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_All",
        "Quantity": 20
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 50
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench",
        "RequiredTierLevel": 3
      }
    ],
    "TimeSeconds": 2
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Farming/ChickenCoop.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Farming/ChickenCoop_Texture.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "NESW",
    "State": {
      "Id": "coop",
      "Definitions": {
        "Produce_Ready": {
          "CustomModel": "Blocks/Farming/ChickenCoop_WithProduce.blockymodel"
        }
      }
    },
    "BlockEntity": {
      "Components": {
        "Coop": {
          "FarmingCoopId": "Coop_Chicken"
        }
      }
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Benches"
      }
    },
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "UseCoop"
          }
        ]
      }
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#815835",
    "HitboxType": "Coop_Chicken",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModelScale": 0.85,
    "TextureComputedColor": "#5C3922"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.46,
    "Translation": [
      9.59,
      -41.1
    ],
    "Rotation": [
      22.5,
      43.315,
      22.5
    ]
  },
  "Scale": 0.5,
  "Tags": {
    "Type": [
      "Bench"
    ]
  },
  "MaxStack": 1,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}