Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Furniture / Desert / Furniture_Desert_Sign.json

Furniture_Desert_Sign

Server/Item/Items/Furniture/Desert/Furniture_Desert_Sign.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Desert_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Desert",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Drywood_Goldenwood"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Sign"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Desert/Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Desert/Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Sign_Top",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#a58560",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "TextureComputedColor": "#38433E"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "IconProperties": {
    "Scale": 0.8,
    "Translation": [
      0,
      -16.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Desert_Sign.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Desert"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}