Wood_Ash_Trunk
Server/Item/Items/Wood/Ash/Wood_Ash_Trunk.json, 930 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
ResourceTypes | array[7] |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Ash_Trunk.name",
"Description": "server.items.Wood_Ash_Trunk.description"
},
"Parent": "Wood_Oak_Trunk",
"Icon": "Icons/ItemsGenerated/Wood_Ash_Trunk.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Ash",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Wood_Trunk_Ash_Side.png",
"UpDown": "BlockTextures/Wood_Trunk_Ash_Top.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Wood_Ash_Trunk",
"GatherType": "Woods"
}
},
"ParticleColor": "#5a4034"
},
"ResourceTypes": [
{
"Id": "Wood_Ash"
},
{
"Id": "Wood_Hardwood"
},
{
"Id": "Wood_Hardwood_Trunk"
},
{ "Id": "Wood_Trunk" }, { "Id": "Wood_All" }, {
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
]
}