Tool_Pickaxe_Thorium
Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Thorium.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
ItemLevel | number |
Parent | string |
Model | string |
Texture | string |
Recipe | object |
Tool | object |
MaxDurability | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Pickaxe_Thorium.name"
},
"Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Thorium.png",
"Quality": "Rare",
"ItemLevel": 30,
"Parent": "Tool_Pickaxe_Crude",
"Model": "Items/Tools/Pickaxe/Thorium.blockymodel",
"Texture": "Items/Tools/Pickaxe/Thorium_Texture.png",
"Recipe": {
"TimeSeconds": 4,
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Medium",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"RequiredTierLevel": 2
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.5,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 0.5,
"GatherType": "Rocks",
"Quality": 4
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.17,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.5,
"GatherType": "OreCopper"
},
{
"Power": 0.5,
"GatherType": "OreIron"
},
{
"Power": 0.5,
"GatherType": "OreSilver"
},
{
"Power": 0.5,
"GatherType": "OreGold"
},
{
"Power": 0.25,
"GatherType": "OreThorium"
},
{
"Power": 0.25,
"GatherType": "OreCobalt"
},
{
"Power": 0.125,
"GatherType": "OreAdamantite",
"Quality": 4
},
{
"Power": 0.084,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"MaxDurability": 325
}