Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Food / Food_Egg.json

Food_Egg

Server/Item/Items/Food/Food_Egg.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
Categoriesarray[1]
InteractionVarsobject
Iconstring
BlockTypeobject
IconPropertiesobject
Tagsobject
MaxStacknumber
Consumableboolean
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Food_Egg.name"
  },
  "Parent": "Template_Food",
  "Quality": "Common",
  "Categories": [
    "Items.Foods"
  ],
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#F2D28E",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T1"
        }
      ]
    }
  },
  "Icon": "Icons/ItemsGenerated/Food_Egg.png",
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Consumables/Food/Egg.blockymodel",
    "CustomModelScale": 0.6,
    "HitboxType": "Food_Medium",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Food/Egg_Texture.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#d97676",
    "TextureComputedColor": "#B36E3E"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.7,
    "Translation": [
      0,
      -5.4
    ]
  },
  "Tags": {
    "Type": [
      "Food"
    ]
  },
  "MaxStack": 25,
  "Consumable": true,
  "DropOnDeath": true
}