Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Feran / Unique / Furniture_Feran_Planter.json

Furniture_Feran_Planter

Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Planter.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Feran_Planter.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Feran",
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ResourceTypeId": "Clays",
        "Quantity": 3
      },
      {
        "ResourceTypeId": "Soils",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Planters"
        ],
        "RequiredTierLevel": 6
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Feran_Planter.png",
  "BlockType": {
    "BlockParticleSetId": "Clay",
    "BlockSoundSetId": "Clay_Pot_Large",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Feran/Planter.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Planter_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#b86b42",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {}
      ]
    },
    "TextureComputedColor": "#8F4834"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Feran"
    ],
    "SubType": [
      "Planter"
    ]
  },
  "IconProperties": {
    "Scale": 0.5,
    "Translation": [
      1.5,
      -15.3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "ItemLevel": 3
}