Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Furniture / Tavern / Furniture_Tavern_Painting.json

Furniture_Tavern_Painting

Server/Item/Items/Furniture/Tavern/Furniture_Tavern_Painting.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Tavern_Painting.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Tavern",
  "Icon": "Icons/ItemsGenerated/Furniture_Tavern_Painting.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.68,
    "Translation": [
      8.5,
      -19.700001
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Tavern/TavernPainting.blockymodel",
    "CustomModelScale": 1,
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Tavern/TavernPainting_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Painting",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "TextureComputedColor": "#4F3A29"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}