Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Drops / NPCs / Intelligent / Trork / Drop_Trork_Chieftain.json

Drop_Trork_Chieftain

Server/Drops/NPCs/Intelligent/Trork/Drop_Trork_Chieftain.json, 1.6 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fabric_Scrap_Linen",
              "QuantityMin": 1,
              "QuantityMax": 3
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 5,
        "Containers": [
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Trork_Head",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          },
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Trork_Chest",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          },
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Trork_Hands",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          },
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Trork_Legs",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 15,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Weapon_Battleaxe_Stone_Trork",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      }
    ]
  }
}