Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Furniture / Tavern / Furniture_Tavern_Window.json

Furniture_Tavern_Window

Server/Item/Items/Furniture/Tavern/Furniture_Tavern_Window.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Tavern_Window.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Tavern",
  "Icon": "Icons/ItemsGenerated/Furniture_Tavern_Window.png",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Darkwood"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Window"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Window",
    "ConditionalSounds": [
      {
        "SoundEventId": "SFX_Emit_Raindrops_Glass",
        "AmbienceFXId": "AmbFX_Rain"
      }
    ],
    "CustomModel": "Blocks/Decorative_Sets/Tavern/Window.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Tavern/Window_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Group": "Wood",
    "HitboxType": "Window",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "Supporting": {
      "Up": [
        {
          "FaceType": "Window"
        }
      ],
      "Down": [
        {
          "FaceType": "Window"
        }
      ]
    },
    "VariantRotation": "Wall"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}