Tool_Hammer_Iron
Server/Item/Items/Tool/Hammer/Tool_Hammer_Iron.json, 909 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
MaxStack | number |
Recipe | object |
MaxDurability | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Hammer_Iron.name",
"Description": "server.items.Tool_Hammer_Iron.description"
},
"Parent": "Tool_Hammer_Crude",
"Icon": "Icons/ItemsGenerated/Tool_Hammer_Iron.png",
"Quality": "Uncommon",
"ItemLevel": 20,
"Model": "Items/Tools/Hammer/Iron.blockymodel",
"Texture": "Items/Tools/Hammer/Iron_Texture.png",
"MaxStack": 1,
"Recipe": {
"TimeSeconds": 3.5,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
]
}
]
},
"MaxDurability": 500
}