Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Furniture / Frozen / Furniture_Frozen_Castle_Sign.json

Furniture_Frozen_Castle_Sign

Server/Item/Items/Furniture/Frozen/Furniture_Frozen_Castle_Sign.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Frozen_Castle_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Frozen_Castle",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      0.1,
      -14.9
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Ice_Trunk"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Sign"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Ice",
    "BlockSoundSetId": "Ice",
    "PhysicalMaterialId": "Ice",
    "CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Frozen_Castle/Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Sign_Side",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#5bbaca",
    "TextureComputedColor": "#87E5F3"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Sign.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}