Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Furniture / Human / Furniture_Human_Ruins_Sign.json

Furniture_Human_Ruins_Sign

Server/Item/Items/Furniture/Human/Furniture_Human_Ruins_Sign.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Human_Ruins",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      0.1,
      -14.9
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ParticleColor": "#4e462c",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Sign_default.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Sign_Top",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "TextureComputedColor": "#3A3429"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Sign.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}