Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Furniture / Temple_Dark / Furniture_Temple_Dark_Sign.json

Furniture_Temple_Dark_Sign

Server/Item/Items/Furniture/Temple_Dark/Furniture_Temple_Dark_Sign.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Dark_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Temple_Dark",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Sign.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      9.47,
      -19.93
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Shale"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Sign"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#383b3f",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Dark/Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Sign_Wall",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "TextureComputedColor": "#2E4044"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}