Versions / 0.6.0-pre.8.1 / Item / Items / EditorTool / ScriptedBrushes / Examples / EditorTool_ExampleToolArg.json
EditorTool_ExampleToolArg
Server/Item/Items/EditorTool/ScriptedBrushes/Examples/EditorTool_ExampleToolArg.json, 2.1 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.ExampleToolArg.name",
"Description": "server.builderTools.tools.ExampleToolArg.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": "Paint",
"IsBrush": true,
"BrushConfigurationCommand": "ExampleToolArgBrush",
"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": "Int",
"Id": "builtin_Density",
"Default": 100,
"Min": 1,
"Max": 100
},
{
"Type": "Bool",
"Id": "EnableFeature",
"Default": false
},
{
"Type": "Option",
"Id": "BrushMode",
"Default": "Normal",
"Options": [
"Normal",
"Smooth",
"Rough"
]
}
]
},
"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"
}