Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rock / Stone / Rock_Stone_Brick_Pillar_Base.json

Rock_Stone_Brick_Pillar_Base

Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Pillar_Base.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Brick_Pillar_Base.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Pillar_Base.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Stone",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Stone_Brick",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Pillars/Pillar_Base.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Stone_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "DoublePipe",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ],
      "Up": [
        {}
      ]
    },
    "ParticleColor": "#737055",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#7A785F"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}