Tool_Pickaxe_Wood
Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Wood.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Model | string |
Texture | string |
Tool | object |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Pickaxe_Wood.name"
},
"Parent": "Tool_Pickaxe_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Wood.png",
"Model": "Items/Tools/Pickaxe/Wood.blockymodel",
"Texture": "Items/Tools/Pickaxe/Wood_Texture.png",
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.1,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 0.1,
"GatherType": "Rocks",
"Quality": 1
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.034,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.1,
"GatherType": "OreCopper"
},
{
"Power": 0.071,
"GatherType": "OreIron"
},
{
"Power": 0.071,
"GatherType": "OreSilver"
},
{
"Power": 0.071,
"GatherType": "OreGold"
},
{
"Power": 0.056,
"GatherType": "OreThorium"
},
{
"Power": 0.056,
"GatherType": "OreCobalt"
},
{
"Power": 0.045,
"GatherType": "OreAdamantite"
},
{
"Power": 0.038,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"Quality": "Common"
}