sonolus-pjsekai-js 1.2.4 → 1.2.6
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/README.md +33 -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/README.md
CHANGED
@@ -54,7 +54,11 @@ npm install sonolus-pjsekai-js
|
|
54
54
|
| `Sekai Active Slide Connection Yellow Active` |
|
55
55
|
| `Sekai Slot Glow Red` |
|
56
56
|
| `Sekai Slot Glow Green` |
|
57
|
+
| `Sekai Slot Glow Green Slider Hold` |
|
57
58
|
| `Sekai Slot Glow Yellow` |
|
59
|
+
| `Sekai Slot Glow Yellow Flick` |
|
60
|
+
| `Sekai Slot Glow Yellow Slider Tap` |
|
61
|
+
| `Sekai Slot Glow Yellow Slider Hold` |
|
58
62
|
| `Sekai Slot Glow Cyan` |
|
59
63
|
| `Sekai Slot Red` |
|
60
64
|
| `Sekai Slot Green` |
|
@@ -90,11 +94,16 @@ npm install sonolus-pjsekai-js
|
|
90
94
|
| `Bad` |
|
91
95
|
| `Miss` |
|
92
96
|
| `C0 - C9` |
|
93
|
-
| `AP0 - AP9` |
|
94
97
|
| `Combo` |
|
98
|
+
| `AP0 - AP9` |
|
99
|
+
| `ApCombo` |
|
95
100
|
| `Fast` |
|
96
101
|
| `Late` |
|
97
102
|
| `Flick` |
|
103
|
+
| `Glow0 - Glow9` |
|
104
|
+
| `GlowCombo` |
|
105
|
+
| `Damage` |
|
106
|
+
| `Auto Live` |
|
98
107
|
|
99
108
|
### Effect Clips
|
100
109
|
|
@@ -110,19 +119,29 @@ npm install sonolus-pjsekai-js
|
|
110
119
|
|
111
120
|
### Particle Effects
|
112
121
|
|
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`
|
122
|
+
| Name |
|
123
|
+
| --------------------------------------- |
|
124
|
+
| `Sekai Trace Note Circular Green` |
|
125
|
+
| `Sekai Trace Note Linear Green` |
|
126
|
+
| `Sekai Trace Note Circular Yellow` |
|
127
|
+
| `Sekai Trace Note Linear Yellow` |
|
128
|
+
| `Sekai Note Lane Linear` |
|
129
|
+
| `Sekai Critical Lane Linear` |
|
130
|
+
| `Sekai Critical Flick Lane Linear` |
|
131
|
+
| `Sekai Critical Slide Circular Yellow` |
|
132
|
+
| `Sekai Critical Slide Linear Yellow` |
|
133
|
+
| `Sekai Critical Flick Circular Yellow` |
|
134
|
+
| `Sekai Critical Flick Linear Yellow` |
|
135
|
+
| `Sekai Normal Slide Connector Linear` |
|
136
|
+
| `Sekai Critical Slide Connector Linear` |
|
137
|
+
| `Sekai Slot Linear Tap Cyan` |
|
138
|
+
| `Sekai Slot Linear Tap Yellow` |
|
139
|
+
| `Sekai Slot Linear Slide Tap Green` |
|
140
|
+
| `Sekai Slot Linear Slide Tap Yellow` |
|
141
|
+
| `Sekai Slot Linear Alternative Red` |
|
142
|
+
| `Sekai Slot Linear Alternative Yellow` |
|
143
|
+
| `Sekai Slot Linear Slide Green` |
|
144
|
+
| `Sekai Slot Linear Slide Yellow` |
|
126
145
|
|
127
146
|
## Documentation
|
128
147
|
|
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.6';
|
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.6";
|
6
6
|
export declare const databaseEngineItem: {
|
7
7
|
readonly name: "prosekaR";
|
8
8
|
readonly version: 13;
|