Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / EditorTool / EditorTool_Extrude.json

EditorTool_Extrude

Server/Item/Items/EditorTool/EditorTool_Extrude.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Extrude.name",
    "Description": "server.builderTools.tools.Extrude.description"
  },
  "Icon": "Icons/Items/EditorTools/Extrude.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/ExtrudeToolLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Extrude",
    "IsBrush": false,
    "Args": [
      {
        "Type": "Int",
        "Id": "ExtrudeLength",
        "Default": 3,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "ExtrudeWidth",
        "Default": 3,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "ExtrudeDepth",
        "Default": 3,
        "Min": 1,
        "Max": 50
      },
      {
        "Type": "Option",
        "Id": "ExtrudeMode",
        "Default": "Extrude",
        "Options": ["Extrude", "Fill"]
      },
      {
        "Type": "Option",
        "Id": "ExtrudeStrategy",
        "Default": "Default",
        "Options": ["Default", "All"]
      },
      {
        "Type": "Option",
        "Id": "ExtrudeFilter",
        "Default": "All",
        "Options": ["All", "SameMaterial", "SameShape", "FullBlocks", "NotFullBlocks"]
      },
      {
        "Type": "Block",
        "Id": "FillMaterial",
        "Default": "Rock_Stone",
        "AllowPattern": true
      },
      {
        "Type": "Block",
        "Id": "ExtrudeMaterial",
        "Default": "Empty",
        "AllowPattern": true
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool"
}