Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Rock / Volcanic / Rock_Volcanic_Brick_Decorative.json

Rock_Volcanic_Brick_Decorative

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Brick_Decorative.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Setstring
Recipeobject
BlockTypeobject
IconPropertiesobject
Tagsobject
Parentstring
ResourceTypesarray[1]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Brick_Decorative.name"
  },
  "Quality": "Junk",
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Brick_Decorative.png",
  "Set": "Rock_Volcanic",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Volcanic"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks"
      }
    },
    "RandomRotation": "YawStep90",
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Volcanic_Brick_Decorative.png",
        "UpDown": "BlockTextures/Rock_Volcanic_Brick_Decorative.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#3f3331",
    "TextureComputedColor": "#493E3C"
  },
  "IconProperties": {
    "Scale": 0.545,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "Parent": "Rock_Volcanic_Brick",
  "ResourceTypes": [
    {
      "Id": "Rock_Volcanic_Brick"
    }
  ]
}