Tool_Map
Server/Item/Items/Tool/Tool_Map.json, 406 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
PlayerAnimationsId | string |
Categories | array[1] |
Tags | object |
Tool | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Map.name"
},
"Model": "Items/Consumables/Scrolls/Map.blockymodel",
"Texture": "Items/Consumables/Scrolls/Map_Wood.png",
"Icon": "Icons/ItemsGenerated/Tool_Map.png",
"PlayerAnimationsId": "Block",
"Categories": [
"Tool"
],
"Tags": {
"Type": [
"Tool"
]
},
"Tool": {},
"ItemSoundSetId": "ISS_Weapons_Wood"
}