Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Wood / Village / Wood_Village_Wall_RedDark_Full.json

Wood_Village_Wall_RedDark_Full

Server/Item/Items/Wood/Village/Wood_Village_Wall_RedDark_Full.json, 2.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Village_Wall_RedDark_Full.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Wood_Village_Wall_RedDark_Full.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Wood_Village_Wall",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Soil_Clay_Smooth_Red",
        "Quantity": 1
      },
      {
        "ResourceTypeId": "Wood_Hardwood",
        "Quantity": 2
      }
    ],
    "OutputQuantity": 2,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Village_Walls"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Wall",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods",
        "ItemId": "Wood_Village_Wall_RedDark_Full"
      }
    },
    "BlockParticleSetId": "Wood",
    "Textures": [
      {
        "All": "BlockTextures/Wood_Village_Wall_RedDark_Full.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#6e3030",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeBlockPatterns": {
        "Full": "Wood_Village_Wall_RedDark_Full",
        "Base": "*Wood_Village_Wall_RedDark_Full_State_Definitions_Bottom",
        "Middle": "*Wood_Village_Wall_RedDark_Full_State_Definitions_Middle",
        "Base_Inverted": "*Wood_Village_Wall_RedDark_Full_State_Definitions_Top"
      },
      "TemplateShapeAssetId": "VillageConnectedBlockTemplate"
    },
    "State": {
      "Definitions": {
        "Bottom": {
          "Textures": [
            {
              "All": "BlockTextures/Wood_Village_Wall_U_RedDark.png",
              "Down": "BlockTextures/Wood_Village_Wall_RedDark_Full.png",
              "Weight": 1,
              "Up": "BlockTextures/Clay_Smooth_Red.png"
            }
          ]
        },
        "Middle": {
          "Textures": [
            {
              "All": "BlockTextures/Wood_Village_Wall_RedDark_Middle.png",
              "Weight": 1,
              "UpDown": "BlockTextures/Clay_Smooth_Red.png"
            }
          ]
        },
        "Top": {
          "Textures": [
            {
              "All": "BlockTextures/Wood_Village_Wall_N_RedDark.png",
              "Up": "BlockTextures/Wood_Village_Wall_RedDark_Full.png",
              "Weight": 1,
              "Down": "BlockTextures/Clay_Smooth_Red.png"
            }
          ]
        }
      }
    },
    "TextureComputedColor": "#552D1F"
  },
  "Tags": {
    "Family": [
      "Village"
    ],
    "Type": [
      "Wood"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}