|
|
@@ -0,0 +1,182 @@
|
|
|
+{
|
|
|
+ "users": {
|
|
|
+ "test": {
|
|
|
+ "password": "testing",
|
|
|
+ "factions": []
|
|
|
+ },
|
|
|
+ "notalex": {
|
|
|
+ "password": "hhhh",
|
|
|
+ "factions": []
|
|
|
+ },
|
|
|
+ "defnotalex": {
|
|
|
+ "password": "hhhh",
|
|
|
+ "factions": []
|
|
|
+ },
|
|
|
+ "josh": {
|
|
|
+ "password": "test",
|
|
|
+ "factions": []
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "votes": {
|
|
|
+ "test": {
|
|
|
+ "factions": [
|
|
|
+ {
|
|
|
+ "name": "Sardakk N’orr",
|
|
|
+ "id": 12
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Yin Brotherhood",
|
|
|
+ "id": 16
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Winnu",
|
|
|
+ "id": 14
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "defnotalex": {
|
|
|
+ "factions": [
|
|
|
+ {
|
|
|
+ "name": "Yssaril Tribes",
|
|
|
+ "id": 17
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Argent Flight",
|
|
|
+ "id": 18
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Naaz-Rokha Alliance",
|
|
|
+ "id": 21
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notalex": {
|
|
|
+ "factions": [
|
|
|
+ {
|
|
|
+ "name": "Yssaril Tribes",
|
|
|
+ "id": 17
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Argent Flight",
|
|
|
+ "id": 18
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Naaz-Rokha Alliance",
|
|
|
+ "id": 21
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "josh": {
|
|
|
+ "factions": [
|
|
|
+ {
|
|
|
+ "name": "Clan of Saar",
|
|
|
+ "id": 3
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Emirates of Hacan",
|
|
|
+ "id": 5
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Embers of Muaat",
|
|
|
+ "id": 4
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "factionChoices": {
|
|
|
+ "test": {
|
|
|
+ "choices": [
|
|
|
+ {
|
|
|
+ "name": "Clan of Saar",
|
|
|
+ "id": 3,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Embers of Muaat",
|
|
|
+ "id": 4,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Empyrean",
|
|
|
+ "id": 19,
|
|
|
+ "unique": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "selected": {
|
|
|
+ "name": "Empyrean",
|
|
|
+ "id": 19,
|
|
|
+ "unique": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defnotalex": {
|
|
|
+ "choices": [
|
|
|
+ {
|
|
|
+ "name": "Yssaril Tribes",
|
|
|
+ "id": 17,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Argent Flight",
|
|
|
+ "id": 18,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Naaz-Rokha Alliance",
|
|
|
+ "id": 21,
|
|
|
+ "unique": false
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "selected": {
|
|
|
+ "name": "Mahact Gene-Sorcerers",
|
|
|
+ "id": 20
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notalex": {
|
|
|
+ "choices": [
|
|
|
+ {
|
|
|
+ "name": "Yssaril Tribes",
|
|
|
+ "id": 17,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Argent Flight",
|
|
|
+ "id": 18,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Naaz-Rokha Alliance",
|
|
|
+ "id": 21,
|
|
|
+ "unique": false
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "selected": {
|
|
|
+ "name": "Naalu Collective",
|
|
|
+ "id": 10
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "josh": {
|
|
|
+ "choices": [
|
|
|
+ {
|
|
|
+ "name": "Clan of Saar",
|
|
|
+ "id": 3,
|
|
|
+ "unique": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Emirates of Hacan",
|
|
|
+ "id": 5,
|
|
|
+ "unique": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Embers of Muaat",
|
|
|
+ "id": 4,
|
|
|
+ "unique": false
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "selected": {
|
|
|
+ "name": "Emirates of Hacan",
|
|
|
+ "id": 5,
|
|
|
+ "unique": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|