Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Recipe / Farming / Recipe_Plant_Seeds_Stamina2.json

Recipe_Plant_Seeds_Stamina2

Server/Item/Items/Recipe/Farming/Recipe_Plant_Seeds_Stamina2.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.RecipeItem.name",
    "NameArguments": {
      "itemName": "server.items.Plant_Seeds_Stamina2.name"
    }
  },
  "Icon": "Icons/ItemsGenerated/Recipe_Plant_Seeds_Stamina2.png",
  "Quality": "Uncommon",
  "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": "Plant_Seeds_Stamina2",
          "Type": "LearnRecipe",
          "Next": {
            "Type": "ModifyInventory",
            "AdjustHeldItemQuantity": -1
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "ItemId": "Plant_Seeds_Stamina2",
          "Type": "LearnRecipe",
          "Next": {
            "Type": "ModifyInventory",
            "AdjustHeldItemQuantity": -1
          }
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Recipe"
    ],
    "Family": [
      "Food"
    ]
  }
}