Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / MISC / Leave_Instance.json

Leave_Instance

Server/Item/Items/MISC/Leave_Instance.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Leave_Instance.name",
    "Description": "server.items.Leave_Instance.description"
  },
  "Icon": "Icons/ItemsGenerated/Portal_Device.png",
  "Categories": [
    "Blocks.Portals"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Material": "Solid",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/Platform_Magic_Exit.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Platform_Magic_Blue2.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Pad_Portal",
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "VariantRotation": "NESW",
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "Particles": [
      {
        "SystemId": "MagicPortal_VoidKeyArt",
        "PositionOffset": {
          "Y": 2.5
        }
      }
    ],
    "Interactions": {
      "CollisionEnter": {
        "Interactions": [
          {
            "Type": "ExitInstance"
          }
        ]
      }
    },
    "TextureComputedColor": "#736940"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Instances"
    ]
  },
  "Quality": "Technical",
  "IconProperties": {
    "Scale": 0.35,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}