Tool_Sap_Shunt
Server/Item/Items/Tool/Tool_Sap_Shunt.json, 711 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
Quality | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Sap_Shunt.name",
"Description": "server.items.Tool_Sap_Shunt.description"
},
"Categories": [
"Items.Tools"
],
"Interactions": {
"Secondary": "Sap_Shunt_Condition"
},
"Model": "Items/Tools/Sap_Shunt/Sap_Shunt.blockymodel",
"Texture": "Items/Tools/Sap_Shunt/Sap_Shunt_Texture.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1,
"Rotation": [
27,
29,
32
],
"Translation": [
1,
-1
]
},
"Icon": "Icons/ItemsGenerated/Tool_Sap_Shunt.png",
"Tags": {
"Type": [
"Tool"
]
},
"Quality": "Developer",
"ItemSoundSetId": "ISS_Weapons_Wood"
}