Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Plant / Crop / Onion / Plant_Seeds_Onion_Eternal.json

Plant_Seeds_Onion_Eternal

Server/Item/Items/Plant/Crop/Onion/Plant_Seeds_Onion_Eternal.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Categoriesarray[1]
Interactionsobject
InteractionVarsobject
Modelstring
Texturestring
PlayerAnimationsIdstring
Iconstring
IconPropertiesobject
Tagsobject
ItemEntityobject
Recipeobject
ItemLevelnumber
Scalenumber
Particlesarray[1]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Onion_Eternal.name",
    "Description": "server.items.Plant_Seeds_Onion_Eternal.description"
  },
  "Quality": "Uncommon",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Onion_Block_Eternal"
        }
      ]
    }
  },
  "Model": "Resources/Ingredients/Onion_Seed.blockymodel",
  "Texture": "Resources/Ingredients/Onion_Texture.png",
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Onion_Eternal.png",
  "IconProperties": {
    "Scale": 1,
    "Rotation": [
      17,
      45,
      17
    ],
    "Translation": [
      0,
      -2.7
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 100
      },
      {
        "ItemId": "Plant_Crop_Onion_Item",
        "Quantity": 50
      },
      {
        "ItemId": "Plant_Seeds_Onion",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Onion_Eternal",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "RequiredTierLevel": 8,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ]
      }
    ],
    "RequiredMemoriesLevel": 6
  },
  "ItemLevel": 28,
  "Scale": 1.0,
  "Particles": [
    {
      "SystemId": "Seeds_Eternal",
      "Scale": 0.2,
      "PositionOffset": {
        "Y": 0.2
      }
    }
  ]
}