Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / EditorTool / EditorTool_Ruler.json

EditorTool_Ruler

Server/Item/Items/EditorTool/EditorTool_Ruler.json, 874 B

Fields

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

Source

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