Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Rock / Volcanic / Rock_Volcanic_Brick_Pillar_Base.json

Rock_Volcanic_Brick_Pillar_Base

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Brick_Pillar_Base.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Brick_Pillar_Base.name"
  },
  "Quality": "Junk",
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Brick_Pillar_Base.png",
  "Set": "Rock_Volcanic",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Volcanic_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Opacity": "Transparent",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Volcanic_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks"
      }
    },
    "ParticleColor": "#3f3331",
    "TextureComputedColor": "#504342"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "Parent": "Rock_Stone_Brick_Pillar_Base",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}