Tool_Repair_Kit_Crude
Server/Item/Items/Tool/Repair_Kit/Tool_Repair_Kit_Crude.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Model | string |
Texture | string |
IconProperties | object |
Interactions | object |
Set | string |
Quality | string |
MaxStack | number |
DropOnDeath | boolean |
Tags | object |
InteractionConfig | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Repair_Kit_Crude.name",
"Description": "server.items.Tool_Repair_Kit_Crude.description"
},
"Icon": "Icons/ItemsGenerated/Tool_Repair_Kit_Crude.png",
"Categories": [
"Items.Tools"
],
"PlayerAnimationsId": "Item",
"Model": "Items/Tools/Repair_Kit/Repair_Kit_Crude.blockymodel",
"Texture": "Items/Tools/Repair_Kit/Repair_Kit_Crude_Texture.png",
"IconProperties": {
"Scale": 0.485,
"Rotation": [
4,
143,
360
],
"Translation": [
-6,
-23
]
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "ItemRepair",
"RepairPenalty": 0.2
}
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "ItemRepair",
"RepairPenalty": 0.2
}
}
]
}
},
"Set": "Repair_Kit",
"Quality": "Common",
"MaxStack": 25,
"DropOnDeath": true,
"Tags": {
"Type": [
"Tool"
]
},
"InteractionConfig": {
"AllEntities": true
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}