Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Plant / Crop / Stamina2 / Plant_Seeds_Stamina2.json

Plant_Seeds_Stamina2

Server/Item/Items/Plant/Crop/Stamina2/Plant_Seeds_Stamina2.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Stamina2.name",
    "Description": "server.items.Plant_Seeds_Stamina2.description"
  },
  "Quality": "Junk",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition_Crystal"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Stamina2_Block"
        }
      ]
    }
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Storm_Cap.png",
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 1.1,
    "Translation": [
      2.5,
      -11
    ],
    "Rotation": [
      0,
      30,
      15
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Stamina2.png",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Void_Essence",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Alchemybench",
        "Categories": [
          "Alchemy_Seeds"
        ],
        "RequiredTierLevel": 4
      }
    ],
    "OutputQuantity": 2
  },
  "ItemLevel": 5
}