EditorTool_Color
Server/Item/Items/EditorTool/EditorTool_Color.json, 3.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Model | string |
Texture | string |
MaxStack | number |
PlayerAnimationsId | string |
HudUI | array[1] |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Color.name",
"Description": "server.builderTools.tools.Color.description"
},
"Icon": "Icons/Items/EditorTools/Color.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/ColorToolLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Color",
"IsBrush": false,
"Args": [
{
"Type": "Option",
"Id": "ColorMode",
"Default": "Gradient",
"Options": ["Gradient", "Shading", "Coloring"]
},
{
"Type": "Option",
"Id": "BrushShape",
"Default": "Sphere",
"Options": ["Cube", "Sphere", "Cylinder", "Cone", "InvertedCone", "Pyramid", "InvertedPyramid", "Dome", "InvertedDome", "Diamond", "Torus"]
},
{
"Type": "Option",
"Id": "ColoringSubMode",
"Default": "SmartMatch",
"Options": ["Normal", "SmartMatch"]
},
{
"Type": "Int",
"Id": "ColorWidth",
"Default": 5,
"Min": 1,
"Max": 100
},
{
"Type": "Int",
"Id": "ColorHeight",
"Default": 5,
"Min": 1,
"Max": 100
},
{
"Type": "Block",
"Id": "ColorMaterial",
"Default": "Rock_Stone",
"AllowPattern": true
},
{
"Type": "Option",
"Id": "GradientShape",
"Default": "Linear",
"Options": ["Linear", "Cube", "Sphere", "Diamond"]
},
{
"Type": "String",
"Id": "GradientMaterials",
"Default": ""
},
{
"Type": "Int",
"Id": "GradientBlend",
"Default": 12,
"Min": 0,
"Max": 100
},
{
"Type": "Bool",
"Id": "GradientInvert",
"Default": false
},
{
"Type": "Option",
"Id": "ShadingSubMode",
"Default": "Auto",
"Options": ["Manual", "Auto", "Custom"]
},
{
"Type": "String",
"Id": "ShadingCustomMaterials",
"Default": ""
},
{
"Type": "Option",
"Id": "ShadingLightSource",
"Default": "None",
"Options": ["Player", "BrushCenter", "Sun", "None"]
},
{
"Type": "Int",
"Id": "ShadingIntensity",
"Default": 100,
"Min": 0,
"Max": 200
},
{
"Type": "Int",
"Id": "ShadingEdgeBlend",
"Default": 0,
"Min": 0,
"Max": 100
},
{
"Type": "Bool",
"Id": "CustomShadeInvert",
"Default": false
},
{
"Type": "String",
"Id": "GradientPreset",
"Default": ""
},
{
"Type": "String",
"Id": "ShadingPreset",
"Default": ""
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Quality": "Tool"
}