EditorTool_Mountain
Server/Item/Items/EditorTool/ScriptedBrushes/EditorTool_Mountain.json, 2.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 |
ItemAppearanceConditions | object |
Scale | number |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Mountain.name",
"Description": "server.builderTools.tools.Mountain.description"
},
"Icon": "Icons/Items/EditorTools/Paint.png",
"Categories": [
"Tool.BuilderTool"
],
"SubCategory": "Terrain",
"Model": "Items/Tools/Prototype_Teseract_2.blockymodel",
"Texture": "Items/Tools/Prototype_Teseract_3.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"HudUI": [
{ "Path": "Hud/ToolsLegends/ScriptedBrushes/MountainBrushLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Paint",
"IsBrush": true,
"BrushConfigurationCommand": "MountainBrush",
"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": "Option",
"Id": "builtin_Origin",
"Default": "Center",
"Options": ["Center", "Bottom", "Top"]
},
{
"Type": "Block",
"Id": "1stLayer",
"Default": "Soil_Grass",
"AllowPattern": true
},
{
"Type": "Block",
"Id": "2ndLayer",
"Default": "Soil_Dirt",
"AllowPattern": true
},
{
"Type": "Block",
"Id": "3rdLayer",
"Default": "Rock_Stone",
"AllowPattern": true
},
{
"Type": "Int",
"Id": "abNumPoints",
"Default": 0,
"Min": 0,
"Max": 15
},
{
"Type": "Int",
"Id": "bbRadius",
"Default": 5,
"Min": 1,
"Max": 50
},
{
"Type": "Int",
"Id": "ccSmoothness",
"Default": 1,
"Min": 0,
"Max": 5
}
]
},
"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"
}