ti.db 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "users": {
  3. "test": {
  4. "password": "testing",
  5. "factions": []
  6. },
  7. "notalex": {
  8. "password": "hhhh",
  9. "factions": []
  10. },
  11. "defnotalex": {
  12. "password": "hhhh",
  13. "factions": []
  14. },
  15. "josh": {
  16. "password": "test",
  17. "factions": []
  18. }
  19. },
  20. "votes": {
  21. "test": {
  22. "factions": [
  23. {
  24. "name": "Sardakk N’orr",
  25. "id": 12
  26. },
  27. {
  28. "name": "Yin Brotherhood",
  29. "id": 16
  30. },
  31. {
  32. "name": "Winnu",
  33. "id": 14
  34. }
  35. ]
  36. },
  37. "defnotalex": {
  38. "factions": [
  39. {
  40. "name": "Yssaril Tribes",
  41. "id": 17
  42. },
  43. {
  44. "name": "Argent Flight",
  45. "id": 18
  46. },
  47. {
  48. "name": "Naaz-Rokha Alliance",
  49. "id": 21
  50. }
  51. ]
  52. },
  53. "notalex": {
  54. "factions": [
  55. {
  56. "name": "Yssaril Tribes",
  57. "id": 17
  58. },
  59. {
  60. "name": "Argent Flight",
  61. "id": 18
  62. },
  63. {
  64. "name": "Naaz-Rokha Alliance",
  65. "id": 21
  66. }
  67. ]
  68. },
  69. "josh": {
  70. "factions": [
  71. {
  72. "name": "Clan of Saar",
  73. "id": 3
  74. },
  75. {
  76. "name": "Emirates of Hacan",
  77. "id": 5
  78. },
  79. {
  80. "name": "Embers of Muaat",
  81. "id": 4
  82. }
  83. ]
  84. }
  85. },
  86. "factionChoices": {
  87. "test": {
  88. "choices": [
  89. {
  90. "name": "Clan of Saar",
  91. "id": 3,
  92. "unique": false
  93. },
  94. {
  95. "name": "Embers of Muaat",
  96. "id": 4,
  97. "unique": false
  98. },
  99. {
  100. "name": "Empyrean",
  101. "id": 19,
  102. "unique": true
  103. }
  104. ],
  105. "selected": {
  106. "name": "Empyrean",
  107. "id": 19,
  108. "unique": true
  109. }
  110. },
  111. "defnotalex": {
  112. "choices": [
  113. {
  114. "name": "Yssaril Tribes",
  115. "id": 17,
  116. "unique": false
  117. },
  118. {
  119. "name": "Argent Flight",
  120. "id": 18,
  121. "unique": false
  122. },
  123. {
  124. "name": "Naaz-Rokha Alliance",
  125. "id": 21,
  126. "unique": false
  127. }
  128. ],
  129. "selected": {
  130. "name": "Mahact Gene-Sorcerers",
  131. "id": 20
  132. }
  133. },
  134. "notalex": {
  135. "choices": [
  136. {
  137. "name": "Yssaril Tribes",
  138. "id": 17,
  139. "unique": false
  140. },
  141. {
  142. "name": "Argent Flight",
  143. "id": 18,
  144. "unique": false
  145. },
  146. {
  147. "name": "Naaz-Rokha Alliance",
  148. "id": 21,
  149. "unique": false
  150. }
  151. ],
  152. "selected": {
  153. "name": "Naalu Collective",
  154. "id": 10
  155. }
  156. },
  157. "josh": {
  158. "choices": [
  159. {
  160. "name": "Clan of Saar",
  161. "id": 3,
  162. "unique": false
  163. },
  164. {
  165. "name": "Emirates of Hacan",
  166. "id": 5,
  167. "unique": true
  168. },
  169. {
  170. "name": "Embers of Muaat",
  171. "id": 4,
  172. "unique": false
  173. }
  174. ],
  175. "selected": {
  176. "name": "Emirates of Hacan",
  177. "id": 5,
  178. "unique": true
  179. }
  180. }
  181. }
  182. }