Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Tool / Tool_Map.json

Tool_Map

Server/Item/Items/Tool/Tool_Map.json, 406 B

Fields

FieldType
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
PlayerAnimationsIdstring
Categoriesarray[1]
Tagsobject
Toolobject
ItemSoundSetIdstring

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"
}