Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Furniture / Temple_Light / Unique / Furniture_Temple_Light_Door_Medilum.json

Furniture_Temple_Light_Door_Medilum

Server/Item/Items/Furniture/Temple_Light/Unique/Furniture_Temple_Light_Door_Medilum.json, 2.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Light_Door_Medium.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Light",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      -22.8,
      -53.4
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Light/Door_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Light/Door_Medium_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Door_Medium",
    "Material": "Solid",
    "State": {
      "Definitions": {
        "CloseDoorIn": {
          "InteractionSoundEventId": "SFX_Door_Temple_Dark_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
        },
        "CloseDoorOut": {
          "InteractionSoundEventId": "SFX_Door_Temple_Dark_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_Temple_Dark_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_Temple_Dark_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        }
      }
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "SoundOcclusionOpacity": 2.0,
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "ParticleColor": "#dfdeda",
    "TextureComputedColor": "#AAABA9"
  },
  "Scale": 0.667,
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Door_Medilum.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}