Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Soil / Snow / Soil_Snow_Brick_Stairs.json

Soil_Snow_Brick_Stairs

Server/Item/Items/Soil/Snow/Soil_Snow_Brick_Stairs.json, 3.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Snow_Brick_Stairs.name"
  },
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Soil_Snow_Brick_Stairs.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Snow_Brick",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ItemId": "Soil_Snow"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "Crafting",
        "Categories": [
          "Structural-Rock"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 2
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Stairs/Stairs.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Stairs/Stairs_Textures/Snow_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Snow",
    "HitboxType": "Stairs",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "VariantRotation": "UpDownNESW",
    "BlockParticleSetId": "Stone",
    "Supporting": {
      "Down": [
        {}
      ],
      "North": [
        {}
      ]
    },
    "BlockSoundSetId": "Snow",
    "PhysicalMaterialId": "Snow",
    "State": {
      "Definitions": {
        "Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right.blockymodel",
          "HitboxType": "Stairs_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Right": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right.blockymodel",
          "HitboxType": "Stairs_Inverted_Corner_Right",
          "FlipType": "OrthogonalInverse",
          "Supporting": {
            "Down": [
              {}
            ],
            "North": [
              {}
            ],
            "East": [
              {}
            ]
          }
        },
        "Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Left.blockymodel",
          "HitboxType": "Stairs_Corner_Left",
          "FlipType": "Orthogonal",
          "Supporting": {
            "Down": [
              {}
            ]
          }
        },
        "Inverted_Corner_Left": {
          "CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Left.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": "#E6F4F8"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Snow"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}