EditorTool_Selection
Server/Item/Items/EditorTool/EditorTool_Selection.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
MaxStack | number |
PlayerAnimationsId | string |
HudUI | array[1] |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
Texture | string |
Model | string |
Scale | number |
ItemAppearanceConditions | object |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Selection.name",
"Description": "server.builderTools.tools.Selection.description"
},
"Icon": "Icons/Items/EditorTools/Selection.png",
"Categories": [
"Tool.BuilderTool"
],
"SubCategory": "BasicTools",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"HudUI": [
{ "Path": "Hud/ToolsLegends/SelectionToolLegend.ui", "Type": "Legend" }
],
"BuilderTool": {
"Id": "Selection",
"IsBrush": false,
"Args": [
{
"Type": "Bool",
"Id": "KeepEmptyBlocks",
"Default": true
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Texture": "Items/Block_Spawner_Block_Large_Texture.png",
"Model": "Items/Block_Spawner_Block.blockymodel",
"Scale": 0.6,
"ItemAppearanceConditions": {
"Health": [
{
"Condition": [
0,
100.0
],
"ConditionValueType": "Percent",
"ModelVFXId": "Prototype_CreativeTool_Sel_ModelVFX"
}
]
},
"Set": "AAAA30",
"Quality": "Tool"
}