hoshimi-venus 0.14.45 → 0.14.47
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 +122 -0
- package/out/database/Character.json +6 -0
- package/out/database/LiveAbility.json +158 -0
- package/out/database/LiveBonus.json +12 -0
- package/out/database/LiveBonusGroup.json +12 -0
- package/out/database/MarathonQuest.json +140 -0
- package/out/database/Music.json +10 -3
- package/out/database/Quest.json +5 -5
- package/out/database/RaidQuest.json +371 -0
- package/out/database/Skill.json +1336 -0
- package/out/database/SkillEfficacy.json +640 -0
- package/out/database/SkillTarget.json +5 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Card.json
CHANGED
@@ -167,6 +167,67 @@
|
|
167
167
|
"messages": [],
|
168
168
|
"homeTalks": []
|
169
169
|
},
|
170
|
+
{
|
171
|
+
"id": "card-ai-05-fest-00",
|
172
|
+
"assetId": "ai-05-fest-00",
|
173
|
+
"name": "火花散らす熱いキモチ",
|
174
|
+
"description": "これからも憧れさせてみせます、それが勇気になるから\nこの、四人のLizNoirで!",
|
175
|
+
"type": 1,
|
176
|
+
"characterId": "char-ai",
|
177
|
+
"initialRarity": 5,
|
178
|
+
"cardParameterId": "card-param-01",
|
179
|
+
"vocalRatioPermil": 435,
|
180
|
+
"danceRatioPermil": 320,
|
181
|
+
"visualRatioPermil": 275,
|
182
|
+
"staminaRatioPermil": 900,
|
183
|
+
"cardLevelReleaseId": "card_level_release_1",
|
184
|
+
"skillId1": "sk-ai-05-fest-00-1",
|
185
|
+
"skillId2": "sk-ai-05-fest-00-2",
|
186
|
+
"skillId3": "sk-ai-05-fest-00-3",
|
187
|
+
"liveAbilityId": "lba-active_skill_score_multiply",
|
188
|
+
"order": 315,
|
189
|
+
"releaseDate": "1695783600000",
|
190
|
+
"rewardCostumeId": "cos-ai-fest-02",
|
191
|
+
"imageType1": 3,
|
192
|
+
"displayPositionX1": -0.233,
|
193
|
+
"displayScale1": 1.0,
|
194
|
+
"highlightDisplayPositionX1": 0.872,
|
195
|
+
"highlightDisplayPositionY1": 0.24,
|
196
|
+
"highlightDisplayScale1": 0.9,
|
197
|
+
"imageType2": 3,
|
198
|
+
"displayPositionX2": -0.233,
|
199
|
+
"displayScale2": 1.0,
|
200
|
+
"highlightDisplayPositionX2": 0.872,
|
201
|
+
"highlightDisplayPositionY2": 0.24,
|
202
|
+
"highlightDisplayScale2": 0.9,
|
203
|
+
"obtainMessage": "今度は私が、勇気をあげます!",
|
204
|
+
"stories": [
|
205
|
+
{
|
206
|
+
"storyId": "st-card-ai-05-fest-00-01"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"storyId": "st-card-ai-05-fest-00-02"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"storyId": "st-card-ai-05-fest-00-03"
|
213
|
+
}
|
214
|
+
],
|
215
|
+
"messages": [
|
216
|
+
{
|
217
|
+
"messageId": "message-card-ai-05-fest-00",
|
218
|
+
"telephoneId": ""
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"telephoneId": "tel-card-ai-05-fest-00",
|
222
|
+
"messageId": ""
|
223
|
+
}
|
224
|
+
],
|
225
|
+
"activityAbilityId": "",
|
226
|
+
"displayPositionY1": 0.0,
|
227
|
+
"displayPositionY2": 0.0,
|
228
|
+
"rewardHairId": "",
|
229
|
+
"homeTalks": []
|
230
|
+
},
|
170
231
|
{
|
171
232
|
"id": "card-ai-05-idol-00",
|
172
233
|
"assetId": "ai-05-idol-00",
|
@@ -2739,6 +2800,67 @@
|
|
2739
2800
|
"messages": [],
|
2740
2801
|
"homeTalks": []
|
2741
2802
|
},
|
2803
|
+
{
|
2804
|
+
"id": "card-kkr-05-fest-00",
|
2805
|
+
"assetId": "kkr-05-fest-00",
|
2806
|
+
"name": "戯言に隠すホントの願い",
|
2807
|
+
"description": "今は私達がLizNoirです\n憧れを胸に抱いて、でも過去は振り返らないで\n前に進みます",
|
2808
|
+
"type": 3,
|
2809
|
+
"characterId": "char-kkr",
|
2810
|
+
"initialRarity": 5,
|
2811
|
+
"cardParameterId": "card-param-01",
|
2812
|
+
"vocalRatioPermil": 311,
|
2813
|
+
"danceRatioPermil": 272,
|
2814
|
+
"visualRatioPermil": 417,
|
2815
|
+
"staminaRatioPermil": 1000,
|
2816
|
+
"cardLevelReleaseId": "card_level_release_1",
|
2817
|
+
"skillId1": "sk-kkr-05-fest-00-1",
|
2818
|
+
"skillId2": "sk-kkr-05-fest-00-2",
|
2819
|
+
"skillId3": "sk-kkr-05-fest-00-3",
|
2820
|
+
"activityAbilityId": "aab-lesson_gold_up",
|
2821
|
+
"order": 314,
|
2822
|
+
"releaseDate": "1695783600000",
|
2823
|
+
"rewardCostumeId": "cos-kkr-fest-02",
|
2824
|
+
"imageType1": 3,
|
2825
|
+
"displayPositionX1": -0.058,
|
2826
|
+
"displayScale1": 1.0,
|
2827
|
+
"highlightDisplayPositionX1": 0.835,
|
2828
|
+
"highlightDisplayPositionY1": 0.263,
|
2829
|
+
"highlightDisplayScale1": 0.7,
|
2830
|
+
"imageType2": 3,
|
2831
|
+
"displayPositionX2": -0.058,
|
2832
|
+
"displayScale2": 1.0,
|
2833
|
+
"highlightDisplayPositionX2": 0.835,
|
2834
|
+
"highlightDisplayPositionY2": 0.263,
|
2835
|
+
"highlightDisplayScale2": 0.7,
|
2836
|
+
"obtainMessage": "二人の友情は、\nアイドル界一になりましたから",
|
2837
|
+
"stories": [
|
2838
|
+
{
|
2839
|
+
"storyId": "st-card-kkr-05-fest-00-01"
|
2840
|
+
},
|
2841
|
+
{
|
2842
|
+
"storyId": "st-card-kkr-05-fest-00-02"
|
2843
|
+
},
|
2844
|
+
{
|
2845
|
+
"storyId": "st-card-kkr-05-fest-00-03"
|
2846
|
+
}
|
2847
|
+
],
|
2848
|
+
"messages": [
|
2849
|
+
{
|
2850
|
+
"messageId": "message-card-kkr-05-fest-00",
|
2851
|
+
"telephoneId": ""
|
2852
|
+
},
|
2853
|
+
{
|
2854
|
+
"telephoneId": "tel-card-kkr-05-fest-00",
|
2855
|
+
"messageId": ""
|
2856
|
+
}
|
2857
|
+
],
|
2858
|
+
"liveAbilityId": "",
|
2859
|
+
"displayPositionY1": 0.0,
|
2860
|
+
"displayPositionY2": 0.0,
|
2861
|
+
"rewardHairId": "",
|
2862
|
+
"homeTalks": []
|
2863
|
+
},
|
2742
2864
|
{
|
2743
2865
|
"id": "card-kkr-05-idol-00",
|
2744
2866
|
"assetId": "kkr-05-idol-00",
|
@@ -20,8 +20,10 @@
|
|
20
20
|
"cos-ai-anni-00",
|
21
21
|
"cos-ai-casl-00",
|
22
22
|
"cos-ai-casl-01",
|
23
|
+
"cos-ai-fest-02",
|
23
24
|
"cos-ai-idol-00",
|
24
25
|
"cos-ai-idol-02",
|
26
|
+
"cos-ai-idol-03",
|
25
27
|
"cos-ai-kait-00",
|
26
28
|
"cos-ai-kion-00",
|
27
29
|
"cos-ai-miku-00",
|
@@ -178,6 +180,7 @@
|
|
178
180
|
"cos-aoi-casl-01",
|
179
181
|
"cos-aoi-circ-00",
|
180
182
|
"cos-aoi-fest-00",
|
183
|
+
"cos-aoi-fest-02",
|
181
184
|
"cos-aoi-idol-00",
|
182
185
|
"cos-aoi-idol-02",
|
183
186
|
"cos-aoi-idol-03",
|
@@ -824,8 +827,10 @@
|
|
824
827
|
"cos-kkr-anni-00",
|
825
828
|
"cos-kkr-casl-00",
|
826
829
|
"cos-kkr-casl-01",
|
830
|
+
"cos-kkr-fest-02",
|
827
831
|
"cos-kkr-idol-00",
|
828
832
|
"cos-kkr-idol-02",
|
833
|
+
"cos-kkr-idol-03",
|
829
834
|
"cos-kkr-kait-00",
|
830
835
|
"cos-kkr-kion-00",
|
831
836
|
"cos-kkr-miku-00",
|
@@ -2611,6 +2616,7 @@
|
|
2611
2616
|
"cos-rio-casl-00",
|
2612
2617
|
"cos-rio-casl-01",
|
2613
2618
|
"cos-rio-fest-00",
|
2619
|
+
"cos-rio-fest-02",
|
2614
2620
|
"cos-rio-halw-00",
|
2615
2621
|
"cos-rio-idol-00",
|
2616
2622
|
"cos-rio-idol-02",
|
@@ -20368,6 +20368,164 @@
|
|
20368
20368
|
],
|
20369
20369
|
"description": ""
|
20370
20370
|
},
|
20371
|
+
{
|
20372
|
+
"id": "live-lba-passive_skill-141",
|
20373
|
+
"name": "バッファータイプ2人にボーカル上昇効果",
|
20374
|
+
"levels": [
|
20375
|
+
{
|
20376
|
+
"level": 1,
|
20377
|
+
"description": "パッシブスキル発動",
|
20378
|
+
"type": 13,
|
20379
|
+
"value": 1,
|
20380
|
+
"skillId": "sk-live-lba-passive_skill-141",
|
20381
|
+
"shortDescription": "",
|
20382
|
+
"requiredItemAmount": 0,
|
20383
|
+
"requiredCardLevel": 0,
|
20384
|
+
"moodType": 0,
|
20385
|
+
"backgroundRankType": 0
|
20386
|
+
},
|
20387
|
+
{
|
20388
|
+
"level": 2,
|
20389
|
+
"description": "パッシブスキル発動",
|
20390
|
+
"type": 13,
|
20391
|
+
"requiredItemAmount": 1,
|
20392
|
+
"requiredCardLevel": 1,
|
20393
|
+
"value": 2,
|
20394
|
+
"skillId": "sk-live-lba-passive_skill-141",
|
20395
|
+
"shortDescription": "",
|
20396
|
+
"moodType": 0,
|
20397
|
+
"backgroundRankType": 0
|
20398
|
+
},
|
20399
|
+
{
|
20400
|
+
"level": 3,
|
20401
|
+
"description": "パッシブスキル発動",
|
20402
|
+
"type": 13,
|
20403
|
+
"requiredItemAmount": 1,
|
20404
|
+
"requiredCardLevel": 2,
|
20405
|
+
"value": 3,
|
20406
|
+
"skillId": "sk-live-lba-passive_skill-141",
|
20407
|
+
"shortDescription": "",
|
20408
|
+
"moodType": 0,
|
20409
|
+
"backgroundRankType": 0
|
20410
|
+
},
|
20411
|
+
{
|
20412
|
+
"level": 4,
|
20413
|
+
"description": "パッシブスキル発動",
|
20414
|
+
"type": 13,
|
20415
|
+
"requiredItemAmount": 1,
|
20416
|
+
"requiredCardLevel": 3,
|
20417
|
+
"value": 4,
|
20418
|
+
"skillId": "sk-live-lba-passive_skill-141",
|
20419
|
+
"shortDescription": "",
|
20420
|
+
"moodType": 0,
|
20421
|
+
"backgroundRankType": 0
|
20422
|
+
},
|
20423
|
+
{
|
20424
|
+
"level": 5,
|
20425
|
+
"description": "パッシブスキル発動",
|
20426
|
+
"type": 13,
|
20427
|
+
"requiredItemAmount": 1,
|
20428
|
+
"requiredCardLevel": 4,
|
20429
|
+
"value": 5,
|
20430
|
+
"skillId": "sk-live-lba-passive_skill-141",
|
20431
|
+
"shortDescription": "",
|
20432
|
+
"moodType": 0,
|
20433
|
+
"backgroundRankType": 0
|
20434
|
+
},
|
20435
|
+
{
|
20436
|
+
"level": 6,
|
20437
|
+
"description": "パッシブスキル発動",
|
20438
|
+
"type": 13,
|
20439
|
+
"requiredItemAmount": 1,
|
20440
|
+
"requiredCardLevel": 5,
|
20441
|
+
"value": 6,
|
20442
|
+
"skillId": "sk-live-lba-passive_skill-141",
|
20443
|
+
"shortDescription": "",
|
20444
|
+
"moodType": 0,
|
20445
|
+
"backgroundRankType": 0
|
20446
|
+
}
|
20447
|
+
],
|
20448
|
+
"description": ""
|
20449
|
+
},
|
20450
|
+
{
|
20451
|
+
"id": "live-lba-passive_skill-142",
|
20452
|
+
"name": "バッファータイプ2人にダンス上昇効果",
|
20453
|
+
"levels": [
|
20454
|
+
{
|
20455
|
+
"level": 1,
|
20456
|
+
"description": "パッシブスキル発動",
|
20457
|
+
"type": 13,
|
20458
|
+
"value": 1,
|
20459
|
+
"skillId": "sk-live-lba-passive_skill-142",
|
20460
|
+
"shortDescription": "",
|
20461
|
+
"requiredItemAmount": 0,
|
20462
|
+
"requiredCardLevel": 0,
|
20463
|
+
"moodType": 0,
|
20464
|
+
"backgroundRankType": 0
|
20465
|
+
},
|
20466
|
+
{
|
20467
|
+
"level": 2,
|
20468
|
+
"description": "パッシブスキル発動",
|
20469
|
+
"type": 13,
|
20470
|
+
"requiredItemAmount": 1,
|
20471
|
+
"requiredCardLevel": 1,
|
20472
|
+
"value": 2,
|
20473
|
+
"skillId": "sk-live-lba-passive_skill-142",
|
20474
|
+
"shortDescription": "",
|
20475
|
+
"moodType": 0,
|
20476
|
+
"backgroundRankType": 0
|
20477
|
+
},
|
20478
|
+
{
|
20479
|
+
"level": 3,
|
20480
|
+
"description": "パッシブスキル発動",
|
20481
|
+
"type": 13,
|
20482
|
+
"requiredItemAmount": 1,
|
20483
|
+
"requiredCardLevel": 2,
|
20484
|
+
"value": 3,
|
20485
|
+
"skillId": "sk-live-lba-passive_skill-142",
|
20486
|
+
"shortDescription": "",
|
20487
|
+
"moodType": 0,
|
20488
|
+
"backgroundRankType": 0
|
20489
|
+
},
|
20490
|
+
{
|
20491
|
+
"level": 4,
|
20492
|
+
"description": "パッシブスキル発動",
|
20493
|
+
"type": 13,
|
20494
|
+
"requiredItemAmount": 1,
|
20495
|
+
"requiredCardLevel": 3,
|
20496
|
+
"value": 4,
|
20497
|
+
"skillId": "sk-live-lba-passive_skill-142",
|
20498
|
+
"shortDescription": "",
|
20499
|
+
"moodType": 0,
|
20500
|
+
"backgroundRankType": 0
|
20501
|
+
},
|
20502
|
+
{
|
20503
|
+
"level": 5,
|
20504
|
+
"description": "パッシブスキル発動",
|
20505
|
+
"type": 13,
|
20506
|
+
"requiredItemAmount": 1,
|
20507
|
+
"requiredCardLevel": 4,
|
20508
|
+
"value": 5,
|
20509
|
+
"skillId": "sk-live-lba-passive_skill-142",
|
20510
|
+
"shortDescription": "",
|
20511
|
+
"moodType": 0,
|
20512
|
+
"backgroundRankType": 0
|
20513
|
+
},
|
20514
|
+
{
|
20515
|
+
"level": 6,
|
20516
|
+
"description": "パッシブスキル発動",
|
20517
|
+
"type": 13,
|
20518
|
+
"requiredItemAmount": 1,
|
20519
|
+
"requiredCardLevel": 5,
|
20520
|
+
"value": 6,
|
20521
|
+
"skillId": "sk-live-lba-passive_skill-142",
|
20522
|
+
"shortDescription": "",
|
20523
|
+
"moodType": 0,
|
20524
|
+
"backgroundRankType": 0
|
20525
|
+
}
|
20526
|
+
],
|
20527
|
+
"description": ""
|
20528
|
+
},
|
20371
20529
|
{
|
20372
20530
|
"id": "marathon-lba-accessory_parameter_up",
|
20373
20531
|
"name": "アクセサリー効果上昇",
|
@@ -826,5 +826,17 @@
|
|
826
826
|
"name": "ライブボーナス",
|
827
827
|
"liveAbilityId": "live-lba-passive_skill-140",
|
828
828
|
"liveAbilityLevel": 5
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"id": "live-lba-passive_skill-141",
|
832
|
+
"name": "ライブボーナス",
|
833
|
+
"liveAbilityId": "live-lba-passive_skill-141",
|
834
|
+
"liveAbilityLevel": 5
|
835
|
+
},
|
836
|
+
{
|
837
|
+
"id": "live-lba-passive_skill-142",
|
838
|
+
"name": "ライブボーナス",
|
839
|
+
"liveAbilityId": "live-lba-passive_skill-142",
|
840
|
+
"liveAbilityLevel": 5
|
829
841
|
}
|
830
842
|
]
|
@@ -828,5 +828,17 @@
|
|
828
828
|
"liveBonusIds": [
|
829
829
|
"live-lba-passive_skill-140"
|
830
830
|
]
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"groupId": "live-bonus-group-141",
|
834
|
+
"liveBonusIds": [
|
835
|
+
"live-lba-passive_skill-141"
|
836
|
+
]
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"groupId": "live-bonus-group-142",
|
840
|
+
"liveBonusIds": [
|
841
|
+
"live-lba-passive_skill-142"
|
842
|
+
]
|
831
843
|
}
|
832
844
|
]
|
@@ -1524,6 +1524,146 @@
|
|
1524
1524
|
"dailyLimitCount": 0,
|
1525
1525
|
"unlockDescription": ""
|
1526
1526
|
},
|
1527
|
+
{
|
1528
|
+
"id": "marathon-raid-23-0927-quest-1",
|
1529
|
+
"marathonId": "marathon-raid-23-0927",
|
1530
|
+
"name": "No.1",
|
1531
|
+
"order": 1,
|
1532
|
+
"boxGachaId": "box_gacha-23-0927-001",
|
1533
|
+
"stageId": "stage-live-hall-00-00",
|
1534
|
+
"musicId": "music-liz-001",
|
1535
|
+
"musicChartPatternId": "chart-liz-001-001",
|
1536
|
+
"requiredStamina": 20,
|
1537
|
+
"position1AttributeType": 2,
|
1538
|
+
"position2AttributeType": 2,
|
1539
|
+
"position3AttributeType": 2,
|
1540
|
+
"position4AttributeType": 2,
|
1541
|
+
"position5AttributeType": 2,
|
1542
|
+
"activeSkillWeightPermil": 1000,
|
1543
|
+
"specialSkillWeightPermil": 1000,
|
1544
|
+
"skillStaminaWeightPermil": 1000,
|
1545
|
+
"staminaRecoveryWeightPermil": 1000,
|
1546
|
+
"beatDanceWeightPermil": 200,
|
1547
|
+
"beatVocalWeightPermil": 600,
|
1548
|
+
"beatVisualWeightPermil": 200,
|
1549
|
+
"questPressureId": "quest_pressure-2",
|
1550
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
1551
|
+
"maxCapacity": 1000,
|
1552
|
+
"description": "",
|
1553
|
+
"unlockConditionId": "",
|
1554
|
+
"marathonPointBonusCharacterIds": [],
|
1555
|
+
"requiredUnlockItemAmount": 0,
|
1556
|
+
"questCharacterAdvantageId": "",
|
1557
|
+
"moodType": 0,
|
1558
|
+
"dailyLimitCount": 0,
|
1559
|
+
"assetId": "",
|
1560
|
+
"unlockDescription": ""
|
1561
|
+
},
|
1562
|
+
{
|
1563
|
+
"id": "marathon-raid-23-0927-quest-2",
|
1564
|
+
"marathonId": "marathon-raid-23-0927",
|
1565
|
+
"name": "No.2",
|
1566
|
+
"order": 2,
|
1567
|
+
"boxGachaId": "box_gacha-23-0927-002",
|
1568
|
+
"stageId": "stage-live-hall-01-02",
|
1569
|
+
"musicId": "music-liz-005",
|
1570
|
+
"musicChartPatternId": "chart-liz-005-001",
|
1571
|
+
"requiredStamina": 20,
|
1572
|
+
"position1AttributeType": 1,
|
1573
|
+
"position2AttributeType": 1,
|
1574
|
+
"position3AttributeType": 1,
|
1575
|
+
"position4AttributeType": 1,
|
1576
|
+
"position5AttributeType": 1,
|
1577
|
+
"activeSkillWeightPermil": 1000,
|
1578
|
+
"specialSkillWeightPermil": 1000,
|
1579
|
+
"skillStaminaWeightPermil": 1000,
|
1580
|
+
"staminaRecoveryWeightPermil": 1000,
|
1581
|
+
"beatDanceWeightPermil": 600,
|
1582
|
+
"beatVocalWeightPermil": 200,
|
1583
|
+
"beatVisualWeightPermil": 200,
|
1584
|
+
"questPressureId": "quest_pressure-2",
|
1585
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
1586
|
+
"maxCapacity": 2900,
|
1587
|
+
"description": "",
|
1588
|
+
"unlockConditionId": "",
|
1589
|
+
"marathonPointBonusCharacterIds": [],
|
1590
|
+
"requiredUnlockItemAmount": 0,
|
1591
|
+
"questCharacterAdvantageId": "",
|
1592
|
+
"moodType": 0,
|
1593
|
+
"dailyLimitCount": 0,
|
1594
|
+
"assetId": "",
|
1595
|
+
"unlockDescription": ""
|
1596
|
+
},
|
1597
|
+
{
|
1598
|
+
"id": "marathon-raid-23-0927-quest-3",
|
1599
|
+
"marathonId": "marathon-raid-23-0927",
|
1600
|
+
"name": "No.3",
|
1601
|
+
"order": 3,
|
1602
|
+
"boxGachaId": "box_gacha-23-0927-003",
|
1603
|
+
"stageId": "stage-live-hall-01-03",
|
1604
|
+
"musicId": "music-liz-007",
|
1605
|
+
"musicChartPatternId": "chart-liz-007-001",
|
1606
|
+
"requiredStamina": 20,
|
1607
|
+
"position1AttributeType": 3,
|
1608
|
+
"position2AttributeType": 3,
|
1609
|
+
"position3AttributeType": 3,
|
1610
|
+
"position4AttributeType": 3,
|
1611
|
+
"position5AttributeType": 3,
|
1612
|
+
"activeSkillWeightPermil": 1000,
|
1613
|
+
"specialSkillWeightPermil": 1000,
|
1614
|
+
"skillStaminaWeightPermil": 1000,
|
1615
|
+
"staminaRecoveryWeightPermil": 1000,
|
1616
|
+
"beatDanceWeightPermil": 200,
|
1617
|
+
"beatVocalWeightPermil": 200,
|
1618
|
+
"beatVisualWeightPermil": 600,
|
1619
|
+
"questPressureId": "quest_pressure-2",
|
1620
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
1621
|
+
"maxCapacity": 3300,
|
1622
|
+
"description": "",
|
1623
|
+
"unlockConditionId": "",
|
1624
|
+
"marathonPointBonusCharacterIds": [],
|
1625
|
+
"requiredUnlockItemAmount": 0,
|
1626
|
+
"questCharacterAdvantageId": "",
|
1627
|
+
"moodType": 0,
|
1628
|
+
"dailyLimitCount": 0,
|
1629
|
+
"assetId": "",
|
1630
|
+
"unlockDescription": ""
|
1631
|
+
},
|
1632
|
+
{
|
1633
|
+
"id": "marathon-raid-23-0927-quest-4",
|
1634
|
+
"marathonId": "marathon-raid-23-0927",
|
1635
|
+
"name": "No.4",
|
1636
|
+
"description": "協力ライブの各Lvを開放するステージです",
|
1637
|
+
"order": 4,
|
1638
|
+
"boxGachaId": "box_gacha-23-0927-004",
|
1639
|
+
"stageId": "stage-live-dome-03-01",
|
1640
|
+
"musicId": "music-liz-003",
|
1641
|
+
"musicChartPatternId": "chart-liz-003-001",
|
1642
|
+
"requiredUnlockItemAmount": 500,
|
1643
|
+
"requiredStamina": 30,
|
1644
|
+
"position1AttributeType": 2,
|
1645
|
+
"position2AttributeType": 2,
|
1646
|
+
"position3AttributeType": 2,
|
1647
|
+
"position4AttributeType": 2,
|
1648
|
+
"position5AttributeType": 2,
|
1649
|
+
"activeSkillWeightPermil": 1000,
|
1650
|
+
"specialSkillWeightPermil": 1000,
|
1651
|
+
"skillStaminaWeightPermil": 3000,
|
1652
|
+
"staminaRecoveryWeightPermil": 1000,
|
1653
|
+
"beatDanceWeightPermil": 200,
|
1654
|
+
"beatVocalWeightPermil": 600,
|
1655
|
+
"beatVisualWeightPermil": 200,
|
1656
|
+
"questPressureId": "quest_pressure-2",
|
1657
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
1658
|
+
"maxCapacity": 19000,
|
1659
|
+
"assetId": "img_item_thumb_medal-marathon",
|
1660
|
+
"unlockConditionId": "",
|
1661
|
+
"marathonPointBonusCharacterIds": [],
|
1662
|
+
"questCharacterAdvantageId": "",
|
1663
|
+
"moodType": 0,
|
1664
|
+
"dailyLimitCount": 0,
|
1665
|
+
"unlockDescription": ""
|
1666
|
+
},
|
1527
1667
|
{
|
1528
1668
|
"id": "mini-marathon-22-0413-quest-1",
|
1529
1669
|
"marathonId": "mini-marathon-22-0413",
|
package/out/database/Music.json
CHANGED
@@ -9048,6 +9048,7 @@
|
|
9048
9048
|
"composer": "Q-MHz",
|
9049
9049
|
"arranger": "Q-MHz",
|
9050
9050
|
"singer": "LizNoir",
|
9051
|
+
"is3DAvailable": true,
|
9051
9052
|
"comboAdvantageId": "combo_advantage_1",
|
9052
9053
|
"volumePermyriads": [
|
9053
9054
|
5,
|
@@ -9660,10 +9661,16 @@
|
|
9660
9661
|
"loop": false
|
9661
9662
|
}
|
9662
9663
|
],
|
9663
|
-
"
|
9664
|
+
"originalCharacterIds": [
|
9665
|
+
"char-rio",
|
9666
|
+
"char-ai",
|
9667
|
+
"char-aoi",
|
9668
|
+
"char-kkr"
|
9669
|
+
],
|
9670
|
+
"notSelectableStageTypes": [
|
9671
|
+
1
|
9672
|
+
],
|
9664
9673
|
"releaseTime": "0",
|
9665
|
-
"originalCharacterIds": [],
|
9666
|
-
"notSelectableStageTypes": [],
|
9667
9674
|
"mvAssetId": "",
|
9668
9675
|
"selectableStageIds": []
|
9669
9676
|
},
|
package/out/database/Quest.json
CHANGED
@@ -2108,7 +2108,7 @@
|
|
2108
2108
|
{
|
2109
2109
|
"id": "qt-daily-002-01",
|
2110
2110
|
"areaId": "area-daily-002",
|
2111
|
-
"stageId": "stage-live-house-00-00",
|
2111
|
+
"stageId": "stage-live-house-00-00-medium",
|
2112
2112
|
"musicId": "music-liz-003",
|
2113
2113
|
"difficultyLevel": 17,
|
2114
2114
|
"name": "STAGE1",
|
@@ -2154,7 +2154,7 @@
|
|
2154
2154
|
{
|
2155
2155
|
"id": "qt-daily-002-02",
|
2156
2156
|
"areaId": "area-daily-002",
|
2157
|
-
"stageId": "stage-live-house-01-00",
|
2157
|
+
"stageId": "stage-live-house-01-00-medium",
|
2158
2158
|
"musicId": "music-liz-003",
|
2159
2159
|
"difficultyLevel": 27,
|
2160
2160
|
"name": "STAGE2",
|
@@ -2200,7 +2200,7 @@
|
|
2200
2200
|
{
|
2201
2201
|
"id": "qt-daily-002-03",
|
2202
2202
|
"areaId": "area-daily-002",
|
2203
|
-
"stageId": "stage-live-house-02-00",
|
2203
|
+
"stageId": "stage-live-house-02-00-medium",
|
2204
2204
|
"musicId": "music-liz-003",
|
2205
2205
|
"difficultyLevel": 37,
|
2206
2206
|
"name": "STAGE3",
|
@@ -98064,7 +98064,7 @@
|
|
98064
98064
|
{
|
98065
98065
|
"id": "qt-tower-017",
|
98066
98066
|
"areaId": "area-tower-001",
|
98067
|
-
"stageId": "stage-live-house-02-00",
|
98067
|
+
"stageId": "stage-live-house-02-00-medium",
|
98068
98068
|
"musicId": "music-liz-003",
|
98069
98069
|
"difficultyLevel": 28,
|
98070
98070
|
"name": "STAGE17",
|
@@ -102756,7 +102756,7 @@
|
|
102756
102756
|
{
|
102757
102757
|
"id": "qt-tower-119",
|
102758
102758
|
"areaId": "area-tower-001",
|
102759
|
-
"stageId": "stage-live-house-02-00",
|
102759
|
+
"stageId": "stage-live-house-02-00-medium",
|
102760
102760
|
"musicId": "music-liz-003",
|
102761
102761
|
"difficultyLevel": 73,
|
102762
102762
|
"name": "STAGE119",
|