sonolus-pjsekai-js 1.2.4 → 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/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
 
Binary file
Binary file
Binary file
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.4';
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.4";
5
+ export declare const version = "1.2.5";
6
6
  export declare const databaseEngineItem: {
7
7
  readonly name: "prosekaR";
8
8
  readonly version: 13;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonolus-pjsekai-js",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A recreation of Project Sekai: Colorful Stage! engine in Sonolus",
5
5
  "type": "module",
6
6
  "files": [