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

EditorTool_Flood

Server/Item/Items/EditorTool/EditorTool_Flood.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Flood.name",
    "Description": "server.builderTools.tools.Flood.description"
  },
  "Icon": "Icons/Items/EditorTools/Flood.png",
  "Categories": [
    "Tool.BuilderToolSecondPage"
  ],
  "SubCategory": "SpecializedTools",
  "Model": "Items/Tools/Brush/Brush.blockymodel",
  "Texture": "Items/Tools/Brush/Brush_Texture.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "BuilderTool": {
    "Id": "Flood",
    "IsBrush": true,
    "Args": [
      {
        "Id": "builtin_Material",
        "Type": "Block",
        "Default": "Rock_Stone",
        "AllowPattern": true
      },
      {
        "Id": "TargetBlock",
        "Type": "Block",
        "Default": "",
        "Required": false
      }
    ]
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Set": "AAAAD",
  "Quality": "Tool"
}