Tool_Repair_Kit_Iron
Server/Item/Items/Tool/Repair_Kit/Tool_Repair_Kit_Iron.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
ItemLevel | number |
Model | string |
Texture | string |
Interactions | object |
Recipe | object |
Quality | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Repair_Kit_Iron.name",
"Description": "server.items.Tool_Repair_Kit_Iron.description"
},
"Icon": "Icons/ItemsGenerated/Tool_Repair_Kit_Iron.png",
"Parent": "Tool_Repair_Kit_Crude",
"ItemLevel": 1,
"Model": "Items/Tools/Repair_Kit/Repair_Kit_Iron.blockymodel",
"Texture": "Items/Tools/Repair_Kit/Repair_Kit_Iron_Texture.png",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "ItemRepair",
"RepairPenalty": 0.1
}
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "ItemRepair",
"RepairPenalty": 0.1
}
}
]
}
},
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Tools"
],
"Id": "Workbench"
}
]
},
"Quality": "Common",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
341,
141,
8
],
"Translation": [
1,
-13.5
]
}
}