Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Rock / Shale / Rock_Shale_Stairs.json

Rock_Shale_Stairs

Server/Item/Items/Rock/Shale/Rock_Shale_Stairs.json, 3.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Shale_Stairs.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Shale_Stairs.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Shale",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Shale",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Stairs"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Stairs/Stairs_SimpleUV.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Shale.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "HitboxType": "Stairs",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "DropList": {
          "Container": {
            "Type": "Single",
            "Item": {
              "ItemId": "Rock_Shale_Stairs",
              "QuantityMax": 1,
              "QuantityMin": 1
            }
          }
        }
      }
    },
    "VariantRotation": "UpDownNESW",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ],
      "North": [
        {}
      ]
    },
    "ParticleColor": "#454a50",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "East": [
              {}
            ]
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Left_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Left_SimpleUV.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "West": [
              {}
            ]
          }
        }
      }
    },
    "PlacementSettings": {
      "RotationMode": "StairFacingPlayer"
    },
    "ConnectedBlockRuleSet": {
      "Type": "Stair",
      "Corner_Left": {
        "State": "Corner_Left"
      },
      "Corner_Right": {
        "State": "Corner_Right"
      },
      "Inverted_Corner_Left": {
        "State": "Inverted_Corner_Left"
      },
      "Inverted_Corner_Right": {
        "State": "Inverted_Corner_Right"
      },
      "Straight": {
        "State": "default"
      }
    },
    "TextureComputedColor": "#3E4847"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Shale"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}