Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Furniture / Village / Unique / Furniture_Village_Painting_2x1.json

Furniture_Village_Painting_2x1

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Painting_2x1.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Painting_2x1.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Painting_2x1.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Painting1x2.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Painting2x1_Texture.png"
      }
    ],
    "CustomModelScale": 1,
    "HitboxType": "Painting_2x1",
    "VariantRotation": "NESW",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#684127",
    "TextureComputedColor": "#896D46"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.41,
    "Translation": [
      -3.5,
      -25.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Quality": "Developer",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}