Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / EditorTool / EditorTool_Hitbox.json

EditorTool_Hitbox

Server/Item/Items/EditorTool/EditorTool_Hitbox.json, 770 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
Modelstring
Texturestring
MaxStacknumber
PlayerAnimationsIdstring
BuilderToolobject
Interactionsobject
InteractionConfigobject
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Hitbox.name",
    "Description": "server.builderTools.tools.Hitbox.description"
  },
  "Icon": "Icons/Items/EditorTools/Hitbox.png",
  "Categories": [
    "Tool.BuilderToolSecondPage"
  ],
  "SubCategory": "MiscTools",
  "Model": "Items/Tools/Brush/Brush.blockymodel",
  "Texture": "Items/Tools/Brush/Brush_Texture.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "BuilderTool": {
    "Id": "Hitbox",
    "IsBrush": false
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool"
}