loadouts = [ { "name": "R-99", "type": "light", "challenges": [ "Get 5 kills in a single match with the R-99", "Deal 500 damage with the R-99 in a match" ], "image": "r99_image_url.jpg" }, { "name": "Peacekeeper", "type": "shotgun", "challenges": [ "Eliminate 3 enemies with a single Peacekeeper shot", "Deal 1000 damage with the Peacekeeper in a match" ], "image": "peacekeeper_image_url.jpg" }, { "name": "R-301", "type": "light", "challenges": [ "Get 10 headshot kills with the R-301", "Deal 750 damage with the R-301 in a match" ], "image": "r301_image_url.jpg" }, { "name": "EVA-8 Auto", "type": "shotgun", "challenges": [ "Eliminate an enemy with a single EVA-8 shot", "Deal 800 damage with the EVA-8 in a match" ], "image": "eva8_image_url.jpg" }, { "name": "Wingman", "type": "drop_only", "challenges": [ "Get 5 kills with the Wingman in a match", "Deal 500 damage with the Wingman in a match" ], "image": "wingman_image_url.jpg" } ]