Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Wood / Softwood / Wood_Softwood_Beam.json

Wood_Softwood_Beam

Server/Item/Items/Wood/Softwood/Wood_Softwood_Beam.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Softwood_Beam.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Wood_Softwood_Beam.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "BlockSets",
  "FuelQuality": 3.0,
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Wood_Softwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Softwood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long_Thin.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Thin_Textures/Softwood.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Beam_Thin",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Wood",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Wood_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Wood_Beam"
        }
      ]
    },
    "ParticleColor": "#65482d",
    "BlockSoundSetId": "Branch",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#5A3A23"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Wood"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}