maidraw 0.12.16 → 0.12.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +14 -2
- package/assets/hitokoto/support/chunithm.json +2 -1
- package/assets/hitokoto/support/maimai.json +2 -1
- package/assets/hitokoto/support/maimaidx.json +2 -1
- package/assets/hitokoto/support/ongeki.json +2 -1
- package/assets/themes/chunithm/best/common/verse/xversex/background/new.webp +0 -0
- package/assets/themes/chunithm/best/common/verse/xversex/background/recents.webp +0 -0
- package/assets/themes/chunithm/best/common/verse/xversex/logo.webp +0 -0
- package/assets/themes/chunithm/best/xVerseXLandscape/new/manifest.json +180 -0
- package/assets/themes/chunithm/best/xVerseXLandscape/recents/manifest.json +188 -0
- package/assets/themes/chunithm/chart/common/versionless/logo/jpn/245.webp +0 -0
- package/assets/themes/chunithm/chart/jp/verse/manifest.json +5 -2
- package/assets/themes/chunithm/chart/jp/xverse/manifest.json +4 -1
- package/assets/themes/chunithm/chart/jp/xversex/manifest.json +169 -0
- package/biome.json +58 -0
- package/dist/chu/index.d.ts +5 -5
- package/dist/chu/index.js +4 -4
- package/dist/chu/index.js.map +1 -1
- package/dist/chu/lib/adapter/index.d.ts +2 -2
- package/dist/chu/lib/adapter/kamaiTachi/index.d.ts +4 -5
- package/dist/chu/lib/adapter/kamaiTachi/index.js +81 -74
- package/dist/chu/lib/adapter/kamaiTachi/index.js.map +1 -1
- package/dist/chu/lib/adapter/lxns/index.d.ts +9 -9
- package/dist/chu/lib/adapter/lxns/index.js +40 -15
- package/dist/chu/lib/adapter/lxns/index.js.map +1 -1
- package/dist/chu/lib/database.d.ts +88 -97
- package/dist/chu/lib/database.js +104 -102
- package/dist/chu/lib/database.js.map +1 -1
- package/dist/chu/lib/util.d.ts +1 -1
- package/dist/chu/lib/util.js +9 -9
- package/dist/chu/lib/util.js.map +1 -1
- package/dist/chu/painter/best50/index.d.ts +3 -3
- package/dist/chu/painter/best50/index.js +35 -12
- package/dist/chu/painter/best50/index.js.map +1 -1
- package/dist/chu/painter/chart/index.d.ts +3 -3
- package/dist/chu/painter/chart/index.js +33 -10
- package/dist/chu/painter/chart/index.js.map +1 -1
- package/dist/chu/painter/index.d.ts +5 -5
- package/dist/chu/painter/index.js +271 -285
- package/dist/chu/painter/index.js.map +1 -1
- package/dist/geki/index.d.ts +4 -4
- package/dist/geki/index.js +3 -3
- package/dist/geki/index.js.map +1 -1
- package/dist/geki/lib/adapter/index.d.ts +2 -2
- package/dist/geki/lib/adapter/kamaiTachi/index.d.ts +3 -3
- package/dist/geki/lib/adapter/kamaiTachi/index.js +57 -33
- package/dist/geki/lib/adapter/kamaiTachi/index.js.map +1 -1
- package/dist/geki/lib/database.d.ts +127 -134
- package/dist/geki/lib/database.js +133 -128
- package/dist/geki/lib/database.js.map +1 -1
- package/dist/geki/lib/util.d.ts +1 -1
- package/dist/geki/lib/util.js +9 -9
- package/dist/geki/lib/util.js.map +1 -1
- package/dist/geki/painter/best50/index.d.ts +4 -4
- package/dist/geki/painter/best50/index.js +47 -20
- package/dist/geki/painter/best50/index.js.map +1 -1
- package/dist/geki/painter/chart/index.d.ts +3 -3
- package/dist/geki/painter/chart/index.js +31 -8
- package/dist/geki/painter/chart/index.js.map +1 -1
- package/dist/geki/painter/index.d.ts +6 -6
- package/dist/geki/painter/index.js +250 -238
- package/dist/geki/painter/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/adapter.d.ts +4 -4
- package/dist/lib/adapter.js +1 -1
- package/dist/lib/adapter.js.map +1 -1
- package/dist/lib/cache.d.ts +2 -2
- package/dist/lib/cache.js +1 -1
- package/dist/lib/cache.js.map +1 -1
- package/dist/lib/error.d.ts +4 -4
- package/dist/lib/error.js.map +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/logger.js.map +1 -1
- package/dist/lib/painter.d.ts +10 -10
- package/dist/lib/painter.js +11 -12
- package/dist/lib/painter.js.map +1 -1
- package/dist/lib/util.d.ts +1 -1
- package/dist/lib/util.js +25 -24
- package/dist/lib/util.js.map +1 -1
- package/dist/mai/index.d.ts +7 -7
- package/dist/mai/index.js +6 -6
- package/dist/mai/index.js.map +1 -1
- package/dist/mai/lib/adapter/divingFish/index.d.ts +5 -5
- package/dist/mai/lib/adapter/divingFish/index.js +33 -10
- package/dist/mai/lib/adapter/divingFish/index.js.map +1 -1
- package/dist/mai/lib/adapter/index.d.ts +2 -2
- package/dist/mai/lib/adapter/kamaiTachi/index.d.ts +5 -5
- package/dist/mai/lib/adapter/kamaiTachi/index.js +57 -42
- package/dist/mai/lib/adapter/kamaiTachi/index.js.map +1 -1
- package/dist/mai/lib/adapter/lxns/index.d.ts +6 -6
- package/dist/mai/lib/adapter/lxns/index.js +39 -16
- package/dist/mai/lib/adapter/lxns/index.js.map +1 -1
- package/dist/mai/lib/adapter/maishift/index.d.ts +3 -3
- package/dist/mai/lib/adapter/maishift/index.js +21 -17
- package/dist/mai/lib/adapter/maishift/index.js.map +1 -1
- package/dist/mai/lib/database.d.ts +114 -122
- package/dist/mai/lib/database.js +113 -109
- package/dist/mai/lib/database.js.map +1 -1
- package/dist/mai/lib/util.d.ts +1 -1
- package/dist/mai/lib/util.js +14 -14
- package/dist/mai/lib/util.js.map +1 -1
- package/dist/mai/painter/best50/index.d.ts +3 -3
- package/dist/mai/painter/best50/index.js +33 -14
- package/dist/mai/painter/best50/index.js.map +1 -1
- package/dist/mai/painter/chart/index.d.ts +3 -3
- package/dist/mai/painter/chart/index.js +30 -7
- package/dist/mai/painter/chart/index.js.map +1 -1
- package/dist/mai/painter/index.d.ts +5 -9
- package/dist/mai/painter/index.js +230 -231
- package/dist/mai/painter/index.js.map +1 -1
- package/dist/mai/painter/level50/index.d.ts +4 -4
- package/dist/mai/painter/level50/index.js +34 -15
- package/dist/mai/painter/level50/index.js.map +1 -1
- package/dist/mai/type.js +5 -5
- package/dist/mai/type.js.map +1 -1
- package/package.json +5 -5
- package/.prettierrc.json +0 -6
- package/assets/themes/chunithm/chart/common/verse/jp/background.webp +0 -0
package/.vscode/settings.json
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"js/ts.tsdk.path": "node_modules/typescript/lib",
|
|
3
|
+
"editor.defaultFormatter": "biomejs.biome",
|
|
4
|
+
"editor.formatOnSave": true,
|
|
5
|
+
"editor.codeActionsOnSave": {
|
|
6
|
+
"source.fixAll.biome": "explicit"
|
|
7
|
+
},
|
|
8
|
+
"[json]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
9
|
+
"[typescript]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
10
|
+
"[javascript]": {
|
|
11
|
+
"editor.defaultFormatter": "biomejs.biome"
|
|
12
|
+
},
|
|
13
|
+
"[jsonc]": {
|
|
14
|
+
"editor.defaultFormatter": "biomejs.biome"
|
|
15
|
+
}
|
|
4
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"support": "If you like saltbot, please consider supporting us at chunithm.cab/support!",
|
|
3
|
-
"gcm-calculator": "Wondered how much rating a score will give you? Check out calc.chunithm.cab!"
|
|
3
|
+
"gcm-calculator-1": "Wondered how much rating a score will give you? Check out calc.chunithm.cab!",
|
|
4
|
+
"gcm-calculator-2": "Tired of calculating rating by hand? Check out calc.chunithm.cab!"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"support": "If you like saltbot, please consider supporting us at maimai.cab/support!",
|
|
3
|
-
"gcm-calculator": "Wondered how much rating a score will give you? Check out calc.maimai.cab!"
|
|
3
|
+
"gcm-calculator-1": "Wondered how much rating a score will give you? Check out calc.maimai.cab!",
|
|
4
|
+
"gcm-calculator-2": "Tired of calculating rating by hand? Check out calc.maimai.cab!"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"support": "If you like saltbot, please consider supporting us at maimaidx.cab/support!",
|
|
3
|
-
"gcm-calculator": "Wondered how much rating a score will give you? Check out calc.maimaidx.cab!"
|
|
3
|
+
"gcm-calculator-1": "Wondered how much rating a score will give you? Check out calc.maimaidx.cab!",
|
|
4
|
+
"gcm-calculator-2": "Tired of calculating rating by hand? Check out calc.maimaidx.cab!"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"support": "If you like saltbot, please consider supporting us at ongeki.cab/support!",
|
|
3
|
-
"gcm-calculator": "Wondered how much rating a score will give you? Check out calc.ongeki.cab!"
|
|
3
|
+
"gcm-calculator-1": "Wondered how much rating a score will give you? Check out calc.ongeki.cab!",
|
|
4
|
+
"gcm-calculator-2": "Tired of calculating rating by hand? Check out calc.ongeki.cab!"
|
|
4
5
|
}
|
|
Binary file
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "CHUNITHM X-VERSE-X, landscape",
|
|
3
|
+
"name": "jp-xversex-landscape-new",
|
|
4
|
+
"width": 2920,
|
|
5
|
+
"height": 1340,
|
|
6
|
+
"elements": [
|
|
7
|
+
{
|
|
8
|
+
"type": "image",
|
|
9
|
+
"x": 0,
|
|
10
|
+
"y": 0,
|
|
11
|
+
"width": 2920,
|
|
12
|
+
"path": "../../common/verse/xversex/background/new.webp"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"type": "image",
|
|
16
|
+
"x": 925,
|
|
17
|
+
"y": 150,
|
|
18
|
+
"anchor": "lc",
|
|
19
|
+
"width": 450,
|
|
20
|
+
"path": "../../common/verse/xversex/logo.webp"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"type": "score-grid",
|
|
24
|
+
"x": 70,
|
|
25
|
+
"y": 400,
|
|
26
|
+
"horizontalSize": 4,
|
|
27
|
+
"verticalSize": 5,
|
|
28
|
+
"region": "new",
|
|
29
|
+
"index": 0,
|
|
30
|
+
"scoreBubble": {
|
|
31
|
+
"width": 290,
|
|
32
|
+
"height": 155,
|
|
33
|
+
"margin": 10,
|
|
34
|
+
"gap": 20,
|
|
35
|
+
"color": {
|
|
36
|
+
"basic": "#70E262",
|
|
37
|
+
"advanced": "#FFBB00",
|
|
38
|
+
"expert": "#FF4A5A",
|
|
39
|
+
"master": "#A04FDA",
|
|
40
|
+
"ultima": "#591C28",
|
|
41
|
+
"worldsEnd": "#70E262"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"sprites": {
|
|
45
|
+
"achievement": {
|
|
46
|
+
"d": "../../common/verse/achievement/D.webp",
|
|
47
|
+
"c": "../../common/verse/achievement/C.webp",
|
|
48
|
+
"b": "../../common/verse/achievement/B.webp",
|
|
49
|
+
"bb": "../../common/verse/achievement/BB.webp",
|
|
50
|
+
"bbb": "../../common/verse/achievement/BBB.webp",
|
|
51
|
+
"a": "../../common/verse/achievement/A.webp",
|
|
52
|
+
"aa": "../../common/verse/achievement/AA.webp",
|
|
53
|
+
"aaa": "../../common/verse/achievement/AAA.webp",
|
|
54
|
+
"s": "../../common/verse/achievement/S.webp",
|
|
55
|
+
"sp": "../../common/verse/achievement/SP.webp",
|
|
56
|
+
"ss": "../../common/verse/achievement/SS.webp",
|
|
57
|
+
"ssp": "../../common/verse/achievement/SSP.webp",
|
|
58
|
+
"sss": "../../common/verse/achievement/SSS.webp",
|
|
59
|
+
"sssp": "../../common/verse/achievement/SSSP.webp"
|
|
60
|
+
},
|
|
61
|
+
"milestone": {
|
|
62
|
+
"aj": "../../common/versionless/milestone/aj.webp",
|
|
63
|
+
"ajc": "../../common/versionless/milestone/ajc.webp",
|
|
64
|
+
"fc": "../../common/versionless/milestone/fc.webp",
|
|
65
|
+
"none": "../../common/versionless/void.webp"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "score-grid",
|
|
71
|
+
"x": 1330,
|
|
72
|
+
"y": 225,
|
|
73
|
+
"horizontalSize": 5,
|
|
74
|
+
"verticalSize": 6,
|
|
75
|
+
"region": "old",
|
|
76
|
+
"index": 0,
|
|
77
|
+
"scoreBubble": {
|
|
78
|
+
"width": 290,
|
|
79
|
+
"height": 155,
|
|
80
|
+
"margin": 10,
|
|
81
|
+
"gap": 20,
|
|
82
|
+
"color": {
|
|
83
|
+
"basic": "#70E262",
|
|
84
|
+
"advanced": "#FFBB00",
|
|
85
|
+
"expert": "#FF4A5A",
|
|
86
|
+
"master": "#A04FDA",
|
|
87
|
+
"ultima": "#591C28",
|
|
88
|
+
"worldsEnd": "#70E262"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"sprites": {
|
|
92
|
+
"achievement": {
|
|
93
|
+
"d": "../../common/verse/achievement/D.webp",
|
|
94
|
+
"c": "../../common/verse/achievement/C.webp",
|
|
95
|
+
"b": "../../common/verse/achievement/B.webp",
|
|
96
|
+
"bb": "../../common/verse/achievement/BB.webp",
|
|
97
|
+
"bbb": "../../common/verse/achievement/BBB.webp",
|
|
98
|
+
"a": "../../common/verse/achievement/A.webp",
|
|
99
|
+
"aa": "../../common/verse/achievement/AA.webp",
|
|
100
|
+
"aaa": "../../common/verse/achievement/AAA.webp",
|
|
101
|
+
"s": "../../common/verse/achievement/S.webp",
|
|
102
|
+
"sp": "../../common/verse/achievement/SP.webp",
|
|
103
|
+
"ss": "../../common/verse/achievement/SS.webp",
|
|
104
|
+
"ssp": "../../common/verse/achievement/SSP.webp",
|
|
105
|
+
"sss": "../../common/verse/achievement/SSS.webp",
|
|
106
|
+
"sssp": "../../common/verse/achievement/SSSP.webp"
|
|
107
|
+
},
|
|
108
|
+
"milestone": {
|
|
109
|
+
"aj": "../../common/versionless/milestone/aj.webp",
|
|
110
|
+
"ajc": "../../common/versionless/milestone/ajc.webp",
|
|
111
|
+
"fc": "../../common/versionless/milestone/fc.webp",
|
|
112
|
+
"none": "../../common/versionless/void.webp"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "profile",
|
|
118
|
+
"x": 100,
|
|
119
|
+
"y": 100,
|
|
120
|
+
"height": 320,
|
|
121
|
+
"sprites": {
|
|
122
|
+
"ratingNumberMap": {
|
|
123
|
+
"white": "../../common/versionless/rating/numberMaps/white.webp",
|
|
124
|
+
"bronze": "../../common/versionless/rating/numberMaps/bronze.webp",
|
|
125
|
+
"silver": "../../common/versionless/rating/numberMaps/silver.webp",
|
|
126
|
+
"gold": "../../common/versionless/rating/numberMaps/gold.webp",
|
|
127
|
+
"platinum": "../../common/versionless/rating/numberMaps/platinum.webp",
|
|
128
|
+
"rainbow": "../../common/versionless/rating/numberMaps/rainbow.webp",
|
|
129
|
+
"kiwami": "../../common/versionless/rating/numberMaps/kiwami.webp"
|
|
130
|
+
},
|
|
131
|
+
"profile": {
|
|
132
|
+
"nameplate": "../../common/versionless/nameplate.webp",
|
|
133
|
+
"icon": "../../common/versionless/icon.webp"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "text",
|
|
139
|
+
"size": 32,
|
|
140
|
+
"x": 2840,
|
|
141
|
+
"y": 1307,
|
|
142
|
+
"borderColor": "#226180",
|
|
143
|
+
"align": "right",
|
|
144
|
+
"content": "Generated by saltbot | chunithm.cab/discord | chunithm.cab/invite"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "text",
|
|
148
|
+
"size": 24,
|
|
149
|
+
"x": 910,
|
|
150
|
+
"y": 278,
|
|
151
|
+
"borderColor": "#226180",
|
|
152
|
+
"align": "left",
|
|
153
|
+
"content": "NEW\nOLD\nNAIVE 30/50"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "text",
|
|
157
|
+
"size": 24,
|
|
158
|
+
"x": 1070,
|
|
159
|
+
"y": 278,
|
|
160
|
+
"borderColor": "#226180",
|
|
161
|
+
"align": "left",
|
|
162
|
+
"content": "average: {newScoreRatingAvg}\naverage: {oldScoreRatingAvg}\naverage: {naiveBest30}/{naiveBest50}"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": "hitokoto",
|
|
166
|
+
"size": 24,
|
|
167
|
+
"x": 80,
|
|
168
|
+
"y": 1303,
|
|
169
|
+
"width": 1000,
|
|
170
|
+
"linebreak": true,
|
|
171
|
+
"borderColor": "#226180",
|
|
172
|
+
"align": "left",
|
|
173
|
+
"probability": 0.1,
|
|
174
|
+
"customLines": [
|
|
175
|
+
"../../../../../hitokoto/general.json",
|
|
176
|
+
"../../../../../hitokoto/support/chunithm.json"
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "CHUNITHM X-VERSE-X, landscape",
|
|
3
|
+
"name": "jp-xversex-landscape-recents",
|
|
4
|
+
"width": 2320,
|
|
5
|
+
"height": 1440,
|
|
6
|
+
"elements": [
|
|
7
|
+
{
|
|
8
|
+
"type": "image",
|
|
9
|
+
"x": 0,
|
|
10
|
+
"y": 0,
|
|
11
|
+
"width": 2320,
|
|
12
|
+
"path": "../../common/verse/xversex/background/recents.webp"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"type": "image",
|
|
16
|
+
"x": 925,
|
|
17
|
+
"y": 50,
|
|
18
|
+
"width": 450,
|
|
19
|
+
"path": "../../common/verse/xversex/logo.webp"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "score-grid",
|
|
23
|
+
"x": 70,
|
|
24
|
+
"y": 500,
|
|
25
|
+
"horizontalSize": 2,
|
|
26
|
+
"verticalSize": 5,
|
|
27
|
+
"region": "new",
|
|
28
|
+
"index": 0,
|
|
29
|
+
"scoreBubble": {
|
|
30
|
+
"width": 290,
|
|
31
|
+
"height": 155,
|
|
32
|
+
"margin": 10,
|
|
33
|
+
"gap": 20,
|
|
34
|
+
"color": {
|
|
35
|
+
"basic": "#70E262",
|
|
36
|
+
"advanced": "#FFBB00",
|
|
37
|
+
"expert": "#FF4A5A",
|
|
38
|
+
"master": "#A04FDA",
|
|
39
|
+
"ultima": "#591C28",
|
|
40
|
+
"worldsEnd": "#70E262"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"sprites": {
|
|
44
|
+
"achievement": {
|
|
45
|
+
"d": "../../common/verse/achievement/D.webp",
|
|
46
|
+
"c": "../../common/verse/achievement/C.webp",
|
|
47
|
+
"b": "../../common/verse/achievement/B.webp",
|
|
48
|
+
"bb": "../../common/verse/achievement/BB.webp",
|
|
49
|
+
"bbb": "../../common/verse/achievement/BBB.webp",
|
|
50
|
+
"a": "../../common/verse/achievement/A.webp",
|
|
51
|
+
"aa": "../../common/verse/achievement/AA.webp",
|
|
52
|
+
"aaa": "../../common/verse/achievement/AAA.webp",
|
|
53
|
+
"s": "../../common/verse/achievement/S.webp",
|
|
54
|
+
"sp": "../../common/verse/achievement/SP.webp",
|
|
55
|
+
"ss": "../../common/verse/achievement/SS.webp",
|
|
56
|
+
"ssp": "../../common/verse/achievement/SSP.webp",
|
|
57
|
+
"sss": "../../common/verse/achievement/SSS.webp",
|
|
58
|
+
"sssp": "../../common/verse/achievement/SSSP.webp"
|
|
59
|
+
},
|
|
60
|
+
"milestone": {
|
|
61
|
+
"aj": "../../common/versionless/milestone/aj.webp",
|
|
62
|
+
"ajc": "../../common/versionless/milestone/ajc.webp",
|
|
63
|
+
"fc": "../../common/versionless/milestone/fc.webp",
|
|
64
|
+
"none": "../../common/versionless/void.webp"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "score-grid",
|
|
70
|
+
"x": 730,
|
|
71
|
+
"y": 325,
|
|
72
|
+
"horizontalSize": 5,
|
|
73
|
+
"verticalSize": 6,
|
|
74
|
+
"region": "old",
|
|
75
|
+
"index": 0,
|
|
76
|
+
"scoreBubble": {
|
|
77
|
+
"width": 290,
|
|
78
|
+
"height": 155,
|
|
79
|
+
"margin": 10,
|
|
80
|
+
"gap": 20,
|
|
81
|
+
"color": {
|
|
82
|
+
"basic": "#70E262",
|
|
83
|
+
"advanced": "#FFBB00",
|
|
84
|
+
"expert": "#FF4A5A",
|
|
85
|
+
"master": "#A04FDA",
|
|
86
|
+
"ultima": "#591C28",
|
|
87
|
+
"worldsEnd": "#70E262"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"sprites": {
|
|
91
|
+
"achievement": {
|
|
92
|
+
"d": "../../common/verse/achievement/D.webp",
|
|
93
|
+
"c": "../../common/verse/achievement/C.webp",
|
|
94
|
+
"b": "../../common/verse/achievement/B.webp",
|
|
95
|
+
"bb": "../../common/verse/achievement/BB.webp",
|
|
96
|
+
"bbb": "../../common/verse/achievement/BBB.webp",
|
|
97
|
+
"a": "../../common/verse/achievement/A.webp",
|
|
98
|
+
"aa": "../../common/verse/achievement/AA.webp",
|
|
99
|
+
"aaa": "../../common/verse/achievement/AAA.webp",
|
|
100
|
+
"s": "../../common/verse/achievement/S.webp",
|
|
101
|
+
"sp": "../../common/verse/achievement/SP.webp",
|
|
102
|
+
"ss": "../../common/verse/achievement/SS.webp",
|
|
103
|
+
"ssp": "../../common/verse/achievement/SSP.webp",
|
|
104
|
+
"sss": "../../common/verse/achievement/SSS.webp",
|
|
105
|
+
"sssp": "../../common/verse/achievement/SSSP.webp"
|
|
106
|
+
},
|
|
107
|
+
"milestone": {
|
|
108
|
+
"aj": "../../common/versionless/milestone/aj.webp",
|
|
109
|
+
"ajc": "../../common/versionless/milestone/ajc.webp",
|
|
110
|
+
"fc": "../../common/versionless/milestone/fc.webp",
|
|
111
|
+
"none": "../../common/versionless/void.webp"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"type": "profile",
|
|
117
|
+
"x": 50,
|
|
118
|
+
"y": 50,
|
|
119
|
+
"height": 300,
|
|
120
|
+
"sprites": {
|
|
121
|
+
"ratingNumberMap": {
|
|
122
|
+
"white": "../../common/versionless/rating/numberMaps/white.webp",
|
|
123
|
+
"bronze": "../../common/versionless/rating/numberMaps/bronze.webp",
|
|
124
|
+
"silver": "../../common/versionless/rating/numberMaps/silver.webp",
|
|
125
|
+
"gold": "../../common/versionless/rating/numberMaps/gold.webp",
|
|
126
|
+
"platinum": "../../common/versionless/rating/numberMaps/platinum.webp",
|
|
127
|
+
"rainbow": "../../common/versionless/rating/numberMaps/rainbow.webp",
|
|
128
|
+
"kiwami": "../../common/versionless/rating/numberMaps/kiwami.webp"
|
|
129
|
+
},
|
|
130
|
+
"profile": {
|
|
131
|
+
"nameplate": "../../common/versionless/nameplate.webp",
|
|
132
|
+
"icon": "../../common/versionless/icon.webp"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"type": "text",
|
|
138
|
+
"size": 32,
|
|
139
|
+
"x": 2240,
|
|
140
|
+
"y": 1407,
|
|
141
|
+
"borderColor": "#226180",
|
|
142
|
+
"align": "right",
|
|
143
|
+
"content": "Generated by saltbot | chunithm.cab/discord | chunithm.cab/invite"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"type": "text",
|
|
147
|
+
"size": 24,
|
|
148
|
+
"x": 80,
|
|
149
|
+
"y": 405,
|
|
150
|
+
"borderColor": "#226180",
|
|
151
|
+
"align": "left",
|
|
152
|
+
"content": "RECENT\nBEST\nNAIVE 50"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "text",
|
|
156
|
+
"size": 11,
|
|
157
|
+
"x": 147,
|
|
158
|
+
"y": 438,
|
|
159
|
+
"borderColor": "#226180",
|
|
160
|
+
"align": "left",
|
|
161
|
+
"content": "NAIVE 30"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"type": "text",
|
|
165
|
+
"size": 24,
|
|
166
|
+
"x": 210,
|
|
167
|
+
"y": 405,
|
|
168
|
+
"borderColor": "#226180",
|
|
169
|
+
"align": "left",
|
|
170
|
+
"content": "scores average: {newScoreRatingAvg}\nscores average: {oldScoreRatingAvg}\nscores average: {naiveBest50}"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "hitokoto",
|
|
174
|
+
"size": 24,
|
|
175
|
+
"x": 80,
|
|
176
|
+
"y": 1403,
|
|
177
|
+
"width": 1000,
|
|
178
|
+
"linebreak": true,
|
|
179
|
+
"borderColor": "#226180",
|
|
180
|
+
"align": "left",
|
|
181
|
+
"probability": 0.1,
|
|
182
|
+
"customLines": [
|
|
183
|
+
"../../../../../hitokoto/general.json",
|
|
184
|
+
"../../../../../hitokoto/support/chunithm.json"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"y": 0,
|
|
11
11
|
"width": 2560,
|
|
12
12
|
"height": 1440,
|
|
13
|
-
"path": "
|
|
13
|
+
"path": "../../../best/common/verse/jp/background.webp"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"type": "image",
|
|
@@ -86,7 +86,8 @@
|
|
|
86
86
|
"220": "../../common/versionless/logo/jpn/220.webp",
|
|
87
87
|
"225": "../../common/versionless/logo/jpn/225.webp",
|
|
88
88
|
"230": "../../common/versionless/logo/jpn/230.webp",
|
|
89
|
-
"240": "../../common/versionless/logo/jpn/240.webp"
|
|
89
|
+
"240": "../../common/versionless/logo/jpn/240.webp",
|
|
90
|
+
"245": "../../common/versionless/logo/jpn/245.webp"
|
|
90
91
|
},
|
|
91
92
|
"INT": {
|
|
92
93
|
"100": "../../common/versionless/logo/int/100.webp",
|
|
@@ -157,6 +158,8 @@
|
|
|
157
158
|
"borderColor": "#226180",
|
|
158
159
|
"align": "left",
|
|
159
160
|
"probability": 0.1,
|
|
161
|
+
"width": 1200,
|
|
162
|
+
"linebreak": true,
|
|
160
163
|
"customLines": [
|
|
161
164
|
"../../../../../hitokoto/general.json",
|
|
162
165
|
"../../../../../hitokoto/support/chunithm.json"
|
|
@@ -86,7 +86,8 @@
|
|
|
86
86
|
"220": "../../common/versionless/logo/jpn/220.webp",
|
|
87
87
|
"225": "../../common/versionless/logo/jpn/225.webp",
|
|
88
88
|
"230": "../../common/versionless/logo/jpn/230.webp",
|
|
89
|
-
"240": "../../common/versionless/logo/jpn/240.webp"
|
|
89
|
+
"240": "../../common/versionless/logo/jpn/240.webp",
|
|
90
|
+
"245": "../../common/versionless/logo/jpn/245.webp"
|
|
90
91
|
},
|
|
91
92
|
"INT": {
|
|
92
93
|
"100": "../../common/versionless/logo/int/100.webp",
|
|
@@ -156,6 +157,8 @@
|
|
|
156
157
|
"y": 1403,
|
|
157
158
|
"borderColor": "#226180",
|
|
158
159
|
"align": "left",
|
|
160
|
+
"width": 1200,
|
|
161
|
+
"linebreak": true,
|
|
159
162
|
"probability": 0.1,
|
|
160
163
|
"customLines": [
|
|
161
164
|
"../../../../../hitokoto/general.json",
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "CHUNITHM X-VERSE-X",
|
|
3
|
+
"name": "jp-xversex",
|
|
4
|
+
"width": 2560,
|
|
5
|
+
"height": 1440,
|
|
6
|
+
"elements": [
|
|
7
|
+
{
|
|
8
|
+
"type": "image",
|
|
9
|
+
"x": 1280,
|
|
10
|
+
"y": 720,
|
|
11
|
+
"height": 1440,
|
|
12
|
+
"anchor": "cm",
|
|
13
|
+
"path": "../../../best/common/verse/xversex/background/new.webp"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "image",
|
|
17
|
+
"x": 2152,
|
|
18
|
+
"y": 262,
|
|
19
|
+
"height": 305,
|
|
20
|
+
"anchor": "mt",
|
|
21
|
+
"path": "../../../best/common/verse/xversex/logo.webp"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "chart-grid",
|
|
25
|
+
"x": 100,
|
|
26
|
+
"y": 262,
|
|
27
|
+
"width": 1645,
|
|
28
|
+
"height": 1045,
|
|
29
|
+
"margin": 70,
|
|
30
|
+
"gap": 40,
|
|
31
|
+
"bubble": {
|
|
32
|
+
"margin": 20,
|
|
33
|
+
"color": {
|
|
34
|
+
"basic": "#70E262",
|
|
35
|
+
"advanced": "#FFBB00",
|
|
36
|
+
"expert": "#FF4A5A",
|
|
37
|
+
"master": "#A04FDA",
|
|
38
|
+
"ultima": "#591C28",
|
|
39
|
+
"worldsEnd": "#70E262"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"color": {
|
|
43
|
+
"card": "#b8bbf2"
|
|
44
|
+
},
|
|
45
|
+
"sprites": {
|
|
46
|
+
"achievement": {
|
|
47
|
+
"d": "../../../best/common/verse/achievement/D.webp",
|
|
48
|
+
"c": "../../../best/common/verse/achievement/C.webp",
|
|
49
|
+
"b": "../../../best/common/verse/achievement/B.webp",
|
|
50
|
+
"bb": "../../../best/common/verse/achievement/BB.webp",
|
|
51
|
+
"bbb": "../../../best/common/verse/achievement/BBB.webp",
|
|
52
|
+
"a": "../../../best/common/verse/achievement/A.webp",
|
|
53
|
+
"aa": "../../../best/common/verse/achievement/AA.webp",
|
|
54
|
+
"aaa": "../../../best/common/verse/achievement/AAA.webp",
|
|
55
|
+
"s": "../../../best/common/verse/achievement/S.webp",
|
|
56
|
+
"sp": "../../../best/common/verse/achievement/SP.webp",
|
|
57
|
+
"ss": "../../../best/common/verse/achievement/SS.webp",
|
|
58
|
+
"ssp": "../../../best/common/verse/achievement/SSP.webp",
|
|
59
|
+
"sss": "../../../best/common/verse/achievement/SSS.webp",
|
|
60
|
+
"sssp": "../../../best/common/verse/achievement/SSSP.webp"
|
|
61
|
+
},
|
|
62
|
+
"milestone": {
|
|
63
|
+
"aj": "../../../best/common/versionless/milestone/aj.webp",
|
|
64
|
+
"ajc": "../../../best/common/versionless/milestone/ajc.webp",
|
|
65
|
+
"fc": "../../../best/common/versionless/milestone/fc.webp",
|
|
66
|
+
"none": "../../../best/common/versionless/void.webp"
|
|
67
|
+
},
|
|
68
|
+
"versions": {
|
|
69
|
+
"JPN": {
|
|
70
|
+
"100": "../../common/versionless/logo/jpn/100.webp",
|
|
71
|
+
"105": "../../common/versionless/logo/jpn/105.webp",
|
|
72
|
+
"110": "../../common/versionless/logo/jpn/110.webp",
|
|
73
|
+
"115": "../../common/versionless/logo/jpn/115.webp",
|
|
74
|
+
"120": "../../common/versionless/logo/jpn/120.webp",
|
|
75
|
+
"125": "../../common/versionless/logo/jpn/125.webp",
|
|
76
|
+
"130": "../../common/versionless/logo/jpn/130.webp",
|
|
77
|
+
"135": "../../common/versionless/logo/jpn/135.webp",
|
|
78
|
+
"140": "../../common/versionless/logo/jpn/140.webp",
|
|
79
|
+
"145": "../../common/versionless/logo/jpn/145.webp",
|
|
80
|
+
"150": "../../common/versionless/logo/jpn/150.webp",
|
|
81
|
+
"155": "../../common/versionless/logo/jpn/155.webp",
|
|
82
|
+
"200": "../../common/versionless/logo/jpn/200.webp",
|
|
83
|
+
"205": "../../common/versionless/logo/jpn/205.webp",
|
|
84
|
+
"210": "../../common/versionless/logo/jpn/210.webp",
|
|
85
|
+
"215": "../../common/versionless/logo/jpn/215.webp",
|
|
86
|
+
"220": "../../common/versionless/logo/jpn/220.webp",
|
|
87
|
+
"225": "../../common/versionless/logo/jpn/225.webp",
|
|
88
|
+
"230": "../../common/versionless/logo/jpn/230.webp",
|
|
89
|
+
"240": "../../common/versionless/logo/jpn/240.webp",
|
|
90
|
+
"245": "../../common/versionless/logo/jpn/245.webp"
|
|
91
|
+
},
|
|
92
|
+
"INT": {
|
|
93
|
+
"100": "../../common/versionless/logo/int/100.webp",
|
|
94
|
+
"105": "../../common/versionless/logo/int/105.webp",
|
|
95
|
+
"110": "../../common/versionless/logo/jpn/200.webp",
|
|
96
|
+
"115": "../../common/versionless/logo/jpn/205.webp",
|
|
97
|
+
"120": "../../common/versionless/logo/jpn/210.webp",
|
|
98
|
+
"125": "../../common/versionless/logo/jpn/215.webp",
|
|
99
|
+
"130": "../../common/versionless/logo/jpn/220.webp",
|
|
100
|
+
"135": "../../common/versionless/logo/jpn/225.webp",
|
|
101
|
+
"140": "../../common/versionless/logo/jpn/230.webp"
|
|
102
|
+
},
|
|
103
|
+
"CHN": {
|
|
104
|
+
"100": "../../common/versionless/logo/chn/100.webp",
|
|
105
|
+
"110": "../../common/versionless/logo/chn/110.webp",
|
|
106
|
+
"120": "../../common/versionless/logo/chn/120.webp",
|
|
107
|
+
"130": "../../common/versionless/logo/chn/130.webp"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "detail-info",
|
|
114
|
+
"x": 1845,
|
|
115
|
+
"y": 562,
|
|
116
|
+
"width": 615,
|
|
117
|
+
"height": 745,
|
|
118
|
+
"margin": 40,
|
|
119
|
+
"color": {
|
|
120
|
+
"card": "#b8bbf2"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"type": "profile",
|
|
125
|
+
"x": 150,
|
|
126
|
+
"y": 10,
|
|
127
|
+
"height": 293,
|
|
128
|
+
"sprites": {
|
|
129
|
+
"ratingNumberMap": {
|
|
130
|
+
"white": "../../../best/common/versionless/rating/numberMaps/white.webp",
|
|
131
|
+
"bronze": "../../../best/common/versionless/rating/numberMaps/bronze.webp",
|
|
132
|
+
"silver": "../../../best/common/versionless/rating/numberMaps/silver.webp",
|
|
133
|
+
"gold": "../../../best/common/versionless/rating/numberMaps/gold.webp",
|
|
134
|
+
"platinum": "../../../best/common/versionless/rating/numberMaps/platinum.webp",
|
|
135
|
+
"rainbow": "../../../best/common/versionless/rating/numberMaps/rainbow.webp",
|
|
136
|
+
"kiwami": "../../../best/common/versionless/rating/numberMaps/kiwami.webp"
|
|
137
|
+
},
|
|
138
|
+
"profile": {
|
|
139
|
+
"nameplate": "../../../best/common/versionless/nameplate.webp",
|
|
140
|
+
"icon": "../../../best/common/versionless/icon.webp"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "text",
|
|
146
|
+
"size": 32,
|
|
147
|
+
"x": 2480,
|
|
148
|
+
"y": 1407,
|
|
149
|
+
"borderColor": "#226180",
|
|
150
|
+
"align": "right",
|
|
151
|
+
"content": "Generated by saltbot | chunithm.cab/discord | chunithm.cab/invite"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "hitokoto",
|
|
155
|
+
"size": 24,
|
|
156
|
+
"x": 80,
|
|
157
|
+
"y": 1403,
|
|
158
|
+
"borderColor": "#226180",
|
|
159
|
+
"align": "left",
|
|
160
|
+
"width": 1200,
|
|
161
|
+
"linebreak": true,
|
|
162
|
+
"probability": 0.1,
|
|
163
|
+
"customLines": [
|
|
164
|
+
"../../../../../hitokoto/general.json",
|
|
165
|
+
"../../../../../hitokoto/support/chunithm.json"
|
|
166
|
+
]
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
}
|