Tool_Shovel_Thorium
Server/Item/Items/Tool/Shovel/Tool_Shovel_Thorium.json, 1.5 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_Shovel_Thorium.name"
},
"Parent": "Tool_Shovel_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Shovel_Thorium.png",
"Model": "Items/Tools/Shovel/Thorium.blockymodel",
"Texture": "Items/Tools/Shovel/Thorium_Texture.png",
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.5,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.046,
"GatherType": "OreCopper"
},
{
"Power": 0.046,
"GatherType": "OreIron"
},
{
"Power": 0.046,
"GatherType": "OreSilver"
},
{
"Power": 0.046,
"GatherType": "OreGold"
},
{
"Power": 0.042,
"GatherType": "OreThorium"
},
{
"Power": 0.042,
"GatherType": "OreCobalt"
},
{
"Power": 0.036,
"GatherType": "OreAdamantite"
},
{
"Power": 0.032,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.05
}
]
},
"MaxDurability": 350,
"Quality": "Rare"
}