Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Drops / NPCs / Intelligent / Outlander / Drop_Outlander_Hunter.json

Drop_Outlander_Hunter

Server/Drops/NPCs/Intelligent/Outlander/Drop_Outlander_Hunter.json, 626 B

Fields

FieldType
Containerobject

Source

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