Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Plant / Crop / Cauliflower / Plant_Seeds_Cauliflower.json

Plant_Seeds_Cauliflower

Server/Item/Items/Plant/Crop/Cauliflower/Plant_Seeds_Cauliflower.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
InteractionVarsobject
Texturestring
Iconstring
IconPropertiesobject
Recipeobject
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Cauliflower.name",
    "Description": "server.items.Plant_Seeds_Cauliflower.description"
  },
  "Parent": "Template_Seeds",
  "Quality": "Junk",
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Cauliflower_Block"
        }
      ]
    }
  },
  "Texture": "Resources/Plants/SeedBag_Textures/Cauliflower.png",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Cauliflower.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0.0,
      30.0,
      15.0
    ],
    "Translation": [
      2.5,
      -11.0
    ]
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 5
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Cauliflower",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ],
        "RequiredTierLevel": 3
      }
    ]
  },
  "ItemLevel": 8
}