apex_lottery/data/legends.json

186 lines
4.6 KiB
JSON

legends = [
{
"name": "wraith",
"type": "skirmisher",
"challenges": [
"Win a match without taking damage",
"Eliminate 5 enemies in a single match"
],
"loadouts": [],
"image": "img/legends/Wraith_Legend_Card.png"
},
{
"name": "bangalore",
"type": "assault",
"challenges": [
"Survive for 10 minutes without dealing damage",
"Revive 3 teammates in a single match"
],
"loadouts": [],
"image": "img/legends/Bangalore_Legend_Card.png"
},
{
"name": "bloodhound",
"type": "recon",
"challenges": [
"Scan 10 enemy tracks",
"Deal damage with Beast of the Hunt active"
],
"loadouts": [],
"image": "img/legends/Bloodhound_Legend_Card.png"
},
{
"name": "ash",
"image": "img/legends/Ash_Legend_Card.png",
"type": "assault",
"challenges": [],
"loadouts": []
},
{
"name": "ballistic",
"image": "img/legends/Ballistic_Legend_Card.png",
"type": "assault",
"challenges": [],
"loadouts": []
},
{
"name": "catalyst",
"image": "img/legends/Catalyst_Legend_Card.png",
"type": "controller",
"challenges": [],
"loadouts": []
},
{
"name": "caustic",
"image": "img/legends/Caustic_Legend_Card.png",
"type": "controller",
"challenges": [],
"loadouts": []
},
{
"name": "conduit",
"image": "img/legends/Conduit_Legend_Card.png",
"type": "support",
"challenges": [],
"loadouts": []
},
{
"name": "crypto",
"image": "img/legends/Crypto_Legend_Card.png",
"type": "recon",
"challenges": [],
"loadouts": []
},
{
"name": "fuse",
"image": "img/legends/Fuse_Legend_Card.png",
"type": "assault",
"challenges": [],
"loadouts": []
},
{
"name": "gibraltar",
"image": "img/legends/Gibraltar_Legend_Card.png",
"type": "support",
"challenges": [],
"loadouts": []
},
{
"name": "horizon",
"image": "img/legends/Horizon_Legend_Card.png",
"type": "skirmisher",
"challenges": [],
"loadouts": []
},
{
"name": "lifeline",
"image": "img/legends/Lifeline_Legend_Card.png",
"type": "support",
"challenges": [],
"loadouts": []
},
{
"name": "loba",
"image": "img/legends/Loba_Legend_Card.png",
"type": "support",
"challenges": [],
"loadouts": []
},
{
"name": "mad Maggie",
"image": "img/legends/Mad_Maggie_Legend_Card.png",
"type": "assault",
"challenges": [],
"loadouts": []
},
{
"name": "mirage",
"image": "img/legends/Mirage_Legend_Card.png",
"type": "support",
"challenges": [],
"loadouts": []
},
{
"name": "newcastle",
"image": "img/legends/Newcastle_Legend_Card.png",
"type": "support",
"challenges": [],
"loadouts": []
},
{
"name": "octane",
"image": "img/legends/Octane_Legend_Card.png",
"type": "skirmisher",
"challenges": [],
"loadouts": []
},
{
"name": "pathfinder",
"image": "img/legends/Pathfinder_Legend_Card.png",
"type": "skirmisher",
"challenges": [],
"loadouts": []
},
{
"name": "rampart",
"image": "img/legends/Rampart_Legend_Card.png",
"type": "controller",
"challenges": [],
"loadouts": []
},
{
"name": "revenant",
"image": "img/legends/Revenant_Legend_Card.png",
"type": "skirmisher",
"challenges": [],
"loadouts": []
},
{
"name": "seer",
"image": "img/legends/Seer_Legend_Card.png",
"type": "recon",
"challenges": [],
"loadouts": []
},
{
"name": "valkyrie",
"image": "img/legends/Valkyrie_Legend_Card.png",
"type": "skirmisher",
"challenges": [],
"loadouts": []
},
{
"name": "vantage",
"image": "img/legends/Vantage_Legend_Card.png",
"type": "recon",
"challenges": [],
"loadouts": []
},
{
"name": "wattson",
"image": "img/legends/Wattson_Legend_Card.png",
"type": "controller",
"challenges": [],
"loadouts": []
}
]