Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / EditorTool / EditorTool_Sculpt.json

EditorTool_Sculpt

Server/Item/Items/EditorTool/EditorTool_Sculpt.json, 2.0 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.Sculpt.name",
    "Description": "server.builderTools.tools.Sculpt.description"
  },
  "Icon": "Icons/Items/EditorTools/Sculpt.png",
  "Categories": [
    "Tool.BuilderTool"
  ],
  "SubCategory": "Terrain",
  "Model": "Items/Tools/Brush/Brush.blockymodel",
  "Texture": "Items/Tools/Brush/Brush_Texture.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "HudUI": [
    { "Path": "Hud/ToolsLegends/SculptBrushLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Sculpt",
    "IsBrush": true,
    "Args": [
      {
        "Type": "Block",
        "Id": "builtin_Material",
        "Default": "Rock_Stone",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "builtin_Width",
        "Default": 5,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "builtin_Height",
        "Default": 5,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Option",
        "Id": "builtin_Shape",
        "Default": "Sphere",
        "Options": ["Cube", "Sphere", "Cylinder", "Cone", "InvertedCone", "Pyramid", "InvertedPyramid", "Dome", "InvertedDome", "Diamond", "Torus"]
      },
      {
        "Type": "Option",
        "Id": "builtin_Origin",
        "Default": "Center",
        "Options": ["Center", "Bottom", "Top"]
      },
      {
        "Type": "Int",
        "Id": "SmoothStrength",
        "Default": 2,
        "Min": 0,
        "Max": 2
      },
      {
        "Type": "Int",
        "Id": "builtin_Density",
        "Default": 100,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "builtin_Spacing",
        "Default": 0,
        "Min": 0,
        "Max": 200
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Set": "AAAA25",
  "Quality": "Tool"
}