[
  {
    "type" : "item_group",
    "id" : "NC_COWBOY_pants_male",
    "items":[
      ["jeans", 70],
      ["pants", 20],
      ["pants_leather", 20],
      ["pants_cargo", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_pants_female",
    "items":[
      ["jeans", 70],
      ["pants", 20],
      ["pants_leather", 20],
      ["pants_cargo", 20],
      ["skirt", 10]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_shoes",
    "items":[
      ["sneakers", 20],
      ["boots", 60]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_shirt_male",
    "items":[
      ["tshirt", 60],
      ["polo_shirt", 20],
      ["dress_shirt", 20],
      ["tank_top", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_shirt_female",
    "items":[
      ["tshirt", 60],
      ["polo_shirt", 20],
      ["dress_shirt", 20],
      ["tank_top", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_gloves",
    "items":[
      ["null", 20],
      ["gloves_leather", 60],
      ["gloves_fingerless", 20],
      ["fire_gauntlets", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_coat",
    "items":[
      ["null", 20],
      ["hoodie", 20],
      ["jacket_light", 20],
      ["jacket_leather", 20],
      ["trenchcoat", 20],
      ["jacket_jean", 60],
      ["kevlar", 5]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_extra",
    "items":[
      ["null", 75],
      ["backpack", 10],
      ["backpack_leather", 10],
      ["holster", 25]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_COWBOY_hat",
    "items":[
      ["cowboy_hat", 60],
      ["hat_ball", 10],
      ["hat_hard", 10],
      ["helmet_bike", 10],
      ["null", 10],
      ["helmet_motor", 10],
      ["hat_hunting", 10]
    ]
  }
]
