Versions / 0.6.0-pre.4 / Item / Items / EditorTool / ScriptedBrushes / EditorTool_ScriptedBrushTemplate.json
EditorTool_ScriptedBrushTemplate
Server/Item/Items/EditorTool/ScriptedBrushes/EditorTool_ScriptedBrushTemplate.json, 2.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Model | string |
Texture | string |
MaxStack | number |
PlayerAnimationsId | string |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
ItemAppearanceConditions | object |
Scale | number |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.ScriptedBrushTemplate.name",
"Description": "server.builderTools.tools.ScriptedBrushTemplate.description"
},
"Icon": "Icons/Items/EditorTools/Paint.png",
"Model": "Items/Tools/Prototype_Teseract_2.blockymodel",
"Texture": "Items/Tools/Prototype_Teseract_3.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"BuilderTool": {
"Id": "ScriptedBrushTemplate",
"IsBrush": true,
"Args": [
{
"Type": "Block",
"Id": "builtin_Material",
"Default": "Rock_Stone",
"AllowPattern": true
},
{
"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_RotationFace",
"Default": "Up",
"Options": ["Up", "Down", "North", "South", "East", "West"]
},
{
"Type": "Option",
"Id": "builtin_Origin",
"Default": "Center",
"Options": ["Center", "Bottom", "Top"]
},
{
"Type": "Option",
"Id": "builtin_MirrorAxis",
"Default": "None",
"Options": ["None", "Auto", "X", "Y", "Z"]
},
{
"Type": "Int",
"Id": "builtin_Thickness",
"Default": 0,
"Min": 0,
"Max": 100
},
{
"Type": "Int",
"Id": "builtin_Density",
"Default": 100,
"Min": 1,
"Max": 100
},
{
"Type": "Int",
"Id": "builtin_Spacing",
"Default": 0,
"Min": 0,
"Max": 200
}
]
},
"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"
}