Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Plant / Crop / Wheat / Plant_Seeds_Wheat_Eternal.json

Plant_Seeds_Wheat_Eternal

Server/Item/Items/Plant/Crop/Wheat/Plant_Seeds_Wheat_Eternal.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Wheat_Eternal.name",
    "Description": "server.items.Plant_Seeds_Wheat_Eternal.description"
  },
  "Quality": "Uncommon",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Wheat_Block_Eternal"
        }
      ]
    }
  },
  "Utility": {
    "Compatible": true
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Wheat_Eternal.png",
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Wheat_Eternal.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0,
      30,
      15
    ],
    "Translation": [
      2.5,
      -11
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 20
      },
      {
        "ItemId": "Plant_Crop_Wheat_Item",
        "Quantity": 10
      },
      {
        "ItemId": "Plant_Seeds_Wheat",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Wheat_Eternal",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "RequiredTierLevel": 2,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ]
      }
    ],
    "RequiredMemoriesLevel": 2
  },
  "ItemLevel": 6,
  "Scale": 1.0,
  "Particles": [
    {
      "SystemId": "Seeds_Eternal",
      "Scale": 0.2,
      "PositionOffset": {
        "Y": 0.2
      }
    }
  ]
}