sonolus-pjsekai-js 1.2.3 → 1.2.5
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/LICENSE +21 -0
- package/README.md +32 -14
- package/dist/EngineConfiguration +0 -0
- package/dist/EnginePlayData +0 -0
- package/dist/EnginePreviewData +0 -0
- package/dist/EngineWatchData +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/package.json +1 -1
package/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2025 Hyeon2
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
@@ -55,6 +55,9 @@ npm install sonolus-pjsekai-js
|
|
55
55
|
| `Sekai Slot Glow Red` |
|
56
56
|
| `Sekai Slot Glow Green` |
|
57
57
|
| `Sekai Slot Glow Yellow` |
|
58
|
+
| `Sekai Slot Glow Yellow Flick` |
|
59
|
+
| `Sekai Slot Glow Yellow Slider Tap` |
|
60
|
+
| `Sekai Slot Glow Yellow Slider Hold` |
|
58
61
|
| `Sekai Slot Glow Cyan` |
|
59
62
|
| `Sekai Slot Red` |
|
60
63
|
| `Sekai Slot Green` |
|
@@ -90,11 +93,16 @@ npm install sonolus-pjsekai-js
|
|
90
93
|
| `Bad` |
|
91
94
|
| `Miss` |
|
92
95
|
| `C0 - C9` |
|
93
|
-
| `AP0 - AP9` |
|
94
96
|
| `Combo` |
|
97
|
+
| `AP0 - AP9` |
|
98
|
+
| `ApCombo` |
|
95
99
|
| `Fast` |
|
96
100
|
| `Late` |
|
97
101
|
| `Flick` |
|
102
|
+
| `Glow0 - Glow9` |
|
103
|
+
| `GlowCombo` |
|
104
|
+
| `Damage` |
|
105
|
+
| `Auto Live` |
|
98
106
|
|
99
107
|
### Effect Clips
|
100
108
|
|
@@ -110,19 +118,29 @@ npm install sonolus-pjsekai-js
|
|
110
118
|
|
111
119
|
### Particle Effects
|
112
120
|
|
113
|
-
| Name
|
114
|
-
|
|
115
|
-
| `Sekai Trace Note Circular Green`
|
116
|
-
| `Sekai Trace Note Linear Green`
|
117
|
-
| `Sekai Trace Note Circular Yellow`
|
118
|
-
| `Sekai Trace Note Linear Yellow`
|
119
|
-
| `Sekai Note Lane Linear`
|
120
|
-
| `Sekai Critical Lane Linear`
|
121
|
-
| `Sekai Critical Flick Lane Linear`
|
122
|
-
| `Sekai Critical Slide Circular Yellow`
|
123
|
-
| `Sekai Critical Slide Linear Yellow`
|
124
|
-
| `Sekai Critical Flick Circular Yellow`
|
125
|
-
| `Sekai Critical Flick Linear Yellow`
|
121
|
+
| Name |
|
122
|
+
| --------------------------------------- |
|
123
|
+
| `Sekai Trace Note Circular Green` |
|
124
|
+
| `Sekai Trace Note Linear Green` |
|
125
|
+
| `Sekai Trace Note Circular Yellow` |
|
126
|
+
| `Sekai Trace Note Linear Yellow` |
|
127
|
+
| `Sekai Note Lane Linear` |
|
128
|
+
| `Sekai Critical Lane Linear` |
|
129
|
+
| `Sekai Critical Flick Lane Linear` |
|
130
|
+
| `Sekai Critical Slide Circular Yellow` |
|
131
|
+
| `Sekai Critical Slide Linear Yellow` |
|
132
|
+
| `Sekai Critical Flick Circular Yellow` |
|
133
|
+
| `Sekai Critical Flick Linear Yellow` |
|
134
|
+
| `Sekai Normal Slide Connector Linear` |
|
135
|
+
| `Sekai Critical Slide Connector Linear` |
|
136
|
+
| `Sekai Slot Linear Tap Cyan` |
|
137
|
+
| `Sekai Slot Linear Tap Yellow` |
|
138
|
+
| `Sekai Slot Linear Slide Tap Green` |
|
139
|
+
| `Sekai Slot Linear Slide Tap Yellow` |
|
140
|
+
| `Sekai Slot Linear Alternative Red` |
|
141
|
+
| `Sekai Slot Linear Alternative Yellow` |
|
142
|
+
| `Sekai Slot Linear Slide Green` |
|
143
|
+
| `Sekai Slot Linear Slide Yellow` |
|
126
144
|
|
127
145
|
## Documentation
|
128
146
|
|
package/dist/EngineConfiguration
CHANGED
Binary file
|
package/dist/EnginePlayData
CHANGED
Binary file
|
package/dist/EnginePreviewData
CHANGED
Binary file
|
package/dist/EngineWatchData
CHANGED
Binary file
|
package/dist/index.cjs
CHANGED
@@ -22,7 +22,7 @@ Object.defineProperty(exports, "uscToLevelData", { enumerable: true, get: functi
|
|
22
22
|
__exportStar(require("./usc/index.cjs"), exports);
|
23
23
|
var revert_cjs_1 = require("./usc/revert.cjs");
|
24
24
|
Object.defineProperty(exports, "uscToUSC", { enumerable: true, get: function () { return revert_cjs_1.uscToUSC; } });
|
25
|
-
exports.version = '1.2.
|
25
|
+
exports.version = '1.2.5';
|
26
26
|
exports.databaseEngineItem = {
|
27
27
|
name: 'prosekaR',
|
28
28
|
version: 13,
|
package/dist/index.d.cts
CHANGED
@@ -2,7 +2,7 @@ export { susToUSC } from './sus/convert.cjs';
|
|
2
2
|
export { uscToLevelData } from './usc/convert.cjs';
|
3
3
|
export * from './usc/index.cjs';
|
4
4
|
export { uscToUSC } from './usc/revert.cjs';
|
5
|
-
export declare const version = "1.2.
|
5
|
+
export declare const version = "1.2.5";
|
6
6
|
export declare const databaseEngineItem: {
|
7
7
|
readonly name: "prosekaR";
|
8
8
|
readonly version: 13;
|