EditorTool_Tint
Server/Item/Items/EditorTool/EditorTool_Tint.json, 1.6 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.Tint.name",
"Description": "server.builderTools.tools.Tint.description"
},
"Icon": "Icons/Items/EditorTools/Tint.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/TintBrushLegend.ui",
"Type": "Legend"
}
],
"BuilderTool": {
"Id": "Tint",
"IsBrush": true,
"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": "String",
"Id": "bTintColor",
"Default": "#22dd11"
},
{
"Type": "Int",
"Id": "cOpacity",
"Default": 100,
"Min": 1,
"Max": 100,
"Required": true
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Quality": "Tool"
}