Tool_Pickaxe_Copper
Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Copper.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
Recipe | object |
Tool | object |
MaxDurability | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Pickaxe_Copper.name"
},
"Parent": "Tool_Pickaxe_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Copper.png",
"Quality": "Common",
"ItemLevel": 12,
"Model": "Items/Tools/Pickaxe/Copper.blockymodel",
"Texture": "Items/Tools/Pickaxe/Copper_Texture.png",
"Recipe": {
"TimeSeconds": 3,
"Input": [
{
"ItemId": "Ingredient_Bar_Copper",
"Quantity": 3
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 6
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
]
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.5,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 0.35,
"GatherType": "Rocks",
"Quality": 2
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.12,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.25,
"GatherType": "OreCopper"
},
{
"Power": 0.125,
"GatherType": "OreIron"
},
{
"Power": 0.125,
"GatherType": "OreSilver"
},
{
"Power": 0.125,
"GatherType": "OreGold"
},
{
"Power": 0.084,
"GatherType": "OreThorium"
},
{
"Power": 0.084,
"GatherType": "OreCobalt"
},
{
"Power": 0.063,
"GatherType": "OreAdamantite"
},
{
"Power": 0.05,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"MaxDurability": 200
}