Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Drops / Ingredients / Wild_Grass_1.json

Wild_Grass_1

Server/Drops/Ingredients/Wild_Grass_1.json, 578 B

Fields

FieldType
Containerobject

Source

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