gistfile1.txt
· 2.7 KiB · Text
Bruto
{
"2026-W23": {
"weekKey": "2026-W23",
"entries": {
"capella": [
{
"userKey": "zephyr",
"characterName": "XefronYokuda",
"class": "FA",
"nation": "Capella",
"weeklyPoints": 6126,
"tgCount": 4,
"currentRank": 1,
"previousRank": 3
},
{
"userKey": "dey",
"characterName": "«Deystroyer»",
"class": "BL",
"nation": "Capella",
"weeklyPoints": 4940,
"tgCount": 3,
"currentRank": 2,
"previousRank": 2
},
{
"userKey": "keira",
"characterName": "«Keira»",
"class": "WI",
"nation": "Capella",
"weeklyPoints": 4000,
"tgCount": 2,
"currentRank": 3,
"previousRank": 1
},
{
"userKey": "sean",
"characterName": "»No.1«",
"class": "FB",
"nation": "Capella",
"weeklyPoints": 1666,
"tgCount": 1,
"currentRank": 4,
"previousRank": 4
}
],
"procyon": [
{
"userKey": "flash",
"characterName": "»Flash«",
"class": "WI",
"nation": "Procyon",
"weeklyPoints": 8872,
"tgCount": 3,
"currentRank": 1,
"previousRank": 1
},
{
"userKey": "invicjusz",
"characterName": "«Flash»",
"class": "FB",
"nation": "Procyon",
"weeklyPoints": 2503,
"tgCount": 2,
"currentRank": 3,
"previousRank": 3
},
{
"userKey": "ayana",
"characterName": "«MonkeyHunter»",
"class": "DM",
"nation": "Procyon",
"weeklyPoints": 4741,
"tgCount": 2,
"currentRank": 2,
"previousRank": 2
}
]
},
"scoreIndex": {
"»Flash«": [
"2026-06-01-20",
"2026-06-02-20",
"2026-06-03-20"
],
"«Flash»": [
"2026-06-01-20",
"2026-06-02-20"
],
"«MonkeyHunter»": [
"2026-06-01-20",
"2026-06-02-20"
],
"XefronYokuda": [
"2026-06-01-20",
"2026-06-02-20",
"2026-06-03-20",
"2026-06-04-16"
],
"«Deystroyer»": [
"2026-06-01-20",
"2026-06-02-20",
"2026-06-03-20"
],
"«Keira»": [
"2026-06-01-20",
"2026-06-02-20"
],
"»No.1«": [
"2026-06-02-20"
]
},
"bringer": {
"capella": null,
"procyon": null,
"procyonOverride": "»Flash«",
"capellaOverride": "XefronYokuda"
}
}
}
| 1 | { |
| 2 | "2026-W23": { |
| 3 | "weekKey": "2026-W23", |
| 4 | "entries": { |
| 5 | "capella": [ |
| 6 | { |
| 7 | "userKey": "zephyr", |
| 8 | "characterName": "XefronYokuda", |
| 9 | "class": "FA", |
| 10 | "nation": "Capella", |
| 11 | "weeklyPoints": 6126, |
| 12 | "tgCount": 4, |
| 13 | "currentRank": 1, |
| 14 | "previousRank": 3 |
| 15 | }, |
| 16 | { |
| 17 | "userKey": "dey", |
| 18 | "characterName": "«Deystroyer»", |
| 19 | "class": "BL", |
| 20 | "nation": "Capella", |
| 21 | "weeklyPoints": 4940, |
| 22 | "tgCount": 3, |
| 23 | "currentRank": 2, |
| 24 | "previousRank": 2 |
| 25 | }, |
| 26 | { |
| 27 | "userKey": "keira", |
| 28 | "characterName": "«Keira»", |
| 29 | "class": "WI", |
| 30 | "nation": "Capella", |
| 31 | "weeklyPoints": 4000, |
| 32 | "tgCount": 2, |
| 33 | "currentRank": 3, |
| 34 | "previousRank": 1 |
| 35 | }, |
| 36 | { |
| 37 | "userKey": "sean", |
| 38 | "characterName": "»No.1«", |
| 39 | "class": "FB", |
| 40 | "nation": "Capella", |
| 41 | "weeklyPoints": 1666, |
| 42 | "tgCount": 1, |
| 43 | "currentRank": 4, |
| 44 | "previousRank": 4 |
| 45 | } |
| 46 | ], |
| 47 | "procyon": [ |
| 48 | { |
| 49 | "userKey": "flash", |
| 50 | "characterName": "»Flash«", |
| 51 | "class": "WI", |
| 52 | "nation": "Procyon", |
| 53 | "weeklyPoints": 8872, |
| 54 | "tgCount": 3, |
| 55 | "currentRank": 1, |
| 56 | "previousRank": 1 |
| 57 | }, |
| 58 | { |
| 59 | "userKey": "invicjusz", |
| 60 | "characterName": "«Flash»", |
| 61 | "class": "FB", |
| 62 | "nation": "Procyon", |
| 63 | "weeklyPoints": 2503, |
| 64 | "tgCount": 2, |
| 65 | "currentRank": 3, |
| 66 | "previousRank": 3 |
| 67 | }, |
| 68 | { |
| 69 | "userKey": "ayana", |
| 70 | "characterName": "«MonkeyHunter»", |
| 71 | "class": "DM", |
| 72 | "nation": "Procyon", |
| 73 | "weeklyPoints": 4741, |
| 74 | "tgCount": 2, |
| 75 | "currentRank": 2, |
| 76 | "previousRank": 2 |
| 77 | } |
| 78 | ] |
| 79 | }, |
| 80 | "scoreIndex": { |
| 81 | "»Flash«": [ |
| 82 | "2026-06-01-20", |
| 83 | "2026-06-02-20", |
| 84 | "2026-06-03-20" |
| 85 | ], |
| 86 | "«Flash»": [ |
| 87 | "2026-06-01-20", |
| 88 | "2026-06-02-20" |
| 89 | ], |
| 90 | "«MonkeyHunter»": [ |
| 91 | "2026-06-01-20", |
| 92 | "2026-06-02-20" |
| 93 | ], |
| 94 | "XefronYokuda": [ |
| 95 | "2026-06-01-20", |
| 96 | "2026-06-02-20", |
| 97 | "2026-06-03-20", |
| 98 | "2026-06-04-16" |
| 99 | ], |
| 100 | "«Deystroyer»": [ |
| 101 | "2026-06-01-20", |
| 102 | "2026-06-02-20", |
| 103 | "2026-06-03-20" |
| 104 | ], |
| 105 | "«Keira»": [ |
| 106 | "2026-06-01-20", |
| 107 | "2026-06-02-20" |
| 108 | ], |
| 109 | "»No.1«": [ |
| 110 | "2026-06-02-20" |
| 111 | ] |
| 112 | }, |
| 113 | "bringer": { |
| 114 | "capella": null, |
| 115 | "procyon": null, |
| 116 | "procyonOverride": "»Flash«", |
| 117 | "capellaOverride": "XefronYokuda" |
| 118 | } |
| 119 | } |
| 120 | } |