Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Stone / Rock_Stone_Brick_Roof_Shallow.json

Rock_Stone_Brick_Roof_Shallow

Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Roof_Shallow.json, 4.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Brick_Roof_Shallow.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Stone",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Structures/Roofs/Slope_Rock_Shallow.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Stone_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Roof",
    "HitboxType": "Stairs_Shallow",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Stone_Brick_Roof_Shallow"
      }
    },
    "VariantRotation": "NESW",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ],
      "North": [
        {}
      ]
    },
    "ParticleColor": "#737055",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Right.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Stone_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Left.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Stone_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Right.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Inverted_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Stone_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Left.blockymodel",
          "HitboxType": "Roof_Corner_Shallow_Inverted_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "ItemId": "Rock_Stone_Brick_Roof_Shallow",
              "Quantity": 2
            }
          }
        }
      }
    },
    "ConnectedBlockRuleSet": {
      "Type": "Roof",
      "Width": 2,
      "Regular": {
        "Straight": {
          "State": "default"
        },
        "Corner_Right": {
          "State": "Corner_Right"
        },
        "Corner_Left": {
          "State": "Corner_Left"
        },
        "Inverted_Corner_Right": {
          "State": "Inverted_Corner_Right"
        },
        "Inverted_Corner_Left": {
          "State": "Inverted_Corner_Left"
        }
      },
      "MaterialName": "Roof_Shallow"
    },
    "TextureComputedColor": "#5D5C49"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      11.1,
      -22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Roof_Shallow.png",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ],
    "SubType": [
      "Roof"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Stone_Brick",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Roof"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}