maidraw 0.11.8 → 0.11.10

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.
Files changed (67) hide show
  1. package/assets/themes/chunithm/best/common/paradise/achievement/A.webp +0 -0
  2. package/assets/themes/chunithm/best/common/paradise/achievement/AA.webp +0 -0
  3. package/assets/themes/chunithm/best/common/paradise/achievement/AAA.webp +0 -0
  4. package/assets/themes/chunithm/best/common/paradise/achievement/B.webp +0 -0
  5. package/assets/themes/chunithm/best/common/paradise/achievement/BB.webp +0 -0
  6. package/assets/themes/chunithm/best/common/paradise/achievement/BBB.webp +0 -0
  7. package/assets/themes/chunithm/best/common/paradise/achievement/C.webp +0 -0
  8. package/assets/themes/chunithm/best/common/paradise/achievement/D.webp +0 -0
  9. package/assets/themes/chunithm/best/common/paradise/achievement/S.webp +0 -0
  10. package/assets/themes/chunithm/best/common/paradise/achievement/SS.webp +0 -0
  11. package/assets/themes/chunithm/best/common/paradise/achievement/SSS.webp +0 -0
  12. package/assets/themes/chunithm/best/common/paradise/jp/background/new.webp +0 -0
  13. package/assets/themes/chunithm/best/common/paradise/jp/background/recents.webp +0 -0
  14. package/assets/themes/chunithm/best/common/paradise/lost/logo.webp +0 -0
  15. package/assets/themes/chunithm/best/common/versionless/rating/numberMaps/plost/bronze.webp +0 -0
  16. package/assets/themes/chunithm/best/common/versionless/rating/numberMaps/plost/gold.webp +0 -0
  17. package/assets/themes/chunithm/best/common/versionless/rating/numberMaps/plost/platinum.webp +0 -0
  18. package/assets/themes/chunithm/best/common/versionless/rating/numberMaps/plost/rainbow.webp +0 -0
  19. package/assets/themes/chunithm/best/common/versionless/rating/numberMaps/plost/silver.webp +0 -0
  20. package/assets/themes/chunithm/best/common/versionless/rating/numberMaps/plost/white.webp +0 -0
  21. package/assets/themes/chunithm/best/paradiseLost/new/manifest.json +180 -0
  22. package/assets/themes/chunithm/best/paradiseLost/recents/manifest.json +189 -0
  23. package/assets/themes/maimai/best50/common/circle/achievement/a.webp +0 -0
  24. package/assets/themes/maimai/best50/common/circle/achievement/aa.webp +0 -0
  25. package/assets/themes/maimai/best50/common/circle/achievement/aaa.webp +0 -0
  26. package/assets/themes/maimai/best50/common/circle/achievement/b.webp +0 -0
  27. package/assets/themes/maimai/best50/common/circle/achievement/bb.webp +0 -0
  28. package/assets/themes/maimai/best50/common/circle/achievement/bbb.webp +0 -0
  29. package/assets/themes/maimai/best50/common/circle/achievement/c.webp +0 -0
  30. package/assets/themes/maimai/best50/common/circle/achievement/d.webp +0 -0
  31. package/assets/themes/maimai/best50/common/circle/achievement/s.webp +0 -0
  32. package/assets/themes/maimai/best50/common/circle/achievement/sp.webp +0 -0
  33. package/assets/themes/maimai/best50/common/circle/achievement/ss.webp +0 -0
  34. package/assets/themes/maimai/best50/common/circle/achievement/ssp.webp +0 -0
  35. package/assets/themes/maimai/best50/common/circle/achievement/sss.webp +0 -0
  36. package/assets/themes/maimai/best50/common/circle/achievement/sssp.webp +0 -0
  37. package/assets/themes/maimai/best50/jp/circleLandscape/manifest.json +28 -28
  38. package/assets/themes/maimai/best50/jp/circlePortrait/manifest.json +28 -28
  39. package/assets/themes/maimai/chart/common/versionless/logo/jp/260.webp +0 -0
  40. package/assets/themes/maimai/chart/jp/circle/manifest.json +16 -15
  41. package/assets/themes/maimai/chart/jp/prism/manifest.json +2 -1
  42. package/assets/themes/maimai/chart/jp/prismPlus/manifest.json +2 -1
  43. package/dist/chu/lib/adapter/kamaiTachi/index.js +3 -1
  44. package/dist/chu/lib/adapter/kamaiTachi/index.js.map +1 -1
  45. package/dist/chu/lib/util.d.ts +9 -2
  46. package/dist/chu/lib/util.js +55 -3
  47. package/dist/chu/lib/util.js.map +1 -1
  48. package/dist/chu/painter/best50/index.d.ts +2 -0
  49. package/dist/chu/painter/best50/index.js +13 -3
  50. package/dist/chu/painter/best50/index.js.map +1 -1
  51. package/dist/chu/painter/chart/index.d.ts +2 -0
  52. package/dist/chu/painter/chart/index.js +10 -1
  53. package/dist/chu/painter/chart/index.js.map +1 -1
  54. package/dist/chu/painter/index.d.ts +2 -2
  55. package/dist/chu/painter/index.js +59 -21
  56. package/dist/chu/painter/index.js.map +1 -1
  57. package/dist/mai/lib/adapter/kamaiTachi/index.js +28 -27
  58. package/dist/mai/lib/adapter/kamaiTachi/index.js.map +1 -1
  59. package/dist/mai/painter/best50/index.js +1 -1
  60. package/dist/mai/painter/best50/index.js.map +1 -1
  61. package/dist/mai/painter/chart/index.js +1 -1
  62. package/dist/mai/painter/chart/index.js.map +1 -1
  63. package/dist/mai/painter/index.js +2 -2
  64. package/dist/mai/painter/index.js.map +1 -1
  65. package/dist/mai/painter/level50/index.js +1 -1
  66. package/dist/mai/painter/level50/index.js.map +1 -1
  67. package/package.json +1 -1
@@ -0,0 +1,180 @@
1
+ {
2
+ "displayName": "CHUNITHM PARADISE LOST",
3
+ "name": "jp-paradiselost-landscape-new",
4
+ "width": 2920,
5
+ "height": 1340,
6
+ "elements": [
7
+ {
8
+ "type": "image",
9
+ "x": 0,
10
+ "y": 0,
11
+ "width": 2920,
12
+ "height": 1340,
13
+ "path": "../../common/paradise/jp/background/new.webp"
14
+ },
15
+ {
16
+ "type": "image",
17
+ "x": 925,
18
+ "y": 40,
19
+ "width": 450,
20
+ "path": "../../common/paradise/lost/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/paradise/achievement/D.webp",
47
+ "c": "../../common/paradise/achievement/C.webp",
48
+ "b": "../../common/paradise/achievement/B.webp",
49
+ "bb": "../../common/paradise/achievement/BB.webp",
50
+ "bbb": "../../common/paradise/achievement/BBB.webp",
51
+ "a": "../../common/paradise/achievement/A.webp",
52
+ "aa": "../../common/paradise/achievement/AA.webp",
53
+ "aaa": "../../common/paradise/achievement/AAA.webp",
54
+ "s": "../../common/paradise/achievement/S.webp",
55
+ "sp": "../../common/paradise/achievement/S.webp",
56
+ "ss": "../../common/paradise/achievement/SS.webp",
57
+ "ssp": "../../common/paradise/achievement/SS.webp",
58
+ "sss": "../../common/paradise/achievement/SSS.webp",
59
+ "sssp": "../../common/paradise/achievement/SSS.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/paradise/achievement/D.webp",
94
+ "c": "../../common/paradise/achievement/C.webp",
95
+ "b": "../../common/paradise/achievement/B.webp",
96
+ "bb": "../../common/paradise/achievement/BB.webp",
97
+ "bbb": "../../common/paradise/achievement/BBB.webp",
98
+ "a": "../../common/paradise/achievement/A.webp",
99
+ "aa": "../../common/paradise/achievement/AA.webp",
100
+ "aaa": "../../common/paradise/achievement/AAA.webp",
101
+ "s": "../../common/paradise/achievement/S.webp",
102
+ "sp": "../../common/paradise/achievement/S.webp",
103
+ "ss": "../../common/paradise/achievement/SS.webp",
104
+ "ssp": "../../common/paradise/achievement/SS.webp",
105
+ "sss": "../../common/paradise/achievement/SSS.webp",
106
+ "sssp": "../../common/paradise/achievement/SSS.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/plost/white.webp",
124
+ "bronze": "../../common/versionless/rating/numberMaps/plost/bronze.webp",
125
+ "silver": "../../common/versionless/rating/numberMaps/plost/silver.webp",
126
+ "gold": "../../common/versionless/rating/numberMaps/plost/gold.webp",
127
+ "platinum": "../../common/versionless/rating/numberMaps/plost/platinum.webp",
128
+ "rainbow": "../../common/versionless/rating/numberMaps/plost/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": "#178ea1",
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": "#178ea1",
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": "#178ea1",
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": "#178ea1",
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,189 @@
1
+ {
2
+ "displayName": "CHUNITHM PARADISE LOST",
3
+ "name": "jp-paradiselost-landscape-recents",
4
+ "width": 2320,
5
+ "height": 1440,
6
+ "elements": [
7
+ {
8
+ "type": "image",
9
+ "x": 0,
10
+ "y": 0,
11
+ "width": 2320,
12
+ "height": 1440,
13
+ "path": "../../common/paradise/jp/background/recents.webp"
14
+ },
15
+ {
16
+ "type": "image",
17
+ "x": 925,
18
+ "y": 40,
19
+ "width": 450,
20
+ "path": "../../common/paradise/lost/logo.webp"
21
+ },
22
+ {
23
+ "type": "score-grid",
24
+ "x": 70,
25
+ "y": 500,
26
+ "horizontalSize": 2,
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/paradise/achievement/D.webp",
47
+ "c": "../../common/paradise/achievement/C.webp",
48
+ "b": "../../common/paradise/achievement/B.webp",
49
+ "bb": "../../common/paradise/achievement/BB.webp",
50
+ "bbb": "../../common/paradise/achievement/BBB.webp",
51
+ "a": "../../common/paradise/achievement/A.webp",
52
+ "aa": "../../common/paradise/achievement/AA.webp",
53
+ "aaa": "../../common/paradise/achievement/AAA.webp",
54
+ "s": "../../common/paradise/achievement/S.webp",
55
+ "sp": "../../common/paradise/achievement/S.webp",
56
+ "ss": "../../common/paradise/achievement/SS.webp",
57
+ "ssp": "../../common/paradise/achievement/SS.webp",
58
+ "sss": "../../common/paradise/achievement/SSS.webp",
59
+ "sssp": "../../common/paradise/achievement/SSS.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": 730,
72
+ "y": 325,
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/paradise/achievement/D.webp",
94
+ "c": "../../common/paradise/achievement/C.webp",
95
+ "b": "../../common/paradise/achievement/B.webp",
96
+ "bb": "../../common/paradise/achievement/BB.webp",
97
+ "bbb": "../../common/paradise/achievement/BBB.webp",
98
+ "a": "../../common/paradise/achievement/A.webp",
99
+ "aa": "../../common/paradise/achievement/AA.webp",
100
+ "aaa": "../../common/paradise/achievement/AAA.webp",
101
+ "s": "../../common/paradise/achievement/S.webp",
102
+ "sp": "../../common/paradise/achievement/S.webp",
103
+ "ss": "../../common/paradise/achievement/SS.webp",
104
+ "ssp": "../../common/paradise/achievement/SS.webp",
105
+ "sss": "../../common/paradise/achievement/SSS.webp",
106
+ "sssp": "../../common/paradise/achievement/SSS.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": 50,
119
+ "y": 50,
120
+ "height": 300,
121
+ "sprites": {
122
+ "ratingNumberMap": {
123
+ "white": "../../common/versionless/rating/numberMaps/plost/white.webp",
124
+ "bronze": "../../common/versionless/rating/numberMaps/plost/bronze.webp",
125
+ "silver": "../../common/versionless/rating/numberMaps/plost/silver.webp",
126
+ "gold": "../../common/versionless/rating/numberMaps/plost/gold.webp",
127
+ "platinum": "../../common/versionless/rating/numberMaps/plost/platinum.webp",
128
+ "rainbow": "../../common/versionless/rating/numberMaps/plost/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": 2240,
141
+ "y": 1407,
142
+ "borderColor": "#178ea1",
143
+ "align": "right",
144
+ "content": "Generated by saltbot | chunithm.cab/discord | chunithm.cab/invite"
145
+ },
146
+ {
147
+ "type": "text",
148
+ "size": 24,
149
+ "x": 80,
150
+ "y": 405,
151
+ "borderColor": "#178ea1",
152
+ "align": "left",
153
+ "content": "RECENT\nBEST\nNAIVE 50"
154
+ },
155
+ {
156
+ "type": "text",
157
+ "size": 11,
158
+ "x": 147,
159
+ "y": 438,
160
+ "borderColor": "#178ea1",
161
+ "align": "left",
162
+ "content": "NAIVE 30"
163
+ },
164
+ {
165
+ "type": "text",
166
+ "size": 24,
167
+ "x": 210,
168
+ "y": 405,
169
+ "borderColor": "#178ea1",
170
+ "align": "left",
171
+ "content": "scores average: {newScoreRatingAvg}\nscores average: {oldScoreRatingAvg}\nscores average: {naiveBest50}"
172
+ },
173
+ {
174
+ "type": "hitokoto",
175
+ "size": 24,
176
+ "x": 80,
177
+ "y": 1403,
178
+ "width": 1000,
179
+ "linebreak": true,
180
+ "borderColor": "#178ea1",
181
+ "align": "left",
182
+ "probability": 0.1,
183
+ "customLines": [
184
+ "../../../../../hitokoto/general.json",
185
+ "../../../../../hitokoto/support/chunithm.json"
186
+ ]
187
+ }
188
+ ]
189
+ }
@@ -57,20 +57,20 @@
57
57
  },
58
58
  "sprites": {
59
59
  "achievement": {
60
- "d": "../../common/salt/achievement/d.webp",
61
- "c": "../../common/salt/achievement/c.webp",
62
- "b": "../../common/salt/achievement/b.webp",
63
- "bb": "../../common/salt/achievement/bb.webp",
64
- "bbb": "../../common/salt/achievement/bbb.webp",
65
- "a": "../../common/salt/achievement/a.webp",
66
- "aa": "../../common/salt/achievement/aa.webp",
67
- "aaa": "../../common/salt/achievement/aaa.webp",
68
- "s": "../../common/salt/achievement/s.webp",
69
- "sp": "../../common/salt/achievement/sp.webp",
70
- "ss": "../../common/salt/achievement/ss.webp",
71
- "ssp": "../../common/salt/achievement/ssp.webp",
72
- "sss": "../../common/salt/achievement/sss.webp",
73
- "sssp": "../../common/salt/achievement/sssp.webp"
60
+ "d": "../../common/circle/achievement/d.webp",
61
+ "c": "../../common/circle/achievement/c.webp",
62
+ "b": "../../common/circle/achievement/b.webp",
63
+ "bb": "../../common/circle/achievement/bb.webp",
64
+ "bbb": "../../common/circle/achievement/bbb.webp",
65
+ "a": "../../common/circle/achievement/a.webp",
66
+ "aa": "../../common/circle/achievement/aa.webp",
67
+ "aaa": "../../common/circle/achievement/aaa.webp",
68
+ "s": "../../common/circle/achievement/s.webp",
69
+ "sp": "../../common/circle/achievement/sp.webp",
70
+ "ss": "../../common/circle/achievement/ss.webp",
71
+ "ssp": "../../common/circle/achievement/ssp.webp",
72
+ "sss": "../../common/circle/achievement/sss.webp",
73
+ "sssp": "../../common/circle/achievement/sssp.webp"
74
74
  },
75
75
  "mode": {
76
76
  "standard": "../../common/versionless/mode/jp/standard.webp",
@@ -114,20 +114,20 @@
114
114
  },
115
115
  "sprites": {
116
116
  "achievement": {
117
- "d": "../../common/salt/achievement/d.webp",
118
- "c": "../../common/salt/achievement/c.webp",
119
- "b": "../../common/salt/achievement/b.webp",
120
- "bb": "../../common/salt/achievement/bb.webp",
121
- "bbb": "../../common/salt/achievement/bbb.webp",
122
- "a": "../../common/salt/achievement/a.webp",
123
- "aa": "../../common/salt/achievement/aa.webp",
124
- "aaa": "../../common/salt/achievement/aaa.webp",
125
- "s": "../../common/salt/achievement/s.webp",
126
- "sp": "../../common/salt/achievement/sp.webp",
127
- "ss": "../../common/salt/achievement/ss.webp",
128
- "ssp": "../../common/salt/achievement/ssp.webp",
129
- "sss": "../../common/salt/achievement/sss.webp",
130
- "sssp": "../../common/salt/achievement/sssp.webp"
117
+ "d": "../../common/circle/achievement/d.webp",
118
+ "c": "../../common/circle/achievement/c.webp",
119
+ "b": "../../common/circle/achievement/b.webp",
120
+ "bb": "../../common/circle/achievement/bb.webp",
121
+ "bbb": "../../common/circle/achievement/bbb.webp",
122
+ "a": "../../common/circle/achievement/a.webp",
123
+ "aa": "../../common/circle/achievement/aa.webp",
124
+ "aaa": "../../common/circle/achievement/aaa.webp",
125
+ "s": "../../common/circle/achievement/s.webp",
126
+ "sp": "../../common/circle/achievement/sp.webp",
127
+ "ss": "../../common/circle/achievement/ss.webp",
128
+ "ssp": "../../common/circle/achievement/ssp.webp",
129
+ "sss": "../../common/circle/achievement/sss.webp",
130
+ "sssp": "../../common/circle/achievement/sssp.webp"
131
131
  },
132
132
  "mode": {
133
133
  "standard": "../../common/versionless/mode/jp/standard.webp",
@@ -57,20 +57,20 @@
57
57
  },
58
58
  "sprites": {
59
59
  "achievement": {
60
- "d": "../../common/salt/achievement/d.webp",
61
- "c": "../../common/salt/achievement/c.webp",
62
- "b": "../../common/salt/achievement/b.webp",
63
- "bb": "../../common/salt/achievement/bb.webp",
64
- "bbb": "../../common/salt/achievement/bbb.webp",
65
- "a": "../../common/salt/achievement/a.webp",
66
- "aa": "../../common/salt/achievement/aa.webp",
67
- "aaa": "../../common/salt/achievement/aaa.webp",
68
- "s": "../../common/salt/achievement/s.webp",
69
- "sp": "../../common/salt/achievement/sp.webp",
70
- "ss": "../../common/salt/achievement/ss.webp",
71
- "ssp": "../../common/salt/achievement/ssp.webp",
72
- "sss": "../../common/salt/achievement/sss.webp",
73
- "sssp": "../../common/salt/achievement/sssp.webp"
60
+ "d": "../../common/circle/achievement/d.webp",
61
+ "c": "../../common/circle/achievement/c.webp",
62
+ "b": "../../common/circle/achievement/b.webp",
63
+ "bb": "../../common/circle/achievement/bb.webp",
64
+ "bbb": "../../common/circle/achievement/bbb.webp",
65
+ "a": "../../common/circle/achievement/a.webp",
66
+ "aa": "../../common/circle/achievement/aa.webp",
67
+ "aaa": "../../common/circle/achievement/aaa.webp",
68
+ "s": "../../common/circle/achievement/s.webp",
69
+ "sp": "../../common/circle/achievement/sp.webp",
70
+ "ss": "../../common/circle/achievement/ss.webp",
71
+ "ssp": "../../common/circle/achievement/ssp.webp",
72
+ "sss": "../../common/circle/achievement/sss.webp",
73
+ "sssp": "../../common/circle/achievement/sssp.webp"
74
74
  },
75
75
  "mode": {
76
76
  "standard": "../../common/versionless/mode/jp/standard.webp",
@@ -114,20 +114,20 @@
114
114
  },
115
115
  "sprites": {
116
116
  "achievement": {
117
- "d": "../../common/salt/achievement/d.webp",
118
- "c": "../../common/salt/achievement/c.webp",
119
- "b": "../../common/salt/achievement/b.webp",
120
- "bb": "../../common/salt/achievement/bb.webp",
121
- "bbb": "../../common/salt/achievement/bbb.webp",
122
- "a": "../../common/salt/achievement/a.webp",
123
- "aa": "../../common/salt/achievement/aa.webp",
124
- "aaa": "../../common/salt/achievement/aaa.webp",
125
- "s": "../../common/salt/achievement/s.webp",
126
- "sp": "../../common/salt/achievement/sp.webp",
127
- "ss": "../../common/salt/achievement/ss.webp",
128
- "ssp": "../../common/salt/achievement/ssp.webp",
129
- "sss": "../../common/salt/achievement/sss.webp",
130
- "sssp": "../../common/salt/achievement/sssp.webp"
117
+ "d": "../../common/circle/achievement/d.webp",
118
+ "c": "../../common/circle/achievement/c.webp",
119
+ "b": "../../common/circle/achievement/b.webp",
120
+ "bb": "../../common/circle/achievement/bb.webp",
121
+ "bbb": "../../common/circle/achievement/bbb.webp",
122
+ "a": "../../common/circle/achievement/a.webp",
123
+ "aa": "../../common/circle/achievement/aa.webp",
124
+ "aaa": "../../common/circle/achievement/aaa.webp",
125
+ "s": "../../common/circle/achievement/s.webp",
126
+ "sp": "../../common/circle/achievement/sp.webp",
127
+ "ss": "../../common/circle/achievement/ss.webp",
128
+ "ssp": "../../common/circle/achievement/ssp.webp",
129
+ "sss": "../../common/circle/achievement/sss.webp",
130
+ "sssp": "../../common/circle/achievement/sssp.webp"
131
131
  },
132
132
  "mode": {
133
133
  "standard": "../../common/versionless/mode/jp/standard.webp",