Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rock / Ledge / Rock_Ledge_Brick_Pillar_Base.json

Rock_Ledge_Brick_Pillar_Base

Server/Item/Items/Rock/Ledge/Rock_Ledge_Brick_Pillar_Base.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Ledgestone_Brick_Pillar_Base.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Ledgestone_Brick_Pillar_Base.png",
  "Set": "Rock_Ledgestone_Brick",
  "Parent": "Rock_Stone_Brick_Pillar_Base",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Ledge_Brick",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Rock_Ledgestone_Pillar.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#5a5144",
    "TextureComputedColor": "#665E5A"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}