Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Furniture / Temple_Light / Furniture_Temple_Light_Painting.json

Furniture_Temple_Light_Painting

Server/Item/Items/Furniture/Temple_Light/Furniture_Temple_Light_Painting.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Light_Painting.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Temple_Light",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Painting.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.68,
    "Translation": [
      8.5,
      -19.700001
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Light/Painting.blockymodel",
    "CustomModelScale": 1,
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Light/Painting_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Painting",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}