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

EditorTool_Extrude

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

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
Modelstring
Texturestring
MaxStacknumber
PlayerAnimationsIdstring
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",
  "BuilderTool": {
    "Id": "Extrude",
    "IsBrush": false,
    "Args": [
      {
        "Type": "Int",
        "Id": "ExtrudeRadius",
        "Default": 3,
        "Min": 1,
        "Max": 50
      },
      {
        "Type": "Int",
        "Id": "ExtrudeDepth",
        "Default": 3,
        "Min": 1,
        "Max": 50
      },
      {
        "Type": "Block",
        "Id": "ExtrudeMaterial",
        "Default": "Rock_Stone"
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool"
}