Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Bench / Bench_Campfire.json

Bench_Campfire

Server/Item/Items/Bench/Bench_Campfire.json, 4.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bench_Campfire.name",
    "Description": "server.items.Bench_Campfire.description"
  },
  "Categories": [
    "Furniture.Benches"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 4
      },
      {
        "ResourceTypeId": "Rubble",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Tools"
        ],
        "Id": "Fieldcraft"
      },
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Survival"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "ParticleColor": "#6b3820",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Benches/Campfire_Billycan.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Benches/Campfire_Billycan_Texture.png"
      }
    ],
    "CustomModelScale": 1,
    "HitboxType": "Bench_Campfire",
    "Flags": {
      "IsStackable": false
    },
    "Bench": {
      "Type": "Processing",
      "AllowNoInputProcessing": true,
      "Input": [
        {
          "FilterValidIngredients": true
        },
        {
          "FilterValidIngredients": true
        }
      ],
      "Fuel": [
        {
          "ResourceTypeId": "Fuel",
          "Icon": "Icons/Processing/FuelSlotIcon.png"
        }
      ],
      "ExtraOutput": {
        "Outputs": [
          {
            "ItemId": "Ingredient_Charcoal"
          }
        ],
        "PerFuelItemsConsumed": 2,
        "IgnoredFuelSources": [
          {
            "ItemId": "Ingredient_Charcoal"
          },
          {
            "ItemId": "Ingredient_Fibre"
          },
          {
            "ItemId": "Ingredient_Tree_Sap"
          }
        ]
      },
      "OutputSlotsCount": 4,
      "Id": "Campfire",
      "LocalOpenSoundEventId": "SFX_Campfire_Open_Local",
      "LocalCloseSoundEventId": "SFX_Campfire_Close_Local",
      "EndSoundEventId": "SFX_Campfire_Processing_End",
      "FailedSoundEventId": "SFX_Campfire_Processing_Failed"
    },
    "BlockEntity": {
      "Components": {
        "BenchBlock": {},
        "ProcessingBenchBlock": {}
      }
    },
    "State": {
      "Definitions": {
        "Processing": {
          "BlockSoundSetId": "Campfire",
          "PhysicalMaterialId": "Wood",
          "Looping": true,
          "Light": {
            "Color": "#ecb"
          },
          "CustomModel": "Blocks/Benches/Campfire_Billycan.blockymodel",
          "CustomModelTexture": [
            {
              "Weight": 1,
              "Texture": "Blocks/Benches/Campfire_Billycan_Texture.png"
            }
          ],
          "AmbientSoundEventId": "SFX_Campfire_Processing",
          "Particles": [
            {
              "SystemId": "Campfire_New_Cartoon",
              "Scale": 1
            }
          ]
        },
        "ProcessCompleted": {
          "Light": {
            "Color": "#ecb"
          },
          "CustomModel": "Blocks/Benches/Campfire_Billycan.blockymodel",
          "CustomModelTexture": [
            {
              "Weight": 1,
              "Texture": "Blocks/Benches/Campfire_Billycan_Texture.png"
            }
          ],
          "Looping": true,
          "Particles": [
            {
              "SystemId": "Campfire_New_Cartoon",
              "Scale": 1
            }
          ]
        }
      }
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Benches"
      }
    },
    "CustomModelAnimation": "Blocks/Animations/Fire/Fire_Burn.blockyanim",
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Wood",
    "VariantRotation": "NESW",
    "Looping": true,
    "Interactions": {
      "Use": "Open_Processing_Bench"
    }
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      -3.9,
      -14.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Bench_Campfire.png",
  "Tags": {
    "Type": [
      "Bench"
    ]
  },
  "MaxStack": 1,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}