Fix some issues + last stand
Signed-off-by: Josef Fröhle <github@josef-froehle.de>
This commit is contained in:
121
assets/js/map.js
Normal file
121
assets/js/map.js
Normal file
@@ -0,0 +1,121 @@
|
||||
var mapSlots = [{
|
||||
"name" : 'Mage Academy',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Mage Academy',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Lighthouse',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Lighthouse',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Barracks',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Barracks',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Bridge',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bridge',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bridge',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Spring of Elements',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Spring of Elements',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Spring of Elements',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Foundry',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Foundry',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Foundry',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Gates of Nature',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Gates of Nature',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Gates of Nature',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Fire',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Fire',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Fire',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Ice',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Ice',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Ice',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Mage Academy',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Lighthouse',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Barracks',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Bridge',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Spring of Elements',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Foundry',
|
||||
"type" : 'Hero'
|
||||
},{
|
||||
"name" : 'Gates of Nature',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Fire',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Bastion of Ice',
|
||||
"type" : 'Titan'
|
||||
},{
|
||||
"name" : 'Citadel',
|
||||
"type" : 'Hero'
|
||||
}];
|
||||
Reference in New Issue
Block a user