Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / EditorTool / ScriptedBrushes / Examples / EditorTool_ExampleToolArg.json

EditorTool_ExampleToolArg

Server/Item/Items/EditorTool/ScriptedBrushes/Examples/EditorTool_ExampleToolArg.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Modelstring
Texturestring
MaxStacknumber
PlayerAnimationsIdstring
BuilderToolobject
Interactionsobject
InteractionConfigobject
ItemAppearanceConditionsobject
Scalenumber
Setstring
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.ExampleToolArg.name",
    "Description": "server.builderTools.tools.ExampleToolArg.description"
  },
  "Icon": "Icons/Items/EditorTools/Paint.png",
  "Model": "Items/Tools/Prototype_Teseract_2.blockymodel",
  "Texture": "Items/Tools/Prototype_Teseract_3.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "BuilderTool": {
    "Id": "Paint",
    "IsBrush": true,
    "BrushConfigurationCommand": "ExampleToolArgBrush",
    "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": "Option",
        "Id": "builtin_Origin",
        "Default": "Center",
        "Options": ["Center", "Bottom", "Top"]
      },
      {
        "Type": "Int",
        "Id": "builtin_Density",
        "Default": 100,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Bool",
        "Id": "EnableFeature",
        "Default": false
      },
      {
        "Type": "Option",
        "Id": "BrushMode",
        "Default": "Normal",
        "Options": [
          "Normal",
          "Smooth",
          "Rough"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "ItemAppearanceConditions": {
    "Health": [
      {
        "Condition": [
          0,
          100.0
        ],
        "ConditionValueType": "Percent",
        "ModelVFXId": "Prototype_CreativeTool_ModelVFX"
      }
    ]
  },
  "Scale": 0.75,
  "Set": "AAAA10",
  "Quality": "Tool"
}