Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Drops / NPCs / Loadouts / Skeleton_Fighter_Random_Weapon.json

Skeleton_Fighter_Random_Weapon

Server/Drops/NPCs/Loadouts/Skeleton_Fighter_Random_Weapon.json, 652 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Choice",
    "Containers": [
      {
        "Weight": 33,
        "Type": "Single",
        "Item": {
          "ItemId": "Weapon_Sword_Scrap",
          "QuantityMin": 1,
          "QuantityMax": 1
        }
      },
      {
        "Weight": 34,
        "Type": "Single",
        "Item": {
          "ItemId": "Weapon_Club_Iron_Rusty",
          "QuantityMin": 1,
          "QuantityMax": 1
        }
      },
      {
        "Weight": 33,
        "Type": "Single",
        "Item": {
          "ItemId": "Weapon_Sword_Steel_Rusty",
          "QuantityMin": 1,
          "QuantityMax": 1
        }
      }
    ]
  }
}