Tool_Pickaxe_Onyxium
Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Onyxium.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Model | string |
Texture | string |
Tool | object |
MaxDurability | number |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Pickaxe_Onyxium.name"
},
"Parent": "Tool_Pickaxe_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Onyxium.png",
"Model": "Items/Tools/Pickaxe/Onyxium.blockymodel",
"Texture": "Items/Tools/Pickaxe/Onyxium_Texture.png",
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.5,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 1,
"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": 450,
"Quality": "Epic"
}