Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / EditorTool / EditorTool_Selection.json

EditorTool_Selection

Server/Item/Items/EditorTool/EditorTool_Selection.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Selection.name",
    "Description": "server.builderTools.tools.Selection.description"
  },
  "Icon": "Icons/Items/EditorTools/Selection.png",
  "Categories": [
    "Tool.BuilderTool"
  ],
  "SubCategory": "BasicTools",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "HudUI": [
    { "Path": "Hud/ToolsLegends/SelectionToolLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Selection",
    "IsBrush": false,
    "Args": [
      {
        "Type": "Bool",
        "Id": "KeepEmptyBlocks",
        "Default": true
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Texture": "Items/Block_Spawner_Block_Large_Texture.png",
  "Model": "Items/Block_Spawner_Block.blockymodel",
  "Scale": 0.6,
  "ItemAppearanceConditions": {
    "Health": [
      {
        "Condition": [
          0,
          100.0
        ],
        "ConditionValueType": "Percent",
        "ModelVFXId": "Prototype_CreativeTool_Sel_ModelVFX"
      }
    ]
  },
  "Set": "AAAA30",
  "Quality": "Tool"
}