EditorTool_Sculpt
Server/Item/Items/EditorTool/EditorTool_Sculpt.json, 2.7 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.Sculpt.name",
"Description": "server.builderTools.tools.Sculpt.description"
},
"Icon": "Icons/Items/EditorTools/Sculpt.png",
"Categories": [
"Tool.BuilderTool"
],
"SubCategory": "BasicTools",
"Model": "Items/Tools/Brush/Brush.blockymodel",
"Texture": "Items/Tools/Brush/Brush_Texture.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"HudUI": [
{ "Path": "Hud/ToolsLegends/SculptBrushLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Sculpt",
"IsBrush": true,
"Args": [
{
"Type": "Int",
"Id": "erosionStrength",
"Required": true,
"Default": 10,
"Min": -10,
"Max": 10
},
{
"Type": "Block",
"Id": "builtin_Material",
"Default": "Rock_Stone",
"AllowPattern": true
},
{
"Type": "Int",
"Id": "builtin_Width",
"Default": 10,
"Min": 1,
"Max": 100
},
{
"Type": "Int",
"Id": "builtin_Height",
"Default": 10,
"Min": 1,
"Max": 100
},
{
"Type": "Option",
"Id": "builtin_Shape",
"Default": "Sphere",
"Options": [
"Cube",
"Sphere",
"Cylinder",
"Cone",
"InvertedCone",
"Pyramid",
"InvertedPyramid",
"Dome",
"InvertedDome",
"Diamond",
"Torus"
]
},
{
"Type": "Option",
"Id": "builtin_Origin",
"Default": "Center",
"Options": ["Center", "Bottom", "Top"]
},
{
"Type": "Bool",
"Id": "useExistingBlocks",
"Required": true,
"Default": true
},
{
"Type": "Option",
"Id": "mode",
"Default": "Full",
"Required": true,
"Options": [
"Full",
"Heightmap",
"Flat"
]
},
{
"Type": "Option",
"Id": "sampling",
"Default": "Normal",
"Required": true,
"Options": [
"Normal",
"Uniform",
"Gaussian",
"Neighbor",
"Square"
]
},
{
"Type": "Option",
"Id": "fluidMode",
"Default": "Fix",
"Required": true,
"Options": [
"Fix",
"Remove",
"Ignore"
]
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Set": "AAAA25",
"Quality": "Tool"
}