Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Furniture / Kweebec / Furniture_Kweebec_Sign.json

Furniture_Kweebec_Sign

Server/Item/Items/Furniture/Kweebec/Furniture_Kweebec_Sign.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Kweebec_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Kweebec",
  "Icon": "Icons/ItemsGenerated/Furniture_Kweebec_Sign.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.785,
    "Translation": [
      0,
      -13.8
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Kweebec/Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Kweebec/Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Sign_Top",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#633625",
    "VariantRotation": "NESW",
    "TextureComputedColor": "#553520"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Kweebec"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}