Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Furniture / Village / Furniture_Village_Door.json

Furniture_Village_Door

Server/Item/Items/Furniture/Village/Furniture_Village_Door.json, 3.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Door.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Door.png",
  "Categories": [
    "Furniture.Doors"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Hardwood",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Door"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Door.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Door_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Door",
    "VariantRotation": "NESW",
    "State": {
      "Definitions": {
        "CloseDoorIn": {
          "InteractionSoundEventId": "SFX_Door_Wooden_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
        },
        "CloseDoorOut": {
          "InteractionSoundEventId": "SFX_Door_Wooden_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_Out.blockyanim"
        },
        "DoorBlocked": {},
        "OpenDoorIn": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Open_In",
          "InteractionHitboxType": "Door_Open_In_Interaction",
          "InteractionSoundEventId": "SFX_Door_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        },
        "OpenDoorOut": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Open_Out",
          "InteractionHitboxType": "Door_Open_Out_Interaction",
          "InteractionSoundEventId": "SFX_Door_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        }
      }
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "ParticleColor": "#5b3222",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "SoundOcclusionOpacity": 2.0,
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "DoorConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Village_Door"
      }
    },
    "TextureComputedColor": "#512F23"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      0,
      -27
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "Scale": 0.8,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}