Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Ingredient / Feathers / Ingredient_Feathers_Dark.json

Ingredient_Feathers_Dark

Server/Item/Items/Ingredient/Feathers/Ingredient_Feathers_Dark.json, 631 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Feathers_Dark.name"
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Feathers_Dark.png",
  "Model": "Resources/Materials/Feather.blockymodel",
  "Texture": "Resources/Materials/Feather_Textures/Black.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      4,
      0
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "DropOnDeath": true
}