Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Temple_Scarak / Unique / Furniture_Temple_Scarak_Door_Large.json

Furniture_Temple_Scarak_Door_Large

Server/Item/Items/Furniture/Temple_Scarak/Unique/Furniture_Temple_Scarak_Door_Large.json, 2.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Scarak_Door_Large.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      -12,
      -61.71
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Scarak_Temple/Door_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Scarak_Temple/Door_Large_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Door_Temple_Scarak_Large",
    "Material": "Solid",
    "State": {
      "Definitions": {
        "CloseDoorIn": {
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Close",
          "CustomModelAnimation": "Blocks/Decorative_Sets/Scarak_Temple/Door_Large_Close.blockyanim"
        },
        "CloseDoorOut": {
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Close",
          "CustomModelAnimation": "Blocks/Decorative_Sets/Scarak_Temple/Door_Large_Close.blockyanim"
        },
        "OpenDoorIn": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Temple_Scarak_Large_Open",
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Open",
          "CustomModelAnimation": "Blocks/Decorative_Sets/Scarak_Temple/Door_Large_Open.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        },
        "OpenDoorOut": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Temple_Scarak_Large_Open",
          "InteractionSoundEventId": "SFX_Door_Temple_Light_Open",
          "CustomModelAnimation": "Blocks/Decorative_Sets/Scarak_Temple/Door_Large_Open.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        }
      }
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#bd8f45",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "SoundOcclusionOpacity": 2.0,
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "Opacity": "Semitransparent",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "DoorLargeConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Temple_Scarak_Door_Large"
      }
    },
    "TextureComputedColor": "#9A7337"
  },
  "Scale": 0.5,
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Scarak Temple"
    ]
  },
  "Set": "Furniture_Temple_Scarak",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Scarak_Door_Large.png",
  "ItemSoundSetId": "ISS_Blocks_Stone"
}