| @@ -16,6 +16,7 @@ const BOT = 'bottom' | |||||
| export default { | export default { | ||||
| alteracPass: { | alteracPass: { | ||||
| name: 'Alterac Pass', | name: 'Alterac Pass', | ||||
| backgroundUrl: '/static/backgrounds/alterac-pass.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.cavalryPrison | MAP.cavalryPrison | ||||
| @@ -34,6 +35,7 @@ export default { | |||||
| }, | }, | ||||
| battlefieldOfEternity: { | battlefieldOfEternity: { | ||||
| name: 'Battlefield of Eternity', | name: 'Battlefield of Eternity', | ||||
| backgroundUrl: '/static/backgrounds/battlefield-of-eternity.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.immortals | MAP.immortals | ||||
| @@ -52,6 +54,7 @@ export default { | |||||
| }, | }, | ||||
| blackheartSBay: { | blackheartSBay: { | ||||
| name: "Blackheart's Bay", | name: "Blackheart's Bay", | ||||
| backgroundUrl: '/static/backgrounds/blackhearts-bay.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| CAMPS.graveGolem | CAMPS.graveGolem | ||||
| @@ -75,6 +78,7 @@ export default { | |||||
| }, | }, | ||||
| gardenOfTerror: { | gardenOfTerror: { | ||||
| name: 'Garden of Terror', | name: 'Garden of Terror', | ||||
| backgroundUrl: '/static/backgrounds/garden-of-terror.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| {...CAMPS.giants, position: 'blue top'}, | {...CAMPS.giants, position: 'blue top'}, | ||||
| @@ -94,6 +98,7 @@ export default { | |||||
| }, | }, | ||||
| hanamuraTemple: { | hanamuraTemple: { | ||||
| name: 'Hanamura Temple', | name: 'Hanamura Temple', | ||||
| backgroundUrl: '/static/backgrounds/hanamura.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| {...CAMPS.fortifiaction, position: TOP} | {...CAMPS.fortifiaction, position: TOP} | ||||
| @@ -113,6 +118,7 @@ export default { | |||||
| }, | }, | ||||
| volskayaFoundry: { | volskayaFoundry: { | ||||
| name: 'Volskaya Foundry', | name: 'Volskaya Foundry', | ||||
| backgroundUrl: '/static/backgrounds/volskaya.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.capturePoints | MAP.capturePoints | ||||
| @@ -141,6 +147,7 @@ export default { | |||||
| }, | }, | ||||
| towersOfDoom: { | towersOfDoom: { | ||||
| name: 'Towers of Doom', | name: 'Towers of Doom', | ||||
| backgroundUrl: '/static/backgrounds/towers-of-doom.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.altars | MAP.altars | ||||
| @@ -159,6 +166,7 @@ export default { | |||||
| }, | }, | ||||
| infernalShrines: { | infernalShrines: { | ||||
| name: 'Infernal Shrines', | name: 'Infernal Shrines', | ||||
| backgroundUrl: '/static/backgrounds/infernal-shrines.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.shrine | MAP.shrine | ||||
| @@ -178,6 +186,7 @@ export default { | |||||
| }, | }, | ||||
| tombOfTheSpiderQueen: { | tombOfTheSpiderQueen: { | ||||
| name: 'Tomb of the Spider Queen', | name: 'Tomb of the Spider Queen', | ||||
| backgroundUrl: '/static/backgrounds/tomb-of-spider-queen.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| CAMPS.sandGolem | CAMPS.sandGolem | ||||
| @@ -193,6 +202,7 @@ export default { | |||||
| }, | }, | ||||
| skyTemple: { | skyTemple: { | ||||
| name: 'Sky Temple', | name: 'Sky Temple', | ||||
| backgroundUrl: '/static/backgrounds/sky-temple.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.temples | MAP.temples | ||||
| @@ -212,6 +222,7 @@ export default { | |||||
| }, | }, | ||||
| dragonShire: { | dragonShire: { | ||||
| name: 'Dragon Shire', | name: 'Dragon Shire', | ||||
| backgroundUrl: '/static/backgrounds/dragon-shire.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| MAP.dragon | MAP.dragon | ||||
| @@ -228,6 +239,7 @@ export default { | |||||
| }, | }, | ||||
| cursedHollow: { | cursedHollow: { | ||||
| name: 'Cursed Hollow', | name: 'Cursed Hollow', | ||||
| backgroundUrl: '/static/backgrounds/cursed-hollow.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| {...CAMPS.graveGolem, position: RED} | {...CAMPS.graveGolem, position: RED} | ||||
| @@ -247,6 +259,7 @@ export default { | |||||
| }, | }, | ||||
| braxisHoldout: { | braxisHoldout: { | ||||
| name: 'Braxis Holdout', | name: 'Braxis Holdout', | ||||
| backgroundUrl: '/static/backgrounds/braxis-holdout.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| {...CAMPS.goliaths, position: BLUE}, | {...CAMPS.goliaths, position: BLUE}, | ||||
| @@ -263,6 +276,7 @@ export default { | |||||
| }, | }, | ||||
| warheadJunction: { | warheadJunction: { | ||||
| name: 'Warhead Junction', | name: 'Warhead Junction', | ||||
| backgroundUrl: '/static/backgrounds/warhead-junction.jpg', | |||||
| objectives: [ | objectives: [ | ||||
| [ | [ | ||||
| {...CAMPS.slime, position: TOP} | {...CAMPS.slime, position: TOP} | ||||