Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Furniture / Crude / Furniture_Crude_Door.json

Furniture_Crude_Door

Server/Item/Items/Furniture/Crude/Furniture_Crude_Door.json, 3.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Crude_Door.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Crude",
  "Icon": "Icons/ItemsGenerated/Furniture_Crude_Door.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.475,
    "Translation": [
      0,
      -28.2
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Lightwood_Softwood",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Door"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Crude/Door.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Crude/Door_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Door",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#63412c",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "DoorConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Crude_Door"
      }
    },
    "State": {
      "Definitions": {
        "CloseDoorIn": {
          "InteractionSoundEventId": "SFX_Door_Crude_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
        },
        "CloseDoorOut": {
          "InteractionSoundEventId": "SFX_Door_Crude_Close",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Close_Out.blockyanim"
        },
        "DoorBlocked": {},
        "OpenDoorIn": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Open_In",
          "InteractionHitboxType": "Door_Open_In_Interaction",
          "InteractionSoundEventId": "SFX_Door_Crude_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        },
        "OpenDoorOut": {
          "SoundOcclusionOpacity": 0.0,
          "HitboxType": "Door_Open_Out",
          "InteractionHitboxType": "Door_Open_Out_Interaction",
          "InteractionSoundEventId": "SFX_Door_Crude_Open",
          "CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
          "InteractionHint": "server.interactionHints.closeDoor"
        }
      }
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "SoundOcclusionOpacity": 2.0,
    "InteractionHint": "server.interactionHints.openDoor",
    "IsDoor": true,
    "Interactions": {
      "Use": "Door"
    },
    "TextureComputedColor": "#5E3A27"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Crude"
    ]
  },
  "Scale": 0.8,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}