Tool_Pickaxe_Mithril
Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Mithril.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_Mithril.name"
},
"Parent": "Tool_Pickaxe_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Mithril.png",
"Quality": "Epic",
"ItemLevel": 50,
"Model": "Items/Tools/Pickaxe/Mithril.blockymodel",
"Texture": "Items/Tools/Pickaxe/Mithril_Texture.png",
"Recipe": {
"TimeSeconds": 5,
"Input": [
{
"ItemId": "Ingredient_Bar_Mithril",
"Quantity": 9
},
{
"ItemId": "Ingredient_Leather_Storm",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"RequiredTierLevel": 3
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 1.0,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 1.0,
"GatherType": "Rocks",
"Quality": 6
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.34,
"GatherType": "VolcanicRocks"
},
{
"Power": 1.0,
"GatherType": "OreCopper"
},
{
"Power": 1.0,
"GatherType": "OreIron"
},
{
"Power": 1.0,
"GatherType": "OreSilver"
},
{
"Power": 1.0,
"GatherType": "OreGold"
},
{
"Power": 0.5,
"GatherType": "OreThorium"
},
{
"Power": 0.5,
"GatherType": "OreCobalt"
},
{
"Power": 0.5,
"GatherType": "OreAdamantite",
"Quality": 4
},
{
"Power": 0.25,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"MaxDurability": 400.0
}