{
  "campaign": {
    "masteryCamos": [
      { 
        "id": "molten_gold", 
        "name": "Molten Gold", 
        "challenge": "Eliminate 20 Special enemies",
        "requirement": "Complete all 9 Military + 3 Special camos for this weapon"
      },
      { 
        "id": "moonstone", 
        "name": "Moonstone", 
        "challenge": "In Endgame, Eliminate 100 Zone III or Zone IV enemies",
        "requirement": "Complete Molten Gold on all weapons of the same type"
      },
      { 
        "id": "chroma_flux", 
        "name": "Chroma Flux", 
        "challenge": "In Endgame, Eliminate 10 Elite enemies",
        "requirement": "Complete Moonstone on 30 weapons total"
      },
      { 
        "id": "genesis", 
        "name": "Genesis", 
        "challenge": "Unlock Chroma Flux on 30 total weapons",
        "requirement": "Complete Chroma Flux on 30 total weapons - NO INDIVIDUAL WEAPON CHALLENGE"
      }
    ]
  },
  "multiplayer": {
    "masteryCamos": [
      { 
        "id": "shattered_gold", 
        "name": "Shattered Gold", 
        "challenge": "Get 3 kills without dying 10 times",
        "requirement": "Complete all 9 Military + 3 Special camos for this weapon"
      },
      { 
        "id": "arclight", 
        "name": "Arclight", 
        "challenge": "Get 10 Double Kills or better",
        "requirement": "Complete Shattered Gold on all weapons of the same type"
      },
      { 
        "id": "tempest", 
        "name": "Tempest", 
        "challenge": "Get 5 Kills without dying 3 times",
        "requirement": "Complete Arclight on 30 weapons total"
      },
      { 
        "id": "singularity", 
        "name": "Singularity", 
        "challenge": "Unlock Tempest on 30 total weapons",
        "requirement": "Complete Tempest on 30 total weapons - NO INDIVIDUAL WEAPON CHALLENGE"
      }
    ]
  },
  "zombies": {
    "masteryCamos": [
      { 
        "id": "golden_dragon", 
        "name": "Golden Dragon", 
        "challenge": "Get 10 Kills rapidly 15 times",
        "requirement": "Complete all 9 Military + 3 Special camos for this weapon"
      },
      { 
        "id": "bloodstone", 
        "name": "Bloodstone", 
        "challenge": "Get 20 or more consecutive kills without taking damage 5 times",
        "requirement": "Complete Golden Dragon on all weapons of the same type"
      },
      { 
        "id": "doomsteel", 
        "name": "Doomsteel", 
        "challenge": "Eliminate 10 Elite Zombies",
        "requirement": "Complete Bloodstone on 30 weapons total"
      },
      { 
        "id": "infestation", 
        "name": "Infestation", 
        "challenge": "Unlock Doomsteel on 30 total weapons",
        "requirement": "Complete Doomsteel on 30 total weapons - NO INDIVIDUAL WEAPON CHALLENGE"
      }
    ]
  },
  "warzone": {
    "masteryCamos": [
      { 
        "id": "golden_damascus", 
        "name": "Golden Damascus", 
        "challenge": "Get 3 Kills in a single match 5 times",
        "requirement": "Complete all 9 Military + 3 Special camos for this weapon"
      },
      { 
        "id": "starglass", 
        "name": "Starglass", 
        "challenge": "Get 2 Kills within 90 seconds 5 times",
        "requirement": "Complete Golden Damascus on all weapons of the same type"
      },
      { 
        "id": "absolute_zero", 
        "name": "Absolute Zero", 
        "challenge": "Get 10 Eliminations while in the Top 10",
        "requirement": "Complete Starglass on 30 weapons total"
      },
      { 
        "id": "apocalypse", 
        "name": "Apocalypse", 
        "challenge": "Unlock Absolute Zero on 30 total weapons",
        "requirement": "Complete Absolute Zero on 30 total weapons - NO INDIVIDUAL WEAPON CHALLENGE"
      }
    ]
  }
}