hoshimi-venus 0.10.3 → 0.10.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/out/database/Card.json +1 -9139
- package/out/database/Character.json +1 -3759
- package/out/database/Music.json +2 -4
- package/out/database/Setting.json +9 -3
- package/out/database/Skill.json +1 -111564
- package/out/database/SkillEfficacy.json +1 -43062
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Music.json
CHANGED
@@ -1825,12 +1825,10 @@
|
|
1825
1825
|
"notSelectableStageTypes": [
|
1826
1826
|
1
|
1827
1827
|
],
|
1828
|
-
"selectableStageIds": [
|
1829
|
-
"stage-live-unique-00-00"
|
1830
|
-
],
|
1831
1828
|
"is3DAvailable": false,
|
1832
1829
|
"chartStartOffsetMillisecond": 0,
|
1833
|
-
"mvAssetId": ""
|
1830
|
+
"mvAssetId": "",
|
1831
|
+
"selectableStageIds": []
|
1834
1832
|
},
|
1835
1833
|
{
|
1836
1834
|
"id": "music-hsm-001",
|
@@ -184,6 +184,7 @@
|
|
184
184
|
23,
|
185
185
|
24,
|
186
186
|
25,
|
187
|
+
26,
|
187
188
|
1006
|
188
189
|
],
|
189
190
|
"statusEffectTypeWeaknessDownList": [
|
@@ -194,7 +195,9 @@
|
|
194
195
|
"statusEffectTypeWeaknessOtherList": [
|
195
196
|
1004,
|
196
197
|
1005,
|
197
|
-
1007
|
198
|
+
1007,
|
199
|
+
1008,
|
200
|
+
1009
|
198
201
|
],
|
199
202
|
"skillEfficacyTypeScoreList": [
|
200
203
|
1,
|
@@ -245,7 +248,8 @@
|
|
245
248
|
60,
|
246
249
|
61,
|
247
250
|
62,
|
248
|
-
64
|
251
|
+
64,
|
252
|
+
75
|
249
253
|
],
|
250
254
|
"skillEfficacyTypeSupportList": [
|
251
255
|
22,
|
@@ -276,7 +280,9 @@
|
|
276
280
|
50,
|
277
281
|
51,
|
278
282
|
63,
|
279
|
-
65
|
283
|
+
65,
|
284
|
+
71,
|
285
|
+
74
|
280
286
|
],
|
281
287
|
"tutorialActivityPromotionRewardManagerExp": 0,
|
282
288
|
"messageExcludeTimeStart": "0"
|