Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Temple_Light / Unique / Furniture_Temple_Light_Pot.json

Furniture_Temple_Light_Pot

Server/Item/Items/Furniture/Temple_Light/Unique/Furniture_Temple_Light_Pot.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Light_Pot.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Temple_Light",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Pot.png",
  "BlockType": {
    "BlockParticleSetId": "Clay",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Light/Jar.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Light/Jar_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "DropList": "Container_Pot_Jar_Blue",
        "IsWeaponBreakable": true
      }
    },
    "Material": "Empty",
    "Opacity": "Transparent",
    "RandomRotation": "YawStep1",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cfe3dc",
    "BlockSoundSetId": "Clay_Pot_Small",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#9A9996"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}