Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Furniture / Temple_Emerald / Unique / Furniture_Temple_Emerald_Door_Medium.json

Furniture_Temple_Emerald_Door_Medium

Server/Item/Items/Furniture/Temple_Emerald/Unique/Furniture_Temple_Emerald_Door_Medium.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_Emerald_Door_Medium.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Earth",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.4,
    "Translation": [
      -21.6,
      -52.8
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Door_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Emerald/Door_Medium_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Door_Medium",
    "Material": "Solid",
    "State": {
      "Definitions": {
        "CloseDoorIn": {
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
        },
        "CloseDoorOut": {
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_Out.blockyanim"
        },
        "OpenDoorIn": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Medium_Open_In",
          "InteractionHitboxType": "Door_Medium_Open_In_Interaction",
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim",
          "Opacity": "Transparent",
          "InteractionHint": "server.interactionHints.closeDoor"
        },
        "OpenDoorOut": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Medium_Open_Out",
          "InteractionHitboxType": "Door_Medium_Open_Out_Interaction",
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
          "Opacity": "Transparent",
          "InteractionHint": "server.interactionHints.closeDoor"
        }
      }
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "SoundOcclusionOpacity": 2.0,
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "CustomModelScale": 1.001,
    "ParticleColor": "#654b31",
    "TextureComputedColor": "#63462C"
  },
  "Scale": 0.667,
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Door_Medium.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}