Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Ingredient / Bar / Ingredient_Bar_Thorium.json

Ingredient_Bar_Thorium

Server/Item/Items/Ingredient/Bar/Ingredient_Bar_Thorium.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Recipeobject
ResourceTypesarray[1]
Modelstring
Texturestring
Iconstring
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Bar_Thorium.name",
    "Description": "server.items.Ingredient_Bar_Thorium.description"
  },
  "Categories": [
    "Items"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ore_Thorium",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Processing",
        "Id": "Furnace"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 18
  },
  "ResourceTypes": [
    {
      "Id": "Metal_Bars"
    }
  ],
  "Model": "Resources/Materials/Ingot.blockymodel",
  "Texture": "Resources/Materials/Ingot_Textures/Thorium.png",
  "Icon": "Icons/ItemsGenerated/Ingredient_Bar_Thorium.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 1,
    "Translation": [
      0,
      -3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Ingots",
  "DropOnDeath": true
}