Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / Deco / Tinkering_Target_Dummy.json

Tinkering_Target_Dummy

Server/Item/Items/Deco/Tinkering_Target_Dummy.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tinkering_Target_Dummy.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Dummy.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "TimeSeconds": 1,
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Tree_Sap",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Workbench",
        "Categories": [
          "Workbench_Tinkering"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/TrainingDummy.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/TrainingDummy_Default.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Plant_Tall_Full",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ParticleColor": "#65482d",
    "BlockParticleSetId": "Wood",
    "TextureComputedColor": "#67412B"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.47,
    "Translation": [
      0,
      -29.3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}