maidraw 0.9.4 → 0.10.0
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/assets/themes/chunithm/best/luminousLandscape/new/manifest.json +58 -32
- package/assets/themes/chunithm/best/luminousLandscape/recents/manifest.json +57 -31
- package/assets/themes/chunithm/best/luminousPlusLandscape/new/manifest.json +57 -31
- package/assets/themes/chunithm/best/luminousPlusLandscape/recents/manifest.json +57 -31
- package/assets/themes/chunithm/best/verseLandscape/new/manifest.json +57 -31
- package/assets/themes/chunithm/best/verseLandscape/recents/manifest.json +57 -31
- package/assets/themes/chunithm/chart/jp/verse/manifest.json +73 -71
- package/assets/themes/maimai/best50/cn/2024Landscape/manifest.json +90 -54
- package/assets/themes/maimai/best50/cn/2024Portrait/manifest.json +89 -53
- package/assets/themes/maimai/best50/cn/2025Landscape/manifest.json +90 -54
- package/assets/themes/maimai/best50/cn/2025Portrait/manifest.json +89 -53
- package/assets/themes/maimai/best50/common/prism/plus/background.png +0 -0
- package/assets/themes/maimai/best50/jp/buddiesLandscape/manifest.json +89 -53
- package/assets/themes/maimai/best50/jp/buddiesPlusLandscape/manifest.json +89 -53
- package/assets/themes/maimai/best50/jp/buddiesPlusPortrait/manifest.json +89 -53
- package/assets/themes/maimai/best50/jp/buddiesPortrait/manifest.json +89 -53
- package/assets/themes/maimai/best50/jp/finaleLandscape/manifest.json +89 -53
- package/assets/themes/maimai/best50/jp/finalePortrait/manifest.json +89 -53
- package/assets/themes/maimai/best50/jp/prismLandscape/manifest.json +90 -54
- package/assets/themes/maimai/best50/jp/prismPlusLandscape/manifest.json +90 -54
- package/assets/themes/maimai/best50/jp/prismPlusPortrait/manifest.json +92 -55
- package/assets/themes/maimai/best50/jp/prismPortrait/manifest.json +89 -53
- package/assets/themes/maimai/best50/salt/2026landscape/manifest.json +89 -53
- package/assets/themes/maimai/chart/jp/prism/manifest.json +100 -96
- package/assets/themes/ongeki/jp/brightMemoryLandscape/classic/manifest.json +101 -30
- package/assets/themes/ongeki/jp/brightMemoryLandscape/refresh/manifest.json +78 -30
- package/assets/themes/ongeki/jp/refreshLandscape/classic/manifest.json +101 -2
- package/assets/themes/ongeki/jp/refreshLandscape/refresh/manifest.json +78 -30
- package/dist/chu/index.d.ts +14 -4
- package/dist/chu/index.js +16 -4
- package/dist/chu/index.js.map +1 -1
- package/dist/chu/lib/{index.d.ts → adapter/index.d.ts} +1 -1
- package/dist/chu/lib/{index.js → adapter/index.js} +1 -1
- package/dist/chu/lib/adapter/index.js.map +1 -0
- package/dist/chu/lib/{kamaiTachi → adapter/kamaiTachi}/index.d.ts +1 -1
- package/dist/chu/lib/{kamaiTachi → adapter/kamaiTachi}/index.js +10 -10
- package/dist/chu/lib/adapter/kamaiTachi/index.js.map +1 -0
- package/dist/chu/lib/{lxns → adapter/lxns}/index.d.ts +1 -1
- package/dist/chu/lib/{lxns → adapter/lxns}/index.js +4 -4
- package/dist/chu/lib/adapter/lxns/index.js.map +1 -0
- package/dist/chu/{chart → lib}/database.d.ts +3 -3
- package/dist/chu/{chart → lib}/database.js +2 -2
- package/dist/chu/lib/database.js.map +1 -0
- package/dist/chu/lib/util.d.ts +149 -0
- package/dist/chu/lib/util.js +270 -0
- package/dist/chu/lib/util.js.map +1 -0
- package/dist/chu/painter/best50/index.d.ts +120 -0
- package/dist/chu/painter/best50/index.js +158 -0
- package/dist/chu/painter/best50/index.js.map +1 -0
- package/dist/chu/painter/chart/index.d.ts +170 -0
- package/dist/chu/painter/chart/index.js +116 -0
- package/dist/chu/painter/chart/index.js.map +1 -0
- package/dist/chu/painter/index.d.ts +194 -0
- package/dist/chu/painter/index.js +1105 -0
- package/dist/chu/painter/index.js.map +1 -0
- package/dist/geki/index.d.ts +10 -4
- package/dist/geki/index.js +12 -4
- package/dist/geki/index.js.map +1 -1
- package/dist/geki/lib/adapter/index.js.map +1 -0
- package/dist/geki/lib/adapter/kamaiTachi/index.js.map +1 -0
- package/dist/geki/{chart → lib}/database.d.ts +1 -1
- package/dist/geki/{chart → lib}/database.js +2 -2
- package/dist/geki/lib/database.js.map +1 -0
- package/dist/geki/painter/best50/index.d.ts +122 -0
- package/dist/geki/painter/best50/index.js +197 -0
- package/dist/geki/painter/best50/index.js.map +1 -0
- package/dist/geki/painter/index.d.ts +88 -0
- package/dist/geki/painter/index.js +448 -0
- package/dist/geki/painter/index.js.map +1 -0
- package/dist/lib/cache.d.ts +1 -0
- package/dist/lib/cache.js +6 -1
- package/dist/lib/cache.js.map +1 -1
- package/dist/lib/painter.d.ts +100 -0
- package/dist/lib/painter.js +216 -0
- package/dist/lib/painter.js.map +1 -0
- package/dist/lib/util.d.ts +6 -282
- package/dist/lib/util.js +50 -540
- package/dist/lib/util.js.map +1 -1
- package/dist/mai/index.d.ts +22 -6
- package/dist/mai/index.js +24 -6
- package/dist/mai/index.js.map +1 -1
- package/dist/mai/lib/{divingFish → adapter/divingFish}/index.d.ts +6 -6
- package/dist/mai/lib/{divingFish → adapter/divingFish}/index.js +29 -30
- package/dist/mai/lib/adapter/divingFish/index.js.map +1 -0
- package/dist/mai/lib/{index.d.ts → adapter/index.d.ts} +11 -11
- package/dist/mai/lib/{index.js → adapter/index.js} +2 -2
- package/dist/{geki/bests/lib → mai/lib/adapter}/index.js.map +1 -1
- package/dist/mai/lib/{kamaiTachi → adapter/kamaiTachi}/index.d.ts +84 -42
- package/dist/mai/lib/{kamaiTachi → adapter/kamaiTachi}/index.js +70 -62
- package/dist/mai/lib/adapter/kamaiTachi/index.js.map +1 -0
- package/dist/mai/lib/{lxns → adapter/lxns}/index.d.ts +12 -12
- package/dist/mai/lib/{lxns → adapter/lxns}/index.js +29 -30
- package/dist/mai/lib/adapter/lxns/index.js.map +1 -0
- package/dist/mai/lib/{maishift → adapter/maishift}/index.d.ts +4 -4
- package/dist/mai/lib/{maishift → adapter/maishift}/index.js +20 -20
- package/dist/mai/lib/adapter/maishift/index.js.map +1 -0
- package/dist/mai/{chart → lib}/database.d.ts +3 -3
- package/dist/mai/{chart → lib}/database.js +2 -2
- package/dist/mai/lib/database.js.map +1 -0
- package/dist/mai/lib/util.d.ts +134 -0
- package/dist/mai/lib/util.js +264 -0
- package/dist/mai/lib/util.js.map +1 -0
- package/dist/mai/painter/best50/index.d.ts +140 -0
- package/dist/mai/painter/best50/index.js +176 -0
- package/dist/mai/painter/best50/index.js.map +1 -0
- package/dist/mai/painter/chart/index.d.ts +195 -0
- package/dist/mai/painter/chart/index.js +115 -0
- package/dist/mai/painter/chart/index.js.map +1 -0
- package/dist/mai/painter/index.d.ts +237 -0
- package/dist/mai/painter/index.js +1431 -0
- package/dist/mai/painter/index.js.map +1 -0
- package/dist/mai/painter/level50/index.d.ts +28 -0
- package/dist/mai/painter/level50/index.js +129 -0
- package/dist/mai/painter/level50/index.js.map +1 -0
- package/dist/mai/type.d.ts +110 -0
- package/dist/mai/type.js +73 -1
- package/dist/mai/type.js.map +1 -1
- package/package.json +56 -55
- package/dist/chu/bests/best50.d.ts +0 -37
- package/dist/chu/bests/best50.js +0 -742
- package/dist/chu/bests/best50.js.map +0 -1
- package/dist/chu/bests/index.d.ts +0 -1
- package/dist/chu/bests/index.js +0 -6
- package/dist/chu/bests/index.js.map +0 -1
- package/dist/chu/bests/type.d.ts +0 -122
- package/dist/chu/bests/type.js +0 -3
- package/dist/chu/bests/type.js.map +0 -1
- package/dist/chu/chart/database.js.map +0 -1
- package/dist/chu/chart/index.d.ts +0 -212
- package/dist/chu/chart/index.js +0 -1064
- package/dist/chu/chart/index.js.map +0 -1
- package/dist/chu/lib/index.js.map +0 -1
- package/dist/chu/lib/kamaiTachi/index.js.map +0 -1
- package/dist/chu/lib/lxns/index.js.map +0 -1
- package/dist/geki/bests/best50.d.ts +0 -35
- package/dist/geki/bests/best50.js +0 -821
- package/dist/geki/bests/best50.js.map +0 -1
- package/dist/geki/bests/index.d.ts +0 -1
- package/dist/geki/bests/index.js +0 -6
- package/dist/geki/bests/index.js.map +0 -1
- package/dist/geki/bests/lib/kamaiTachi/index.js.map +0 -1
- package/dist/geki/bests/type.d.ts +0 -122
- package/dist/geki/bests/type.js +0 -3
- package/dist/geki/bests/type.js.map +0 -1
- package/dist/geki/chart/database.js.map +0 -1
- package/dist/geki/chart/index.d.ts +0 -4
- package/dist/geki/chart/index.js +0 -32
- package/dist/geki/chart/index.js.map +0 -1
- package/dist/mai/best50/index.d.ts +0 -271
- package/dist/mai/best50/index.js +0 -915
- package/dist/mai/best50/index.js.map +0 -1
- package/dist/mai/chart/database.js.map +0 -1
- package/dist/mai/chart/index.d.ts +0 -238
- package/dist/mai/chart/index.js +0 -1281
- package/dist/mai/chart/index.js.map +0 -1
- package/dist/mai/level50/index.d.ts +0 -28
- package/dist/mai/level50/index.js +0 -774
- package/dist/mai/level50/index.js.map +0 -1
- package/dist/mai/lib/divingFish/index.js.map +0 -1
- package/dist/mai/lib/index.js.map +0 -1
- package/dist/mai/lib/kamaiTachi/index.js.map +0 -1
- package/dist/mai/lib/lxns/index.js.map +0 -1
- package/dist/mai/lib/maishift/index.js.map +0 -1
- /package/dist/geki/{bests/lib → lib/adapter}/index.d.ts +0 -0
- /package/dist/geki/{bests/lib → lib/adapter}/index.js +0 -0
- /package/dist/geki/{bests/lib → lib/adapter}/kamaiTachi/index.d.ts +0 -0
- /package/dist/geki/{bests/lib → lib/adapter}/kamaiTachi/index.js +0 -0
|
@@ -3,35 +3,6 @@
|
|
|
3
3
|
"name": "jp-luminous-landscape-new",
|
|
4
4
|
"width": 2920,
|
|
5
5
|
"height": 1340,
|
|
6
|
-
"sprites": {
|
|
7
|
-
"achievement": {
|
|
8
|
-
"d": "../../common/luminous/achievement/D.png",
|
|
9
|
-
"c": "../../common/luminous/achievement/C.png",
|
|
10
|
-
"b": "../../common/luminous/achievement/B.png",
|
|
11
|
-
"bb": "../../common/luminous/achievement/BB.png",
|
|
12
|
-
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
13
|
-
"a": "../../common/luminous/achievement/A.png",
|
|
14
|
-
"aa": "../../common/luminous/achievement/AA.png",
|
|
15
|
-
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
16
|
-
"s": "../../common/luminous/achievement/S.png",
|
|
17
|
-
"sp": "../../common/luminous/achievement/SP.png",
|
|
18
|
-
"ss": "../../common/luminous/achievement/SS.png",
|
|
19
|
-
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
20
|
-
"sss": "../../common/luminous/achievement/SSS.png",
|
|
21
|
-
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
22
|
-
},
|
|
23
|
-
"milestone": {
|
|
24
|
-
"aj": "../../common/versionless/milestone/aj.png",
|
|
25
|
-
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
26
|
-
"fc": "../../common/versionless/milestone/fc.png",
|
|
27
|
-
"none": "../../common/versionless/void.png"
|
|
28
|
-
},
|
|
29
|
-
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
30
|
-
"profile": {
|
|
31
|
-
"nameplate": "../../common/versionless/nameplate.png",
|
|
32
|
-
"icon": "../../common/versionless/icon.png"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
6
|
"elements": [
|
|
36
7
|
{
|
|
37
8
|
"type": "image",
|
|
@@ -70,7 +41,31 @@
|
|
|
70
41
|
"ultima": "#591C28",
|
|
71
42
|
"worldsEnd": "#70E262"
|
|
72
43
|
}
|
|
73
|
-
}
|
|
44
|
+
},
|
|
45
|
+
"sprites": {
|
|
46
|
+
"achievement": {
|
|
47
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
48
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
49
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
50
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
51
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
52
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
53
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
54
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
55
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
56
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
57
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
58
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
59
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
60
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
61
|
+
},
|
|
62
|
+
"milestone": {
|
|
63
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
64
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
65
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
66
|
+
"none": "../../common/versionless/void.png"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
74
69
|
},
|
|
75
70
|
{
|
|
76
71
|
"type": "score-grid",
|
|
@@ -93,13 +88,44 @@
|
|
|
93
88
|
"ultima": "#591C28",
|
|
94
89
|
"worldsEnd": "#70E262"
|
|
95
90
|
}
|
|
96
|
-
}
|
|
91
|
+
},
|
|
92
|
+
"sprites": {
|
|
93
|
+
"achievement": {
|
|
94
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
95
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
96
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
97
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
98
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
99
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
100
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
101
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
102
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
103
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
104
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
105
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
106
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
107
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
108
|
+
},
|
|
109
|
+
"milestone": {
|
|
110
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
111
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
112
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
113
|
+
"none": "../../common/versionless/void.png"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
97
116
|
},
|
|
98
117
|
{
|
|
99
118
|
"type": "profile",
|
|
100
119
|
"x": 100,
|
|
101
120
|
"y": 100,
|
|
102
|
-
"height": 320
|
|
121
|
+
"height": 320,
|
|
122
|
+
"sprites": {
|
|
123
|
+
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
124
|
+
"profile": {
|
|
125
|
+
"nameplate": "../../common/versionless/nameplate.png",
|
|
126
|
+
"icon": "../../common/versionless/icon.png"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
103
129
|
},
|
|
104
130
|
{
|
|
105
131
|
"type": "text",
|
|
@@ -3,35 +3,6 @@
|
|
|
3
3
|
"name": "jp-luminous-landscape-recents",
|
|
4
4
|
"width": 2320,
|
|
5
5
|
"height": 1440,
|
|
6
|
-
"sprites": {
|
|
7
|
-
"achievement": {
|
|
8
|
-
"d": "../../common/luminous/achievement/D.png",
|
|
9
|
-
"c": "../../common/luminous/achievement/C.png",
|
|
10
|
-
"b": "../../common/luminous/achievement/B.png",
|
|
11
|
-
"bb": "../../common/luminous/achievement/BB.png",
|
|
12
|
-
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
13
|
-
"a": "../../common/luminous/achievement/A.png",
|
|
14
|
-
"aa": "../../common/luminous/achievement/AA.png",
|
|
15
|
-
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
16
|
-
"s": "../../common/luminous/achievement/S.png",
|
|
17
|
-
"sp": "../../common/luminous/achievement/SP.png",
|
|
18
|
-
"ss": "../../common/luminous/achievement/SS.png",
|
|
19
|
-
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
20
|
-
"sss": "../../common/luminous/achievement/SSS.png",
|
|
21
|
-
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
22
|
-
},
|
|
23
|
-
"milestone": {
|
|
24
|
-
"aj": "../../common/versionless/milestone/aj.png",
|
|
25
|
-
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
26
|
-
"fc": "../../common/versionless/milestone/fc.png",
|
|
27
|
-
"none": "../../common/versionless/void.png"
|
|
28
|
-
},
|
|
29
|
-
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
30
|
-
"profile": {
|
|
31
|
-
"nameplate": "../../common/versionless/nameplate.png",
|
|
32
|
-
"icon": "../../common/versionless/icon.png"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
6
|
"elements": [
|
|
36
7
|
{
|
|
37
8
|
"type": "image",
|
|
@@ -70,6 +41,30 @@
|
|
|
70
41
|
"ultima": "#591C28",
|
|
71
42
|
"worldsEnd": "#70E262"
|
|
72
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"sprites": {
|
|
46
|
+
"achievement": {
|
|
47
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
48
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
49
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
50
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
51
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
52
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
53
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
54
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
55
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
56
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
57
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
58
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
59
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
60
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
61
|
+
},
|
|
62
|
+
"milestone": {
|
|
63
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
64
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
65
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
66
|
+
"none": "../../common/versionless/void.png"
|
|
67
|
+
}
|
|
73
68
|
}
|
|
74
69
|
},
|
|
75
70
|
{
|
|
@@ -93,13 +88,44 @@
|
|
|
93
88
|
"ultima": "#591C28",
|
|
94
89
|
"worldsEnd": "#70E262"
|
|
95
90
|
}
|
|
91
|
+
},
|
|
92
|
+
"sprites": {
|
|
93
|
+
"achievement": {
|
|
94
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
95
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
96
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
97
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
98
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
99
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
100
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
101
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
102
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
103
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
104
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
105
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
106
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
107
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
108
|
+
},
|
|
109
|
+
"milestone": {
|
|
110
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
111
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
112
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
113
|
+
"none": "../../common/versionless/void.png"
|
|
114
|
+
}
|
|
96
115
|
}
|
|
97
116
|
},
|
|
98
117
|
{
|
|
99
118
|
"type": "profile",
|
|
100
119
|
"x": 50,
|
|
101
120
|
"y": 50,
|
|
102
|
-
"height": 300
|
|
121
|
+
"height": 300,
|
|
122
|
+
"sprites": {
|
|
123
|
+
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
124
|
+
"profile": {
|
|
125
|
+
"nameplate": "../../common/versionless/nameplate.png",
|
|
126
|
+
"icon": "../../common/versionless/icon.png"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
103
129
|
},
|
|
104
130
|
{
|
|
105
131
|
"type": "text",
|
|
@@ -138,4 +164,4 @@
|
|
|
138
164
|
"content": "scores average: {newScoreRatingAvg}\nscores average: {oldScoreRatingAvg}\nscores average: {naiveBest50}"
|
|
139
165
|
}
|
|
140
166
|
]
|
|
141
|
-
}
|
|
167
|
+
}
|
|
@@ -3,35 +3,6 @@
|
|
|
3
3
|
"name": "jp-luminousplus-landscape-new",
|
|
4
4
|
"width": 2920,
|
|
5
5
|
"height": 1340,
|
|
6
|
-
"sprites": {
|
|
7
|
-
"achievement": {
|
|
8
|
-
"d": "../../common/luminous/achievement/D.png",
|
|
9
|
-
"c": "../../common/luminous/achievement/C.png",
|
|
10
|
-
"b": "../../common/luminous/achievement/B.png",
|
|
11
|
-
"bb": "../../common/luminous/achievement/BB.png",
|
|
12
|
-
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
13
|
-
"a": "../../common/luminous/achievement/A.png",
|
|
14
|
-
"aa": "../../common/luminous/achievement/AA.png",
|
|
15
|
-
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
16
|
-
"s": "../../common/luminous/achievement/S.png",
|
|
17
|
-
"sp": "../../common/luminous/achievement/SP.png",
|
|
18
|
-
"ss": "../../common/luminous/achievement/SS.png",
|
|
19
|
-
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
20
|
-
"sss": "../../common/luminous/achievement/SSS.png",
|
|
21
|
-
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
22
|
-
},
|
|
23
|
-
"milestone": {
|
|
24
|
-
"aj": "../../common/versionless/milestone/aj.png",
|
|
25
|
-
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
26
|
-
"fc": "../../common/versionless/milestone/fc.png",
|
|
27
|
-
"none": "../../common/versionless/void.png"
|
|
28
|
-
},
|
|
29
|
-
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
30
|
-
"profile": {
|
|
31
|
-
"nameplate": "../../common/versionless/nameplate.png",
|
|
32
|
-
"icon": "../../common/versionless/icon.png"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
6
|
"elements": [
|
|
36
7
|
{
|
|
37
8
|
"type": "image",
|
|
@@ -70,6 +41,30 @@
|
|
|
70
41
|
"ultima": "#591C28",
|
|
71
42
|
"worldsEnd": "#70E262"
|
|
72
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"sprites": {
|
|
46
|
+
"achievement": {
|
|
47
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
48
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
49
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
50
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
51
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
52
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
53
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
54
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
55
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
56
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
57
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
58
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
59
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
60
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
61
|
+
},
|
|
62
|
+
"milestone": {
|
|
63
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
64
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
65
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
66
|
+
"none": "../../common/versionless/void.png"
|
|
67
|
+
}
|
|
73
68
|
}
|
|
74
69
|
},
|
|
75
70
|
{
|
|
@@ -93,13 +88,44 @@
|
|
|
93
88
|
"ultima": "#591C28",
|
|
94
89
|
"worldsEnd": "#70E262"
|
|
95
90
|
}
|
|
91
|
+
},
|
|
92
|
+
"sprites": {
|
|
93
|
+
"achievement": {
|
|
94
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
95
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
96
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
97
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
98
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
99
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
100
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
101
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
102
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
103
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
104
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
105
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
106
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
107
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
108
|
+
},
|
|
109
|
+
"milestone": {
|
|
110
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
111
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
112
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
113
|
+
"none": "../../common/versionless/void.png"
|
|
114
|
+
}
|
|
96
115
|
}
|
|
97
116
|
},
|
|
98
117
|
{
|
|
99
118
|
"type": "profile",
|
|
100
119
|
"x": 100,
|
|
101
120
|
"y": 100,
|
|
102
|
-
"height": 320
|
|
121
|
+
"height": 320,
|
|
122
|
+
"sprites": {
|
|
123
|
+
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
124
|
+
"profile": {
|
|
125
|
+
"nameplate": "../../common/versionless/nameplate.png",
|
|
126
|
+
"icon": "../../common/versionless/icon.png"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
103
129
|
},
|
|
104
130
|
{
|
|
105
131
|
"type": "text",
|
|
@@ -129,4 +155,4 @@
|
|
|
129
155
|
"content": "average: {newScoreRatingAvg}\naverage: {oldScoreRatingAvg}\naverage: {naiveBest30}/{naiveBest50}"
|
|
130
156
|
}
|
|
131
157
|
]
|
|
132
|
-
}
|
|
158
|
+
}
|
|
@@ -3,35 +3,6 @@
|
|
|
3
3
|
"name": "jp-luminousplus-landscape-recents",
|
|
4
4
|
"width": 2320,
|
|
5
5
|
"height": 1440,
|
|
6
|
-
"sprites": {
|
|
7
|
-
"achievement": {
|
|
8
|
-
"d": "../../common/luminous/achievement/D.png",
|
|
9
|
-
"c": "../../common/luminous/achievement/C.png",
|
|
10
|
-
"b": "../../common/luminous/achievement/B.png",
|
|
11
|
-
"bb": "../../common/luminous/achievement/BB.png",
|
|
12
|
-
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
13
|
-
"a": "../../common/luminous/achievement/A.png",
|
|
14
|
-
"aa": "../../common/luminous/achievement/AA.png",
|
|
15
|
-
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
16
|
-
"s": "../../common/luminous/achievement/S.png",
|
|
17
|
-
"sp": "../../common/luminous/achievement/SP.png",
|
|
18
|
-
"ss": "../../common/luminous/achievement/SS.png",
|
|
19
|
-
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
20
|
-
"sss": "../../common/luminous/achievement/SSS.png",
|
|
21
|
-
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
22
|
-
},
|
|
23
|
-
"milestone": {
|
|
24
|
-
"aj": "../../common/versionless/milestone/aj.png",
|
|
25
|
-
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
26
|
-
"fc": "../../common/versionless/milestone/fc.png",
|
|
27
|
-
"none": "../../common/versionless/void.png"
|
|
28
|
-
},
|
|
29
|
-
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
30
|
-
"profile": {
|
|
31
|
-
"nameplate": "../../common/versionless/nameplate.png",
|
|
32
|
-
"icon": "../../common/versionless/icon.png"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
6
|
"elements": [
|
|
36
7
|
{
|
|
37
8
|
"type": "image",
|
|
@@ -70,6 +41,30 @@
|
|
|
70
41
|
"ultima": "#591C28",
|
|
71
42
|
"worldsEnd": "#70E262"
|
|
72
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"sprites": {
|
|
46
|
+
"achievement": {
|
|
47
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
48
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
49
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
50
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
51
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
52
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
53
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
54
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
55
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
56
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
57
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
58
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
59
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
60
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
61
|
+
},
|
|
62
|
+
"milestone": {
|
|
63
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
64
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
65
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
66
|
+
"none": "../../common/versionless/void.png"
|
|
67
|
+
}
|
|
73
68
|
}
|
|
74
69
|
},
|
|
75
70
|
{
|
|
@@ -93,13 +88,44 @@
|
|
|
93
88
|
"ultima": "#591C28",
|
|
94
89
|
"worldsEnd": "#70E262"
|
|
95
90
|
}
|
|
91
|
+
},
|
|
92
|
+
"sprites": {
|
|
93
|
+
"achievement": {
|
|
94
|
+
"d": "../../common/luminous/achievement/D.png",
|
|
95
|
+
"c": "../../common/luminous/achievement/C.png",
|
|
96
|
+
"b": "../../common/luminous/achievement/B.png",
|
|
97
|
+
"bb": "../../common/luminous/achievement/BB.png",
|
|
98
|
+
"bbb": "../../common/luminous/achievement/BBB.png",
|
|
99
|
+
"a": "../../common/luminous/achievement/A.png",
|
|
100
|
+
"aa": "../../common/luminous/achievement/AA.png",
|
|
101
|
+
"aaa": "../../common/luminous/achievement/AAA.png",
|
|
102
|
+
"s": "../../common/luminous/achievement/S.png",
|
|
103
|
+
"sp": "../../common/luminous/achievement/SP.png",
|
|
104
|
+
"ss": "../../common/luminous/achievement/SS.png",
|
|
105
|
+
"ssp": "../../common/luminous/achievement/SSP.png",
|
|
106
|
+
"sss": "../../common/luminous/achievement/SSS.png",
|
|
107
|
+
"sssp": "../../common/luminous/achievement/SSSP.png"
|
|
108
|
+
},
|
|
109
|
+
"milestone": {
|
|
110
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
111
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
112
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
113
|
+
"none": "../../common/versionless/void.png"
|
|
114
|
+
}
|
|
96
115
|
}
|
|
97
116
|
},
|
|
98
117
|
{
|
|
99
118
|
"type": "profile",
|
|
100
119
|
"x": 50,
|
|
101
120
|
"y": 50,
|
|
102
|
-
"height": 300
|
|
121
|
+
"height": 300,
|
|
122
|
+
"sprites": {
|
|
123
|
+
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
124
|
+
"profile": {
|
|
125
|
+
"nameplate": "../../common/versionless/nameplate.png",
|
|
126
|
+
"icon": "../../common/versionless/icon.png"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
103
129
|
},
|
|
104
130
|
{
|
|
105
131
|
"type": "text",
|
|
@@ -138,4 +164,4 @@
|
|
|
138
164
|
"content": "scores average: {newScoreRatingAvg}\nscores average: {oldScoreRatingAvg}\nscores average: {naiveBest50}"
|
|
139
165
|
}
|
|
140
166
|
]
|
|
141
|
-
}
|
|
167
|
+
}
|
|
@@ -3,35 +3,6 @@
|
|
|
3
3
|
"name": "jp-verse-landscape-new",
|
|
4
4
|
"width": 2920,
|
|
5
5
|
"height": 1340,
|
|
6
|
-
"sprites": {
|
|
7
|
-
"achievement": {
|
|
8
|
-
"d": "../../common/verse/achievement/D.png",
|
|
9
|
-
"c": "../../common/verse/achievement/C.png",
|
|
10
|
-
"b": "../../common/verse/achievement/B.png",
|
|
11
|
-
"bb": "../../common/verse/achievement/BB.png",
|
|
12
|
-
"bbb": "../../common/verse/achievement/BBB.png",
|
|
13
|
-
"a": "../../common/verse/achievement/A.png",
|
|
14
|
-
"aa": "../../common/verse/achievement/AA.png",
|
|
15
|
-
"aaa": "../../common/verse/achievement/AAA.png",
|
|
16
|
-
"s": "../../common/verse/achievement/S.png",
|
|
17
|
-
"sp": "../../common/verse/achievement/SP.png",
|
|
18
|
-
"ss": "../../common/verse/achievement/SS.png",
|
|
19
|
-
"ssp": "../../common/verse/achievement/SSP.png",
|
|
20
|
-
"sss": "../../common/verse/achievement/SSS.png",
|
|
21
|
-
"sssp": "../../common/verse/achievement/SSSP.png"
|
|
22
|
-
},
|
|
23
|
-
"milestone": {
|
|
24
|
-
"aj": "../../common/versionless/milestone/aj.png",
|
|
25
|
-
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
26
|
-
"fc": "../../common/versionless/milestone/fc.png",
|
|
27
|
-
"none": "../../common/versionless/void.png"
|
|
28
|
-
},
|
|
29
|
-
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
30
|
-
"profile": {
|
|
31
|
-
"nameplate": "../../common/versionless/nameplate.png",
|
|
32
|
-
"icon": "../../common/versionless/icon.png"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
6
|
"elements": [
|
|
36
7
|
{
|
|
37
8
|
"type": "image",
|
|
@@ -70,6 +41,30 @@
|
|
|
70
41
|
"ultima": "#591C28",
|
|
71
42
|
"worldsEnd": "#70E262"
|
|
72
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"sprites": {
|
|
46
|
+
"achievement": {
|
|
47
|
+
"d": "../../common/verse/achievement/D.png",
|
|
48
|
+
"c": "../../common/verse/achievement/C.png",
|
|
49
|
+
"b": "../../common/verse/achievement/B.png",
|
|
50
|
+
"bb": "../../common/verse/achievement/BB.png",
|
|
51
|
+
"bbb": "../../common/verse/achievement/BBB.png",
|
|
52
|
+
"a": "../../common/verse/achievement/A.png",
|
|
53
|
+
"aa": "../../common/verse/achievement/AA.png",
|
|
54
|
+
"aaa": "../../common/verse/achievement/AAA.png",
|
|
55
|
+
"s": "../../common/verse/achievement/S.png",
|
|
56
|
+
"sp": "../../common/verse/achievement/SP.png",
|
|
57
|
+
"ss": "../../common/verse/achievement/SS.png",
|
|
58
|
+
"ssp": "../../common/verse/achievement/SSP.png",
|
|
59
|
+
"sss": "../../common/verse/achievement/SSS.png",
|
|
60
|
+
"sssp": "../../common/verse/achievement/SSSP.png"
|
|
61
|
+
},
|
|
62
|
+
"milestone": {
|
|
63
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
64
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
65
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
66
|
+
"none": "../../common/versionless/void.png"
|
|
67
|
+
}
|
|
73
68
|
}
|
|
74
69
|
},
|
|
75
70
|
{
|
|
@@ -93,13 +88,44 @@
|
|
|
93
88
|
"ultima": "#591C28",
|
|
94
89
|
"worldsEnd": "#70E262"
|
|
95
90
|
}
|
|
91
|
+
},
|
|
92
|
+
"sprites": {
|
|
93
|
+
"achievement": {
|
|
94
|
+
"d": "../../common/verse/achievement/D.png",
|
|
95
|
+
"c": "../../common/verse/achievement/C.png",
|
|
96
|
+
"b": "../../common/verse/achievement/B.png",
|
|
97
|
+
"bb": "../../common/verse/achievement/BB.png",
|
|
98
|
+
"bbb": "../../common/verse/achievement/BBB.png",
|
|
99
|
+
"a": "../../common/verse/achievement/A.png",
|
|
100
|
+
"aa": "../../common/verse/achievement/AA.png",
|
|
101
|
+
"aaa": "../../common/verse/achievement/AAA.png",
|
|
102
|
+
"s": "../../common/verse/achievement/S.png",
|
|
103
|
+
"sp": "../../common/verse/achievement/SP.png",
|
|
104
|
+
"ss": "../../common/verse/achievement/SS.png",
|
|
105
|
+
"ssp": "../../common/verse/achievement/SSP.png",
|
|
106
|
+
"sss": "../../common/verse/achievement/SSS.png",
|
|
107
|
+
"sssp": "../../common/verse/achievement/SSSP.png"
|
|
108
|
+
},
|
|
109
|
+
"milestone": {
|
|
110
|
+
"aj": "../../common/versionless/milestone/aj.png",
|
|
111
|
+
"ajc": "../../common/versionless/milestone/ajc.png",
|
|
112
|
+
"fc": "../../common/versionless/milestone/fc.png",
|
|
113
|
+
"none": "../../common/versionless/void.png"
|
|
114
|
+
}
|
|
96
115
|
}
|
|
97
116
|
},
|
|
98
117
|
{
|
|
99
118
|
"type": "profile",
|
|
100
119
|
"x": 100,
|
|
101
120
|
"y": 100,
|
|
102
|
-
"height": 320
|
|
121
|
+
"height": 320,
|
|
122
|
+
"sprites": {
|
|
123
|
+
"ratingNumberMap": "../../common/versionless/numberMap.png",
|
|
124
|
+
"profile": {
|
|
125
|
+
"nameplate": "../../common/versionless/nameplate.png",
|
|
126
|
+
"icon": "../../common/versionless/icon.png"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
103
129
|
},
|
|
104
130
|
{
|
|
105
131
|
"type": "text",
|
|
@@ -129,4 +155,4 @@
|
|
|
129
155
|
"content": "average: {newScoreRatingAvg}\naverage: {oldScoreRatingAvg}\naverage: {naiveBest30}/{naiveBest50}"
|
|
130
156
|
}
|
|
131
157
|
]
|
|
132
|
-
}
|
|
158
|
+
}
|