Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Human / Furniture_Human_Ruins_Door.json

Furniture_Human_Ruins_Door

Server/Item/Items/Furniture/Human/Furniture_Human_Ruins_Door.json, 2.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Door.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Dark",
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Door.png",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      0,
      -27.6
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Door.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Door_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Door",
    "ParticleColor": "#332d21",
    "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": {
          "HitboxType": "Door_Open_In",
          "InteractionHitboxType": "Door_Open_In_Interaction",
          "InteractionSoundEventId": "SFX_Door_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim"
        },
        "OpenDoorOut": {
          "HitboxType": "Door_Open_Out",
          "InteractionHitboxType": "Door_Open_Out_Interaction",
          "InteractionSoundEventId": "SFX_Door_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim"
        }
      }
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood",
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "Material": "Solid",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "DoorConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Human_Ruins_Door"
      }
    }
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Scale": 0.8,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}