Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Drops / NPCs / Flying_Critter / Drop_Woodpecker.json

Drop_Woodpecker

Server/Drops/NPCs/Flying_Critter/Drop_Woodpecker.json, 676 B

Fields

FieldType
Containerobject

Source

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