Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Drops / Ingredients / Wild_Grass_3.json

Wild_Grass_3

Server/Drops/Ingredients/Wild_Grass_3.json, 714 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Multiple",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fibre",
              "QuantityMin": 10,
              "QuantityMax": 15
            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Life_Essence",
              "QuantityMin": 0,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Plant_Seeds_Wild"
            }
          }
        ]
      }
    ]
  }
}