Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / EditorTool / ScriptedBrushes / EditorTool_Forest.json

EditorTool_Forest

Server/Item/Items/EditorTool/ScriptedBrushes/EditorTool_Forest.json, 5.5 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.Forest.name",
    "Description": "server.builderTools.tools.Forest.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/ForestBrushLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Paint",
    "IsBrush": true,
    "BrushConfigurationCommand": "ForestBrush",
    "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": "Option",
        "Id": "aaDecorationOptions",
        "Default": "Trees",
        "Options": ["Boulders", "Trees", "Foliage"]
      },
      {
        "Type": "Option",
        "Id": "aaTreesTypes",
        "Default": "Beech",
        "Options": [
            "Amber",
            "Amber_Trunk",
            "Ash",
            "Ash_Dead",
            "Ash_Moss",
            "Ash_swamp",
            "Ash_swamp_dead",
            "Ash_twisted",
            "Ash_twisted_Giant",
            "Ash_twisted_Large",
            "Aspen",
            "Autumn",
            "Autumn_Stumps",
            "Azure",
            "Bamboo",
            "Beech",
            "Beech_Dry",
            "Beech_Mountain",
            "Birch",
            "Boab",
            "Burnt",
            "Burnt_dead",
            "Burnt_Roots",
            "Cedar",
            "Cedar_Burnt",
            "Cedar_Logs",
            "Crystal",
            "Dry",
            "Dry_Dead",
            "Fig_Blue",
            "Fir",
            "Fire_Burning",
            "Fir_Autumn",
            "Fir_Dead",
            "Fir_Dead_Large",
            "Fir_Logs",
            "Fir_red",
            "Fir_Snow",
            "Gum",
            "Jungle",
            "Jungle1",
            "Jungle2",
            "Jungle3",
            "Jungle_Canopy_Lower",
            "Jungle_Canopy_Middle",
            "Jungle_Canopy_Upper",
            "Jungle_Crystal",
            "Jungle_Crystal_Red",
            "Jungle_Ferns",
            "Jungle_Island1",
            "Jungle_Island2",
            "Jungle_Mushroom",
            "Logs",
            "Maple",
            "Maple_Stumps",
            "Mushroom",
            "Oak",
            "Oak_Moss",
            "Oak_Stumps",
            "Palm",
            "Palm_Green",
            "Palo",
            "Petrified",
            "Petrified_Coral_Bulbs",
            "Petrified_Dead",
            "Petrified_Logs",
            "Poisoned",
            "Redwood",
            "Redwood_Logs",
            "Redwood_Stumps",
            "Rocks",
            "Sallow",
            "Silver",
            "Stormbark_Stumps",
            "Willow",
            "Wisteria",
            "Zone5"
        ]
      },
      {
        "Type": "Int",
        "Id": "abNumPrefabs",
        "Default": 3,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Int",
        "Id": "abPrefabSpacing",
        "Default": 8,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "GroundMainMaterial",
        "Default": "Soil_Pathway",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "GroundMainMaterialDensity",
        "Default": 75,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "GroundSecondaryMaterial",
        "Default": "Soil_Mud_Dry",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "GroundSecondaryMaterialDensity",
        "Default": 25,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "GroundPatchMaterial",
        "Default": "Soil_Dirt",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "GroundPatchMaterialDensity",
        "Default": 17,
        "Min": 1,
        "Max": 100
      },
      {
        "Type": "Block",
        "Id": "FoliageMaterial",
        "Default": "Plant_Grass_Sharp,Plant_Grass_Lush_Short,Plant_Grass_Lush,Rubble_Quartzite",
        "AllowPattern": true
      },
      {
        "Type": "Int",
        "Id": "FoliageMaterialDensity",
        "Default": 35,
        "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"
}