Tool_Pickaxe_Adamantite
Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Adamantite.json, 2.2 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_Adamantite.name"
},
"Parent": "Tool_Pickaxe_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Adamantite.png",
"Quality": "Rare",
"ItemLevel": 40,
"Model": "Items/Tools/Pickaxe/Adamantite.blockymodel",
"Texture": "Items/Tools/Pickaxe/Adamantite_Texture.png",
"Recipe": {
"TimeSeconds": 4.5,
"Input": [
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 8
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"Id": "Workbench",
"RequiredTierLevel": 3
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 1.0,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 1,
"GatherType": "Rocks",
"Quality": 5
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.34,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.5,
"GatherType": "OreCopper"
},
{
"Power": 0.5,
"GatherType": "OreIron"
},
{
"Power": 0.5,
"GatherType": "OreSilver"
},
{
"Power": 0.5,
"GatherType": "OreGold"
},
{
"Power": 0.5,
"GatherType": "OreThorium"
},
{
"Power": 0.5,
"GatherType": "OreCobalt"
},
{
"Power": 0.25,
"GatherType": "OreAdamantite",
"Quality": 4
},
{
"Power": 0.125,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"MaxDurability": 400.0
}