Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Drops / Ingredients / Wild_Grass_2.json

Wild_Grass_2

Server/Drops/Ingredients/Wild_Grass_2.json, 688 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Multiple",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fibre",
              "QuantityMin": 6,
              "QuantityMax": 9
            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Life_Essence",
              "QuantityMin": 0,
              "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Single",
        "Item": {
          "ItemId": "Plant_Seeds_Wild"
        }
      }
    ]
  }
}