EditorTool_Flood
Server/Item/Items/EditorTool/EditorTool_Flood.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Model | string |
Texture | string |
MaxStack | number |
PlayerAnimationsId | string |
BuilderTool | object |
Interactions | object |
InteractionConfig | object |
Set | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.builderTools.tools.Flood.name",
"Description": "server.builderTools.tools.Flood.description"
},
"Icon": "Icons/Items/EditorTools/Flood.png",
"Categories": [
"Tool.BuilderToolSecondPage"
],
"SubCategory": "SpecializedTools",
"Model": "Items/Tools/Brush/Brush.blockymodel",
"Texture": "Items/Tools/Brush/Brush_Texture.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"BuilderTool": {
"Id": "Flood",
"IsBrush": true,
"Args": [
{
"Id": "builtin_Material",
"Type": "Block",
"Default": "Rock_Stone",
"AllowPattern": true
},
{
"Id": "TargetBlock",
"Type": "Block",
"Default": "",
"Required": false
}
]
},
"Interactions": {
"Primary": "Builder_Tool",
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Set": "AAAAD",
"Quality": "Tool"
}