Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Recipe / Food / Recipe_Food_Pie_Apple.json

Recipe_Food_Pie_Apple

Server/Item/Items/Recipe/Food/Recipe_Food_Pie_Apple.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Qualitystring
Categoriesarray[1]
PlayerAnimationsIdstring
Modelstring
Texturestring
IconPropertiesobject
Consumableboolean
Interactionsobject
Tagsobject
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.RecipeItem.name",
    "NameArguments": {
      "itemName": "server.items.Food_Pie_Apple.name"
    },
    "Description": "server.items.Recipe_Food_Pie_Apple.description"
  },
  "Icon": "Icons/ItemsGenerated/Recipe_Food_Pie_Apple.png",
  "Quality": "Rare",
  "Categories": [
    "Items.Recipes"
  ],
  "PlayerAnimationsId": "Item",
  "Model": "Items/Consumables/Recipes/Recipe.blockymodel",
  "Texture": "Items/Consumables/Recipes/Recipe_Texture.png",
  "IconProperties": {
    "Scale": 0.76,
    "Rotation": [
      135,
      135,
      0
    ],
    "Translation": [
      -1,
      5
    ]
  },
  "Consumable": true,
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "ItemId": "Food_Pie_Apple",
          "Type": "LearnRecipe",
          "Next": {
            "Type": "ModifyInventory",
            "AdjustHeldItemQuantity": -1
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "ItemId": "Food_Pie_Apple",
          "Type": "LearnRecipe",
          "Next": {
            "Type": "ModifyInventory",
            "AdjustHeldItemQuantity": -1
          }
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Recipe"
    ],
    "Family": [
      "Food"
    ]
  },
  "MaxStack": 10
}