EditorTool_Line
Server/Item/Items/EditorTool/EditorTool_Line.json, 2.4 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 |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Line.name",
"Description": "server.builderTools.tools.Line.description"
},
"Icon": "Icons/Items/EditorTools/Laser.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/LineBrushLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Line",
"IsBrush": false,
"Args": [
{
"Type": "Block",
"Id": "aLineMaterial",
"Default": "Rock_Stone",
"AllowPattern": true
},
{
"Type": "Int",
"Id": "bLineWidth",
"Default": 1,
"Min": 1,
"Max": 50
},
{
"Type": "Int",
"Id": "cLineHeight",
"Default": 1,
"Min": 1,
"Max": 50
},
{
"Type": "Option",
"Id": "dLineShape",
"Default": "Cube",
"Options": [
"Cube",
"Sphere",
"Cylinder",
"Cone",
"InvertedCone",
"Pyramid",
"InvertedPyramid",
"Dome",
"InvertedDome",
"Diamond",
"Torus"
]
},
{
"Type": "Option",
"Id": "eLineOrigin",
"Default": "Center",
"Options": [
"Center",
"Bottom",
"Top"
]
},
{
"Type": "Int",
"Id": "fLineWallThickness",
"Default": 0,
"Min": 0,
"Max": 50
},
{
"Type": "Int",
"Id": "gLineSpacing",
"Default": 1,
"Min": 1,
"Max": 50
},
{
"Type": "Int",
"Id": "hLineDensity",
"Default": 100,
"Min": 1,
"Max": 100
},
{
"Type": "Option",
"Id": "iLineType",
"Default": "Split",
"Options": [
"Continous",
"Split",
"Origin"
]
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Set": "AAAA40",
"Quality": "Tool"
}