Tool_Hatchet_Iron
Server/Item/Items/Tool/Hatchet/Tool_Hatchet_Iron.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_Hatchet_Iron.name",
"Description": "server.items.Tool_Hatchet_Crude.description"
},
"Parent": "Tool_Hatchet_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Hatchet_Iron.png",
"Quality": "Uncommon",
"ItemLevel": 20,
"Model": "Items/Tools/Hatchet/Iron.blockymodel",
"Texture": "Items/Tools/Hatchet/Iron_Texture.png",
"Recipe": {
"TimeSeconds": 3.5,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 5
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"Id": "Workbench"
}
]
},
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.05,
"GatherType": "Soils"
},
{
"Power": 0.3,
"GatherType": "Woods",
"HitSoundLayer": "SFX_Hatchet_T2_Impact_Nice"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches",
"HitSoundLayer": "SFX_Hatchet_T2_Impact_Nice"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.046,
"GatherType": "OreCopper"
},
{
"Power": 0.042,
"GatherType": "OreIron"
},
{
"Power": 0.042,
"GatherType": "OreSilver"
},
{
"Power": 0.042,
"GatherType": "OreGold"
},
{
"Power": 0.036,
"GatherType": "OreThorium"
},
{
"Power": 0.036,
"GatherType": "OreCobalt"
},
{
"Power": 0.032,
"GatherType": "OreAdamantite"
},
{
"Power": 0.028,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.25
}
]
},
"MaxDurability": 250
}