Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Wood / Darkwood / Wood_Darkwood_Planks.json

Wood_Darkwood_Planks

Server/Item/Items/Wood/Darkwood/Wood_Darkwood_Planks.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
Recipeobject
BlockTypeobject
ResourceTypesarray[4]
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Darkwood_Planks.name"
  },
  "Parent": "Wood_Softwood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Darkwood_Planks.png",
  "Set": "Wood_Darkwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Darkwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "WoodPlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Wood_Darkwood_Planks.png",
        "Weight": 1,
        "Sides": "BlockTextures/Wood_Darkwood_Planks_Half.png"
      }
    ],
    "ParticleColor": "#683e2e",
    "TextureComputedColor": "#41261B"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Planks"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    },
    {
      "Id": "Wood_Darkwood"
    }
  ],
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Darkwood"
    ]
  }
}