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

Food_Pie_Pumpkin

Server/Item/Items/Food/Food_Pie_Pumpkin.json, 1.9 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Food_Pie_Pumpkin.name",
    "Description": "server.items.Food_Pie_Pumpkin.description"
  },
  "Parent": "Template_Food",
  "Interactions": {
    "Secondary": "Root_Secondary_Consume_Food_T3"
  },
  "Quality": "Rare",
  "Icon": "Icons/ItemsGenerated/Food_Pie_Pumpkin.png",
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Consumables/Food/Pie.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Food/Pie_Textures/Pumpkin.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#ca923f",
    "TextureComputedColor": "#9F8465"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Dough",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Crop_Pumpkin_Item",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Spices",
        "Quantity": 1
      },
      {
        "ResourceTypeId": "Fuel",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Cookingbench",
        "Type": "Crafting",
        "Categories": [
          "Baked"
        ]
      }
    ],
    "TimeSeconds": 5,
    "KnowledgeRequired": true
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#A55319",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T3"
        },
        "HealthRegen_TierCheck_T3",
        "FruitVeggie_TierCheck_T3"
      ]
    }
  },
  "ItemLevel": 13,
  "MaxStack": 25,
  "DropOnDeath": true
}