Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Ingredient / Ingredient_Stick.json

Ingredient_Stick

Server/Item/Items/Ingredient/Ingredient_Stick.json, 754 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Stick.name"
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Stick.png",
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Items/Ingredients/Stick.blockymodel",
  "Texture": "Items/Ingredients/Stick_Texture.png",
  "PlayerAnimationsId": "Item",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "FuelQuality": 4,
  "IconProperties": {
    "Scale": 1.21,
    "Rotation": [
      67,
      330,
      0
    ],
    "Translation": [
      1.3,
      -1
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}