Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Furniture / Human / Unique / Furniture_Human_Ruins_Coffin.json

Furniture_Human_Ruins_Coffin

Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Coffin.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Iconstring
IconPropertiesobject
BlockTypeobject
Tagsobject
ItemSoundSetIdstring
ItemLevelnumber
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Coffin.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Coffin.png",
  "IconProperties": {
    "Scale": 0.395,
    "Translation": [
      -12.13,
      -22.93
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Coffin.blockymodel",
    "CustomModelScale": 1,
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Coffin_Texture.png"
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "DropList": "Container_Coffins_Rubble"
      }
    },
    "InteractionHint": "server.interactionHints.open",
    "Interactions": {
      "Use": {
        "Interactions": [
          "Block_Coffin_Open"
        ]
      }
    },
    "State": {
      "Definitions": {
        "Open": {
          "InteractionHint": "",
          "CustomModelAnimation": "Blocks/Animations/Coffin/Coffin_Open.blockyanim",
          "Gathering": {
            "Soft": {
              "DropList": {}
            }
          }
        }
      }
    },
    "HitboxType": "Coffin",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "Wall",
    "ParticleColor": "#897f68"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "ItemLevel": 1,
  "MaxStack": 1
}