Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / EditorTool / EditorTool_Color.json

EditorTool_Color

Server/Item/Items/EditorTool/EditorTool_Color.json, 3.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Color.name",
    "Description": "server.builderTools.tools.Color.description"
  },
  "Icon": "Icons/Items/EditorTools/Paint.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/ColorToolLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Color",
    "IsBrush": false,
    "Args": [
      {
        "Type": "Option",
        "Id": "ColorMode",
        "Default": "Gradient",
        "Options": ["Gradient", "Shading", "Coloring"]
      },
      {
        "Type": "Option",
        "Id": "BrushShape",
        "Default": "Sphere",
        "Options": ["Cube", "Sphere", "Cylinder", "Cone", "InvertedCone", "Pyramid", "InvertedPyramid", "Dome", "InvertedDome", "Diamond", "Torus"]
      },
      {
        "Type": "Option",
        "Id": "ColoringSubMode",
        "Default": "SmartMatch",
        "Options": ["Normal", "SmartMatch"]
      },
      {
        "Type": "Int",
        "Id": "ColorWidth",
        "Default": 5,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "ColorHeight",
        "Default": 5,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "ColorMaterial",
        "Default": "Rock_Stone",
        "AllowPattern": true
      },
      {
        "Type": "Option",
        "Id": "GradientShape",
        "Default": "Linear",
        "Options": ["Linear", "Cube", "Sphere", "Diamond"]
      },
      {
        "Type": "String",
        "Id": "GradientMaterials",
        "Default": ""
      },
      {
        "Type": "Int",
        "Id": "GradientBlend",
        "Default": 12,
        "Min": 0,
        "Max": 100
      },
      {
        "Type": "Bool",
        "Id": "GradientInvert",
        "Default": false
      },
      {
        "Type": "Option",
        "Id": "ShadingSubMode",
        "Default": "Auto",
        "Options": ["Manual", "Auto", "Custom"]
      },
      {
        "Type": "String",
        "Id": "ShadingCustomMaterials",
        "Default": ""
      },
      {
        "Type": "Option",
        "Id": "ShadingLightSource",
        "Default": "None",
        "Options": ["Player", "BrushCenter", "Sun", "None"]
      },
      {
        "Type": "Int",
        "Id": "ShadingIntensity",
        "Default": 100,
        "Min": 0,
        "Max": 200
      },
      {
        "Type": "Int",
        "Id": "ShadingEdgeBlend",
        "Default": 0,
        "Min": 0,
        "Max": 100
      },
      {
        "Type": "Bool",
        "Id": "CustomShadeInvert",
        "Default": false
      },
      {
        "Type": "String",
        "Id": "GradientPreset",
        "Default": ""
      },
      {
        "Type": "String",
        "Id": "ShadingPreset",
        "Default": ""
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool"
}