Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Soil / Hive / Soil_Hive_Corrupted_Brick_Stairs.json

Soil_Hive_Corrupted_Brick_Stairs

Server/Item/Items/Soil/Hive/Soil_Hive_Corrupted_Brick_Stairs.json, 3.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Categoriesarray[1]
PlayerAnimationsIdstring
Interactionsobject
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
$Commentstring
Iconstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Hive_Corrupted_Brick_Stairs.name"
  },
  "ItemLevel": 15,
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Soil_Hive",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Stairs/Stairs.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Stairs/Stairs_Textures/Hive_Brick_Corrupted.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Stairs",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "VariantRotation": "UpDownNESW",
    "BlockParticleSetId": "Mud",
    "Supporting": {
      "Down": [
        {}
      ],
      "North": [
        {}
      ]
    },
    "ParticleColor": "#2d2836",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "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"
      }
    }
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Goldenwood"
    ]
  },
  "$Comment": "  ",
  "Icon": "Icons/ItemsGenerated/Soil_Hive_Corrupted_Brick_Stairs.png",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}