| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- {
- "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
- }
- }
- }
- }
|