Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Food / Food_Salad_Berry.json

Food_Salad_Berry

Server/Item/Items/Food/Food_Salad_Berry.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Food_Salad_Berry.name",
    "Description": "server.items.Food_Salad_Berry.description"
  },
  "Parent": "Template_Food",
  "Interactions": {
    "Secondary": "Root_Secondary_Consume_Food_T2"
  },
  "Quality": "Uncommon",
  "Icon": "Icons/ItemsGenerated/Food_Salad_Berry.png",
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Consumables/Food/Salad_Berries.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Food/Salad_Berries_Texture.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#a0784d"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#7EBB4F",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T2"
        },
        "HealthRegen_TierCheck_T2",
        "FruitVeggie_TierCheck_T2"
      ]
    }
  },
  "Recipe": {
    "TimeSeconds": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Cookingbench",
        "Categories": [
          "Prepared"
        ]
      }
    ],
    "Input": [
      {
        "ItemId": "Plant_Crop_Lettuce_Item"
      },
      {
        "ItemId": "Plant_Fruit_Berries_Red",
        "Quantity": 5
      }
    ],
    "Output": [
      {
        "ItemId": "Food_Salad_Berry"
      }
    ]
  },
  "ItemLevel": 6,
  "MaxStack": 25,
  "DropOnDeath": true
}