Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Furniture / Village / Unique / Furniture_Village_Planter.json

Furniture_Village_Planter

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Planter.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Planter.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Castle",
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Planter.png",
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Village/Planter.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Planter_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {}
      ]
    },
    "ParticleColor": "#615d44",
    "TextureComputedColor": "#5D5840"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ],
    "SubType": [
      "Planter"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Recipe": {
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Planters"
        ],
        "RequiredTierLevel": 2
      }
    ],
    "Input": [
      {
        "Quantity": 3,
        "ResourceTypeId": "Rock"
      },
      {
        "Quantity": 2,
        "ResourceTypeId": "Soils"
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      }
    ]
  },
  "ItemLevel": 1
}