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

EditorTool_Line

Server/Item/Items/EditorTool/EditorTool_Line.json, 2.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Line.name",
    "Description": "server.builderTools.tools.Line.description"
  },
  "Icon": "Icons/Items/EditorTools/Laser.png",
  "Categories": [
    "Tool.BuilderToolSecondPage"
  ],
  "SubCategory": "SpecializedTools",
  "Model": "Items/Tools/Brush/Brush.blockymodel",
  "Texture": "Items/Tools/Brush/Brush_Texture.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "HudUI": [
    { "Path": "Hud/ToolsLegends/LineBrushLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Line",
    "IsBrush": false,
    "Args": [
      {
        "Type": "Block",
        "Id": "aLineMaterial",
        "Default": "Rock_Stone",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "bLineWidth",
        "Default": 1,
        "Min": 1,
        "Max": 50
      },
      {
        "Type": "Int",
        "Id": "cLineHeight",
        "Default": 1,
        "Min": 1,
        "Max": 50
      },
      {
        "Type": "Option",
        "Id": "dLineShape",
        "Default": "Cube",
        "Options": [
          "Cube",
          "Sphere",
          "Cylinder",
          "Cone",
          "InvertedCone",
          "Pyramid",
          "InvertedPyramid",
          "Dome",
          "InvertedDome",
          "Diamond",
          "Torus"
        ]
      },
      {
        "Type": "Option",
        "Id": "eLineOrigin",
        "Default": "Center",
        "Options": [
          "Center",
          "Bottom",
          "Top"
        ]
      },
      {
        "Type": "Int",
        "Id": "fLineWallThickness",
        "Default": 0,
        "Min": 0,
        "Max": 50
      },
      {
        "Type": "Int",
        "Id": "gLineSpacing",
        "Default": 1,
        "Min": 1,
        "Max": 50
      },
      {
        "Type": "Int",
        "Id": "hLineDensity",
        "Default": 100,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Option",
        "Id": "iLineType",
        "Default": "Split",
        "Options": [
          "Continuous",
          "Split",
          "Origin"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Set": "AAAA40",
  "Quality": "Tool"
}