Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Furniture / Temple_Emerald / Furniture_Temple_Emerald_Window.json

Furniture_Temple_Emerald_Window

Server/Item/Items/Furniture/Temple_Emerald/Furniture_Temple_Emerald_Window.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Emerald_Window.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Tavern",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Quartzite"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Window"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Window.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Emerald/Window_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Group": "Wood",
    "HitboxType": "Window",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#8c7c4a",
    "Supporting": {
      "Up": [
        {
          "FaceType": "Window"
        }
      ],
      "Down": [
        {
          "FaceType": "Window"
        }
      ]
    },
    "VariantRotation": "Wall",
    "TextureComputedColor": "#887945"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Window.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}