Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Furniture / Scarak_Hive / Furniture_Scarak_Hive_Lantern.json

Furniture_Scarak_Hive_Lantern

Server/Item/Items/Furniture/Scarak_Hive/Furniture_Scarak_Hive_Lantern.json, 2.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Scarak_Hive_Lantern.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Soil_Half",
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Soil_Gravel_Sand_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Decorative_Sets/Scarak_Hive/Lantern.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Scarak_Hive/Lantern_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Gravel",
    "HitboxType": "Plant_Small",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "VariantRotation": "DoublePipe",
    "BlockParticleSetId": "Dirt",
    "Supporting": {
      "Down": [
        {}
      ]
    },
    "ParticleColor": "#c69f4f",
    "BlockSoundSetId": "Gravel",
    "PhysicalMaterialId": "Dirt",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Soil_Gravel_Sand.png",
              "Weight": 1
            }
          ]
        }
      }
    },
    "Light": {
      "Color": "#987"
    },
    "CustomModelAnimation": "Blocks/Dungeons/EggSacks_Scarak_Medium_Idle.blockyanim",
    "Opacity": "Transparent",
    "RandomRotation": "YawStep90",
    "Looping": true,
    "TextureComputedColor": "#6F5A3C"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Sand"
    ]
  },
  "IconProperties": {
    "Scale": 0.9,
    "Translation": [
      0,
      -5.7
    ],
    "Rotation": [
      331.3,
      127.7,
      29.8
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Scarak_Hive_Lantern.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}