ti.db 4.8 KB

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