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

EditorTool_Tint

Server/Item/Items/EditorTool/EditorTool_Tint.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Tint.name",
    "Description": "server.builderTools.tools.Tint.description"
  },
  "Icon": "Icons/Items/EditorTools/Tint.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/TintBrushLegend.ui",
      "Type": "Legend"
    }
  ],
  "BuilderTool": {
    "Id": "Tint",
    "IsBrush": true,
    "Args": [
      {
        "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": "String",
        "Id": "bTintColor",
        "Default": "#22dd11"
      },
	  {
		"Type": "Int",
        "Id": "cOpacity",
        "Default": 100,
        "Min": 1,
        "Max": 100,
        "Required": true
	  }
	]
    },
    "Interactions": {
      "Primary": "Builder_Tool",
      "Secondary": "Builder_Tool"
    },
    "InteractionConfig": {
      "DebugOutlines": true,
      "UseDistance": {
        "Adventure": 128,
        "Creative": 128
      },
      "AllEntities": true
    },
    "Quality": "Tool"
  }