Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Drops / NPCs / Undead / Drop_Horse_Skeleton.json

Drop_Horse_Skeleton

Server/Drops/NPCs/Undead/Drop_Horse_Skeleton.json, 379 B

Fields

FieldType
Containerobject

Source

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