Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / EditorTool / EditorTool_LaserPointer.json

EditorTool_LaserPointer

Server/Item/Items/EditorTool/EditorTool_LaserPointer.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.LaserPointer.name",
    "Description": "server.builderTools.tools.LaserPointer.description"
  },
  "Icon": "Icons/Items/EditorTools/Line.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": "LaserPointer",
    "IsBrush": false,
    "BrushData": {},
    "Args": [
      {
        "Type": "String",
        "Id": "LaserColor",
        "Default": "#2EFFD3"
      },
      {
        "Type": "Int",
        "Id": "Duration",
        "Default": 2000,
        "Min": 500,
        "Max": 10000
      }
    ]
  },
  "Interactions": {
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool"
}