[
  {
    "type" : "item_group",
    "id" : "NC_HUNTER_shirt_male",
    "items":[
      ["tshirt", 20],
      ["tank_top", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_shirt_female",
    "items":[
      ["tshirt", 20],
      ["tank_top", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_gloves",
    "items":[
      ["null", 60],
      ["gloves_leather", 20],
      ["gloves_fingerless", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_coat",
    "items":[
      ["null", 20],
      ["hoodie", 20],
      ["jacket_light", 20],
      ["jacket_leather", 20],
      ["trenchcoat", 20],
      ["jacket_jean", 20]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_hat",
    "items":[
      ["null", 40],
      ["hat_ball", 40],
      ["hat_hunting", 40]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_extra",
    "items":[
      ["null", 5],
      ["backpack_leather", 25]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_archery",
    "items":[
      ["crossbow", 20],
      ["shortbow", 5],
      ["compbow", 15],
      ["compositebow", 15],
      ["recurbow", 15],
      ["reflexbow", 10],
      ["longbow", 10],
      ["hand_crossbow", 15],
      ["selfbow", 5]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_rifle",
    "items":[
      ["rifle_22", 5],
      ["rifle_9mm", 5],
      ["ruger_1022", 10],
      ["browning_blr", 10],
      ["remington_700", 10],
      ["savage_111f", 5],
      ["marlin_9a", 25]
    ]
  },{
    "type" : "item_group",
    "id" : "NC_HUNTER_misc",
    "items":[
        ["sinew", 10],
        ["water_clean", 20],
        ["meat_cooked", 10],
        ["meat", 40],
        ["fish_cooked", 10],
        ["fish", 10],
        ["tallow", 10],
        ["fat", 10],
        ["dry_meat", 10],
        ["dry_fish", 10],
        ["dry_veggy", 10],
        ["dry_fruit", 10],
        ["salt", 10],
        ["pepper", 10],
        ["meat_smoked", 10],
        ["meat_smoked", 10],
        ["bone", 10],
        ["fur", 10]
    ]
  }
]
