Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / EditorTool / ScriptedBrushes / EditorTool_River.json

EditorTool_River

Server/Item/Items/EditorTool/ScriptedBrushes/EditorTool_River.json, 3.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.River.name",
    "Description": "server.builderTools.tools.River.description"
  },
  "Icon": "Icons/Items/EditorTools/Paint.png",
  "Categories": [
    "Tool.BuilderTool"
  ],
  "SubCategory": "Decoration",
  "Model": "Items/Tools/Prototype_Teseract_2.blockymodel",
  "Texture": "Items/Tools/Prototype_Teseract_3.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "HudUI": [
    { "Path": "Hud/ToolsLegends/ScriptedBrushes/RiverBrushLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Paint",
    "IsBrush": true,
    "BrushConfigurationCommand": "RiverBrush",
    "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": "Cylinder",
        "Options": ["Cube", "Sphere", "Cylinder", "Cone", "InvertedCone", "Pyramid", "InvertedPyramid", "Dome", "InvertedDome", "Diamond", "Torus"]
      },
      {
        "Type": "Option",
        "Id": "builtin_Origin",
        "Default": "Center",
        "Options": ["Center", "Bottom", "Top"]
      },
      {
        "Type": "Block",
        "Id": "FluidType",
        "Default": "Fluid_Water",
        "AllowPattern": true
      },
      {
        "Type": "Block",
        "Id": "SurfaceMaterial",
        "Default": "Soil_Sand,Soil_Gravel_Sand",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "SurfaceMaterialDensity",
        "Default": 50,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "SurfaceMaterialWidth",
        "Default": 4,
        "Min": 1,
        "Max": 20
      },
      {
        "Type": "Block",
        "Id": "SubsurfaceMaterial",
        "Default": "Soil_Gravel,Soil_Gravel_Mossy",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "SubsurfaceMaterialDensity",
        "Default": 100,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "zMaterialInFluid",
        "Default": "Plant_Seaweed_Grass_Green,Rubble_Stone,Rubble_Stone_Medium",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "zMaterialInFluidDensity",
        "Default": 40,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "yMaterialOutFluid",
        "Default": "Plant_Reeds_Marsh,Plant_Reeds_Water",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "yMaterialOutFluidDensity",
        "Default": 20,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "xMaterialTopFluid",
        "Default": "Plant_Flower_Water_White,Plant_Flower_Water_Duckweed",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "xMaterialTopFluidDensity",
        "Default": 10,
        "Min": 1,
        "Max": 100
      }
    ]
  },
  "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"
}