Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Drops / NPCs / Intelligent / Goblin / Drop_Goblin_Hermit.json

Drop_Goblin_Hermit

Server/Drops/NPCs/Intelligent/Goblin/Drop_Goblin_Hermit.json, 921 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Food_Wildmeat_Cooked",
              "QuantityMin": 1,
              "QuantityMax": 4

            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 15,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Weapon_Shield_Scrap"
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fabric_Scrap_Linen",
              "QuantityMin": 1,
              "QuantityMax": 3
            }
          }
        ]
      }
    ]
  }
}