Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Furniture / Temple_Wind / Furniture_Temple_Wind_Window.json

Furniture_Temple_Wind_Window

Server/Item/Items/Furniture/Temple_Wind/Furniture_Temple_Wind_Window.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Wind_Window.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Wind",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Scale": 0.615,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Sandstone"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Window"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Window_Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Wind/Window.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Wind/Window_Texture.png",
        "Weight": 2
      },
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Wind/Window_Texture2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Wind/Window_Texture3.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Group": "Stone",
    "HitboxType": "Window",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Supporting": {
      "Up": [
        {
          "FaceType": "Window"
        }
      ],
      "Down": [
        {
          "FaceType": "Window"
        }
      ]
    },
    "VariantRotation": "Wall",
    "TextureComputedColor": "#727D5C"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Wind_Window.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}