Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Wood / Lightwood / Wood_Lightwood_Planks.json

Wood_Lightwood_Planks

Server/Item/Items/Wood/Lightwood/Wood_Lightwood_Planks.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Lightwood_Planks.name"
  },
  "Parent": "Wood_Softwood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Lightwood_Planks.png",
  "Set": "Wood_Lightwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Lightwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "WoodPlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Wood_Lightwood_Planks.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#bba58b",
    "TextureComputedColor": "#C8B193"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Planks"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    },
    {
      "Id": "Wood_Lightwood"
    },
    {
      "Id": "Wood_Lightwood_Softwood"
    }
  ],
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Lightwood"
    ]
  }
}