Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Furniture / Human / Unique / Furniture_Human_Ruins_Door_Medium.json

Furniture_Human_Ruins_Door_Medium

Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Door_Medium.json, 2.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Door_Medium.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Human_Ruins",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      43.615,
      22.5
    ],
    "Scale": 0.35,
    "Translation": [
      -22.8,
      -52.8
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Door_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Door_Medium_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Door_Medium",
    "Material": "Solid",
    "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_Medium_Open_In",
          "InteractionHitboxType": "Door_Medium_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_Medium_Open_Out",
          "InteractionHitboxType": "Door_Medium_Open_Out_Interaction",
          "InteractionSoundEventId": "SFX_Door_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        }
      }
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "SoundOcclusionOpacity": 2.0,
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "ParticleColor": "#4e462c",
    "TextureComputedColor": "#2F2A20"
  },
  "Scale": 0.667,
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Door_Medium.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}