Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Drops / NPCs / Beast / Drop_Snake_Rattle.json

Drop_Snake_Rattle

Server/Drops/NPCs/Beast/Drop_Snake_Rattle.json, 375 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Sac_Venom",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      }
    ]
  }
}