Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Furniture / Temple_Wind / Unique / Furniture_Temple_Wind_Door_Large.json

Furniture_Temple_Wind_Door_Large

Server/Item/Items/Furniture/Temple_Wind/Unique/Furniture_Temple_Wind_Door_Large.json, 2.8 KB

Fields

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

Source

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