Tool_Hatchet_Onyxium
Server/Item/Items/Tool/Hatchet/Tool_Hatchet_Onyxium.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Model | string |
Texture | string |
Tool | object |
Icon | string |
MaxDurability | number |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Hatchet_Onyxium.name"
},
"Parent": "Tool_Hatchet_Crude",
"Model": "Items/Tools/Hatchet/Onyxium.blockymodel",
"Texture": "Items/Tools/Hatchet/Onyxium_Texture.png",
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.05,
"GatherType": "Soils"
},
{
"Power": 0.5,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.048,
"GatherType": "OreCopper"
},
{
"Power": 0.048,
"GatherType": "OreIron"
},
{
"Power": 0.048,
"GatherType": "OreSilver"
},
{
"Power": 0.048,
"GatherType": "OreGold"
},
{
"Power": 0.046,
"GatherType": "OreThorium"
},
{
"Power": 0.046,
"GatherType": "OreCobalt"
},
{
"Power": 0.046,
"GatherType": "OreAdamantite"
},
{
"Power": 0.042,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"Icon": "Icons/ItemsGenerated/Tool_Hatchet_Onyxium.png",
"MaxDurability": 450,
"Quality": "Epic"
}