Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Furniture / Tavern / Unique / Furniture_Tavern_Planter.json

Furniture_Tavern_Planter

Server/Item/Items/Furniture/Tavern/Unique/Furniture_Tavern_Planter.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
Iconstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
ItemSoundSetIdstring
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Tavern_Planter.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Tavern",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "Quantity": 3,
        "ResourceTypeId": "Wood_Trunk"
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 1
      },
      {
        "Quantity": 2,
        "ResourceTypeId": "Soils"
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Planters"
        ],
        "RequiredTierLevel": 4
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Tavern_Planter.png",
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Tavern/Planter.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Tavern/Planter_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {}
      ]
    },
    "TextureComputedColor": "#2B1B13"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ],
    "SubType": [
      "Planter"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "ItemLevel": 2
}