Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Food / Food_Kebab_Vegetable.json

Food_Kebab_Vegetable

Server/Item/Items/Food/Food_Kebab_Vegetable.json, 2.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Interactionsobject
Qualitystring
Iconstring
PlayerAnimationsIdobject
BlockTypeobject
InteractionVarsobject
Recipeobject
ItemLevelnumber
MaxStacknumber
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Food_Kebab_Vegetable.name",
    "Description": "server.items.Food_Kebab_Vegetable.description"
  },
  "Parent": "Template_Food",
  "Interactions": {
    "Secondary": "Root_Secondary_Consume_Food_T2"
  },
  "Quality": "Uncommon",
  "Icon": "Icons/ItemsGenerated/Food_Skewer_Vegetable.png",
  "PlayerAnimationsId": {
    "Parent": "Item",
    "Animations": {
      "Consume": {
        "FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Eat_Side/Eat_Side_FPS.blockyanim",
        "ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Eat_Side/Eat_Side.blockyanim",
        "Speed": 1,
        "Looping": true
      }
    }
  },
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Consumables/Food/Vegetable_Skewer.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Food/Vegetable_Skewer_Vegetable.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#f2de88",
    "TextureComputedColor": "#B75C33"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#DDD994",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T2"
        },
        "HealthRegen_TierCheck_T2",
        "FruitVeggie_TierCheck_T2"
      ]
    }
  },
  "Recipe": {
    "TimeSeconds": 1,
    "Input": [
      {
        "ItemId": "Ingredient_Stick"
      },
      {
        "ResourceTypeId": "Vegetables",
        "Quantity": 4
      }
    ],
    "Output": [
      {
        "ItemId": "Food_Kebab_Vegetable"
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Cookingbench",
        "Categories": [
          "Prepared"
        ]
      }
    ]
  },
  "ItemLevel": 4,
  "MaxStack": 25,
  "DropOnDeath": true
}