Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / EditorTool / EditorTool_Machinima.json

EditorTool_Machinima

Server/Item/Items/EditorTool/EditorTool_Machinima.json, 903 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
Modelstring
Texturestring
MaxStacknumber
PlayerAnimationsIdstring
HudUIarray[1]
BuilderToolobject
Interactionsobject
InteractionConfigobject
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.builderTools.tools.Machinima.name",
    "Description": "server.builderTools.tools.Machinima.description"
  },
  "Icon": "Icons/Items/EditorTools/Machinima.png",
  "Categories": [
    "Tool.Machinima"
  ],
  "SubCategory": "MachinimaTools",
  "Model": "Items/CreativeTools/EditorTool_Machinima.blockymodel",
  "Texture": "Items/CreativeTools/EditorTool_Machinima_Texture.png",
  "MaxStack": 1,
  "PlayerAnimationsId": "Item",
  "HudUI": [
    { "Path": "Hud/ToolsLegends/MachinimaToolLegend.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "Machinima",
    "IsBrush": false
  },
  "Interactions": {
    "Primary": "Builder_Tool",
    "Secondary": "Builder_Tool"
  },
  "InteractionConfig": {
    "DebugOutlines": true,
    "UseDistance": {
      "Adventure": 128,
      "Creative": 128
    },
    "AllEntities": true
  },
  "Quality": "Tool"
}