OatmealDome

fest

Nov 5th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. {
  2. _id: ObjectId('6367053db41f5fc582aaa1fe'),
  3. SchemaVersion: 1,
  4. FestivalId: 'JUEA-00002',
  5. AnnounceTime: ISODate('0001-01-01T00:00:00.000Z'),
  6. StartTime: ISODate('0001-01-01T00:00:00.000Z'),
  7. EndTime: ISODate('0001-01-01T00:00:00.000Z'),
  8. ResultsTime: ISODate('0001-01-01T00:00:00.000Z'),
  9. MidtermTime: ISODate('0001-01-01T00:00:00.000Z'),
  10. AlphaTeam: {
  11. LongName: {
  12. JPja: 'Alpha
  13. },
  14. ShortName: {
  15. JPja: 'Alpha'
  16. },
  17. Color: {
  18. Red: 1,
  19. Green: 0,
  20. Blue: 0,
  21. Alpha: 1
  22. }
  23. },
  24. BravoTeam: {
  25. LongName: {
  26. JPja: 'Bravo'
  27. },
  28. ShortName: {
  29. JPja: 'Bravo'
  30. },
  31. Color: {
  32. Red: 0,
  33. Green: 1,
  34. Blue: 0,
  35. Alpha: 1
  36. }
  37. },
  38. CharlieTeam: {
  39. LongName: {
  40. JPja: 'Charlie'
  41. },
  42. ShortName: {
  43. JPja: 'Charlie'
  44. },
  45. Color: {
  46. Red: 0,
  47. Green: 0,
  48. Blue: 1,
  49. Alpha: 1
  50. }
  51. },
  52. NeutralTeam: {
  53. LongName: {
  54. JPja: 'Neutral'
  55. },
  56. ShortName: {
  57. JPja: 'Neutral'
  58. },
  59. Color: {
  60. Red: 0,
  61. Green: 0,
  62. Blue: 0,
  63. Alpha: 1
  64. }
  65. },
  66. Results: {
  67. YobisaiPoints: 10,
  68. PopularityPoints: 10,
  69. WinRegularPoints: 15,
  70. WinChallengePoints: 10,
  71. HasYobisai: true,
  72. AlphaYobisai: 0,
  73. AlphaPopularity: 0,
  74. AlphaWinRegular: 0,
  75. AlphaWinChallenge: 0,
  76. BravoYobisai: 0,
  77. BravoPopularity: 0,
  78. BravoWinRegular: 0,
  79. BravoWinChallenge: 0,
  80. CharlieYobisai: 0,
  81. CharliePopularity: 0,
  82. CharlieWinRegular: 0,
  83. CharlieWinChallenge: 0
  84. },
  85. BaseKey: null,
  86. BeingHeldKey: null,
  87. WinAlphaKey: null,
  88. WinBravoKey: null,
  89. WinCharlieKey: null,
  90. HasSchedule: false,
  91. HasResults: false
  92. }
Advertisement
Add Comment
Please, Sign In to add comment