Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / EditorTool / EditorTool_Revolve.json

EditorTool_Revolve

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Revolve.name",
    "Description": "server.builderTools.tools.Revolve.description"
  },
  "Icon": "Icons/Items/EditorTools/Revolve.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/RevolveToolLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Revolve",
    "IsBrush": true,
    "Args": [
      {
        "Type": "Option",
        "Id": "aSampling",
        "Required": true,
        "Default": "structural",
        "Options": [
          "structural",
          "natural",
          "none"
        ]
      },
      {
        "Type": "Bool",
        "Id": "cFullRevolve",
        "Required": true,
        "Default": false
      },
      {
        "Type": "Int",
        "Id": "bCount",
        "Default": 6,
        "Min": 1,
        "Max": 50,
        "Required": true
      },
      {
        "Type": "Option",
        "Id": "dCenter",
        "Required": true,
        "Default": "target",
        "Options": [
          "target",
          "player"
        ]
      },
      {
        "Type": "Bool",
        "Id": "eCopyEntities",
        "Required": true,
        "Default": false
      },
      {
        "Type": "Bool",
        "Id": "eUseDistance",
        "Required": true,
        "Default": false
      },
      {
        "Type": "Int",
        "Id": "fDistance",
        "Default": 20,
        "Min": 1,
        "Max": 500,
        "Required": false
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool",
  "UsePlayerAnimations": true
}