hoshimi-venus 0.16.82 → 0.16.84
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 +198 -0
- package/out/database/Character.json +420 -0
- package/out/database/CharacterGroup.json +32 -0
- package/out/database/Music.json +565 -1
- package/out/database/MusicChartPattern.json +1620 -0
- package/out/database/Quest.json +506 -0
- package/out/database/Skill.json +2000 -0
- package/out/database/SkillEfficacy.json +590 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -34,6 +34,7 @@
|
|
34
34
|
"cos-ai-schl-00",
|
35
35
|
"cos-ai-sdam-00",
|
36
36
|
"cos-ai-sdpl-00",
|
37
|
+
"cos-ai-sush-00",
|
37
38
|
"cos-ai-tact-00",
|
38
39
|
"cos-ai-trng-00",
|
39
40
|
"cos-ai-vlnt-00"
|
@@ -193,6 +194,7 @@
|
|
193
194
|
"cos-aoi-schl-00",
|
194
195
|
"cos-aoi-sdam-00",
|
195
196
|
"cos-aoi-sdpl-00",
|
197
|
+
"cos-aoi-sush-00",
|
196
198
|
"cos-aoi-trng-00",
|
197
199
|
"cos-aoi-vlnt-00",
|
198
200
|
"cos-aoi-wedd-00"
|
@@ -316,6 +318,139 @@
|
|
316
318
|
"viewConditionId": "",
|
317
319
|
"unlockConditionId": ""
|
318
320
|
},
|
321
|
+
{
|
322
|
+
"id": "char-chk",
|
323
|
+
"assetId": "chk",
|
324
|
+
"characterGroupId": "character_group_aqo",
|
325
|
+
"order": 1002,
|
326
|
+
"name": "高海千歌",
|
327
|
+
"enName": "CHIKA TAKAMI",
|
328
|
+
"cv": "伊波杏樹",
|
329
|
+
"age": "16歳",
|
330
|
+
"birthday": "8月1日",
|
331
|
+
"height": "157cm",
|
332
|
+
"weight": "ー",
|
333
|
+
"zodiacSign": "しし座",
|
334
|
+
"hometown": "浦の星女学院",
|
335
|
+
"favorite": "みかん",
|
336
|
+
"unfavorite": "コーヒー、しおから",
|
337
|
+
"profile": "浦の星女学院の2年生で、Aqoursの発起人。3人姉妹の末っ子で、実家は旅館をやっている。人懐っこく負けず嫌い。持ち前の明るさと強引さで周囲を次々に巻き込んでいく。",
|
338
|
+
"costumeIds": [
|
339
|
+
"cos-chk-sush-00",
|
340
|
+
"cos-chk-sush-01",
|
341
|
+
"cos-chk-sush-02",
|
342
|
+
"cos-chk-sush-03"
|
343
|
+
],
|
344
|
+
"altCharacters": [
|
345
|
+
{
|
346
|
+
"characterId": "char-ai",
|
347
|
+
"priority": 1
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"characterId": "char-aoi",
|
351
|
+
"priority": 2
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"characterId": "char-chs",
|
355
|
+
"priority": 16
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"characterId": "char-hrk",
|
359
|
+
"priority": 14
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"characterId": "char-kkr",
|
363
|
+
"priority": 3
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"characterId": "char-ktn",
|
367
|
+
"priority": 10
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"characterId": "char-mei",
|
371
|
+
"priority": 12
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"characterId": "char-ngs",
|
375
|
+
"priority": 11
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"characterId": "char-rei",
|
379
|
+
"priority": 17
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"characterId": "char-rio",
|
383
|
+
"priority": 4
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"characterId": "char-rui",
|
387
|
+
"priority": 7
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"characterId": "char-ski",
|
391
|
+
"priority": 9
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"characterId": "char-skr",
|
395
|
+
"priority": 15
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"characterId": "char-smr",
|
399
|
+
"priority": 6
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"characterId": "char-suz",
|
403
|
+
"priority": 8
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"characterId": "char-szk",
|
407
|
+
"priority": 13
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"characterId": "char-yu",
|
411
|
+
"priority": 5
|
412
|
+
}
|
413
|
+
],
|
414
|
+
"defaultCostumeId": "cos-chk-sush-00",
|
415
|
+
"heightCorrectionPermil": 153,
|
416
|
+
"color": "FD9550",
|
417
|
+
"talkArrivalMotionAssetId": "mot_adv_chr_chk_appr-001_in",
|
418
|
+
"viewConditionId": "cd-date-22-1128",
|
419
|
+
"personalityType": 1,
|
420
|
+
"simplePersonalityType": 1,
|
421
|
+
"sdPersonalityType": 1,
|
422
|
+
"costumeMotionAssetIds": [
|
423
|
+
"mot_dress_chr_cmn_action-001-a_in",
|
424
|
+
"mot_dress_chr_cmn_action-002-a_in"
|
425
|
+
],
|
426
|
+
"costumeAdditionMotionAssetIds": [
|
427
|
+
"",
|
428
|
+
""
|
429
|
+
],
|
430
|
+
"costumeVoiceAssetIds": [
|
431
|
+
"sud_vo_cmn_chk_dress-01",
|
432
|
+
"sud_vo_cmn_chk_dress-02"
|
433
|
+
],
|
434
|
+
"psylliumColorType": 6,
|
435
|
+
"shortProfile": "浦の星女学院の2年生で、\nAqoursの発起人",
|
436
|
+
"threeSize": "B82・W59・H83",
|
437
|
+
"catchphrase": "ー",
|
438
|
+
"firstName": "千歌",
|
439
|
+
"defaultLiveCostumeId": "cos-chk-sush-00",
|
440
|
+
"facePositionY": 500.0,
|
441
|
+
"groupPositionX": 0.6,
|
442
|
+
"groupPositionY": 0.75,
|
443
|
+
"catchphraseColor": "FD9550",
|
444
|
+
"unlockConditionId": "cd-chr-obtain-chk",
|
445
|
+
"type": 4,
|
446
|
+
"groupName": "Aqours",
|
447
|
+
"activityFanEventWords": [],
|
448
|
+
"talkArrivalAdditionMotionAssetId": "",
|
449
|
+
"isLeftHanded": false,
|
450
|
+
"idiom": "",
|
451
|
+
"facePositionX": 0.0,
|
452
|
+
"isHomeDanceTarget": false
|
453
|
+
},
|
319
454
|
{
|
320
455
|
"id": "char-chs",
|
321
456
|
"assetId": "chs",
|
@@ -355,6 +490,7 @@
|
|
355
490
|
"cos-chs-sdam-00",
|
356
491
|
"cos-chs-sdpl-00",
|
357
492
|
"cos-chs-seik-00",
|
493
|
+
"cos-chs-sush-00",
|
358
494
|
"cos-chs-trng-00",
|
359
495
|
"cos-chs-yukt-00"
|
360
496
|
],
|
@@ -515,6 +651,7 @@
|
|
515
651
|
"cos-hrk-schl-00",
|
516
652
|
"cos-hrk-sdam-00",
|
517
653
|
"cos-hrk-sdpl-00",
|
654
|
+
"cos-hrk-sush-00",
|
518
655
|
"cos-hrk-trng-00",
|
519
656
|
"cos-hrk-xmas-00"
|
520
657
|
],
|
@@ -673,6 +810,7 @@
|
|
673
810
|
"cos-kan-poli-00",
|
674
811
|
"cos-kan-sdam-00",
|
675
812
|
"cos-kan-sdpl-00",
|
813
|
+
"cos-kan-sush-00",
|
676
814
|
"cos-kan-trng-00"
|
677
815
|
],
|
678
816
|
"altCharacters": [
|
@@ -843,6 +981,7 @@
|
|
843
981
|
"cos-kkr-sdam-00",
|
844
982
|
"cos-kkr-sdpl-00",
|
845
983
|
"cos-kkr-seik-00",
|
984
|
+
"cos-kkr-sush-00",
|
846
985
|
"cos-kkr-trng-00",
|
847
986
|
"cos-kkr-vlnt-00"
|
848
987
|
],
|
@@ -1374,6 +1513,7 @@
|
|
1374
1513
|
"cos-kor-poli-00",
|
1375
1514
|
"cos-kor-sdam-00",
|
1376
1515
|
"cos-kor-sdpl-00",
|
1516
|
+
"cos-kor-sush-00",
|
1377
1517
|
"cos-kor-trng-00"
|
1378
1518
|
],
|
1379
1519
|
"altCharacters": [
|
@@ -1546,6 +1686,7 @@
|
|
1546
1686
|
"cos-ktn-schl-01",
|
1547
1687
|
"cos-ktn-sdam-00",
|
1548
1688
|
"cos-ktn-sdpl-00",
|
1689
|
+
"cos-ktn-sush-00",
|
1549
1690
|
"cos-ktn-trng-00",
|
1550
1691
|
"cos-ktn-wedd-00",
|
1551
1692
|
"cos-ktn-xmas-00"
|
@@ -1705,6 +1846,7 @@
|
|
1705
1846
|
"cos-mei-schl-00",
|
1706
1847
|
"cos-mei-sdam-00",
|
1707
1848
|
"cos-mei-sdpl-00",
|
1849
|
+
"cos-mei-sush-00",
|
1708
1850
|
"cos-mei-trng-00",
|
1709
1851
|
"cos-mei-wedd-00",
|
1710
1852
|
"cos-mei-xmas-00"
|
@@ -1856,6 +1998,7 @@
|
|
1856
1998
|
"cos-mhk-poli-00",
|
1857
1999
|
"cos-mhk-sdam-00",
|
1858
2000
|
"cos-mhk-sdpl-00",
|
2001
|
+
"cos-mhk-sush-00",
|
1859
2002
|
"cos-mhk-trng-00"
|
1860
2003
|
],
|
1861
2004
|
"altCharacters": [
|
@@ -2159,6 +2302,7 @@
|
|
2159
2302
|
"cos-mna-miku-00",
|
2160
2303
|
"cos-mna-mizg-00",
|
2161
2304
|
"cos-mna-schl-00",
|
2305
|
+
"cos-mna-sush-00",
|
2162
2306
|
"cos-mna-trng-00",
|
2163
2307
|
"cos-mna-vlnt-00"
|
2164
2308
|
],
|
@@ -2306,6 +2450,7 @@
|
|
2306
2450
|
"cos-ngs-schl-01",
|
2307
2451
|
"cos-ngs-sdam-00",
|
2308
2452
|
"cos-ngs-sdpl-00",
|
2453
|
+
"cos-ngs-sush-00",
|
2309
2454
|
"cos-ngs-trng-00",
|
2310
2455
|
"cos-ngs-xmas-00",
|
2311
2456
|
"cos-ngs-yukt-00"
|
@@ -2477,6 +2622,7 @@
|
|
2477
2622
|
"cos-rei-schl-00",
|
2478
2623
|
"cos-rei-sdam-00",
|
2479
2624
|
"cos-rei-sdpl-00",
|
2625
|
+
"cos-rei-sush-00",
|
2480
2626
|
"cos-rei-trng-00"
|
2481
2627
|
],
|
2482
2628
|
"altCharacters": [
|
@@ -2605,6 +2751,139 @@
|
|
2605
2751
|
"isLeftHanded": false,
|
2606
2752
|
"unlockConditionId": ""
|
2607
2753
|
},
|
2754
|
+
{
|
2755
|
+
"id": "char-rik",
|
2756
|
+
"assetId": "rik",
|
2757
|
+
"characterGroupId": "character_group_aqo",
|
2758
|
+
"order": 1003,
|
2759
|
+
"name": "桜内梨子",
|
2760
|
+
"enName": "RIKO SAKURAUCHI",
|
2761
|
+
"cv": "逢田梨香子",
|
2762
|
+
"age": "16歳",
|
2763
|
+
"birthday": "9月19日",
|
2764
|
+
"height": "160cm",
|
2765
|
+
"weight": "ー",
|
2766
|
+
"zodiacSign": "おとめ座",
|
2767
|
+
"hometown": "浦の星女学院",
|
2768
|
+
"favorite": "ゆでたまご、サンドイッチ",
|
2769
|
+
"unfavorite": "ピーマン",
|
2770
|
+
"profile": "東京の秋葉原から千歌のクラスへと転校してきた2年生。大人っぽく落ち着いて見えるが実は慌て者で、早とちりや勘違いをしてしまうことも。",
|
2771
|
+
"costumeIds": [
|
2772
|
+
"cos-rik-sush-00",
|
2773
|
+
"cos-rik-sush-01",
|
2774
|
+
"cos-rik-sush-02",
|
2775
|
+
"cos-rik-sush-03"
|
2776
|
+
],
|
2777
|
+
"altCharacters": [
|
2778
|
+
{
|
2779
|
+
"characterId": "char-ai",
|
2780
|
+
"priority": 1
|
2781
|
+
},
|
2782
|
+
{
|
2783
|
+
"characterId": "char-aoi",
|
2784
|
+
"priority": 2
|
2785
|
+
},
|
2786
|
+
{
|
2787
|
+
"characterId": "char-chs",
|
2788
|
+
"priority": 16
|
2789
|
+
},
|
2790
|
+
{
|
2791
|
+
"characterId": "char-hrk",
|
2792
|
+
"priority": 14
|
2793
|
+
},
|
2794
|
+
{
|
2795
|
+
"characterId": "char-kkr",
|
2796
|
+
"priority": 3
|
2797
|
+
},
|
2798
|
+
{
|
2799
|
+
"characterId": "char-ktn",
|
2800
|
+
"priority": 10
|
2801
|
+
},
|
2802
|
+
{
|
2803
|
+
"characterId": "char-mei",
|
2804
|
+
"priority": 12
|
2805
|
+
},
|
2806
|
+
{
|
2807
|
+
"characterId": "char-ngs",
|
2808
|
+
"priority": 11
|
2809
|
+
},
|
2810
|
+
{
|
2811
|
+
"characterId": "char-rei",
|
2812
|
+
"priority": 17
|
2813
|
+
},
|
2814
|
+
{
|
2815
|
+
"characterId": "char-rio",
|
2816
|
+
"priority": 4
|
2817
|
+
},
|
2818
|
+
{
|
2819
|
+
"characterId": "char-rui",
|
2820
|
+
"priority": 7
|
2821
|
+
},
|
2822
|
+
{
|
2823
|
+
"characterId": "char-ski",
|
2824
|
+
"priority": 9
|
2825
|
+
},
|
2826
|
+
{
|
2827
|
+
"characterId": "char-skr",
|
2828
|
+
"priority": 15
|
2829
|
+
},
|
2830
|
+
{
|
2831
|
+
"characterId": "char-smr",
|
2832
|
+
"priority": 6
|
2833
|
+
},
|
2834
|
+
{
|
2835
|
+
"characterId": "char-suz",
|
2836
|
+
"priority": 8
|
2837
|
+
},
|
2838
|
+
{
|
2839
|
+
"characterId": "char-szk",
|
2840
|
+
"priority": 13
|
2841
|
+
},
|
2842
|
+
{
|
2843
|
+
"characterId": "char-yu",
|
2844
|
+
"priority": 5
|
2845
|
+
}
|
2846
|
+
],
|
2847
|
+
"defaultCostumeId": "cos-rik-sush-00",
|
2848
|
+
"heightCorrectionPermil": 385,
|
2849
|
+
"color": "FD9FAD",
|
2850
|
+
"talkArrivalMotionAssetId": "mot_adv_chr_rik_appr-001_in",
|
2851
|
+
"viewConditionId": "cd-date-22-1128",
|
2852
|
+
"personalityType": 3,
|
2853
|
+
"simplePersonalityType": 2,
|
2854
|
+
"sdPersonalityType": 3,
|
2855
|
+
"costumeMotionAssetIds": [
|
2856
|
+
"mot_dress_chr_cmn_action-001-c_in",
|
2857
|
+
"mot_dress_chr_cmn_action-002-c_in"
|
2858
|
+
],
|
2859
|
+
"costumeAdditionMotionAssetIds": [
|
2860
|
+
"",
|
2861
|
+
""
|
2862
|
+
],
|
2863
|
+
"costumeVoiceAssetIds": [
|
2864
|
+
"sud_vo_cmn_rik_dress-01",
|
2865
|
+
"sud_vo_cmn_rik_dress-02"
|
2866
|
+
],
|
2867
|
+
"psylliumColorType": 8,
|
2868
|
+
"shortProfile": "東京の秋葉原から\n千歌のクラスへと\n転校してきた2年生",
|
2869
|
+
"threeSize": "B80・W58・H82",
|
2870
|
+
"catchphrase": "ー",
|
2871
|
+
"firstName": "梨子",
|
2872
|
+
"defaultLiveCostumeId": "cos-rik-sush-00",
|
2873
|
+
"facePositionX": -95.0,
|
2874
|
+
"facePositionY": 780.0,
|
2875
|
+
"groupPositionX": 0.2,
|
2876
|
+
"groupPositionY": 0.68,
|
2877
|
+
"catchphraseColor": "FD9FAD",
|
2878
|
+
"unlockConditionId": "cd-chr-obtain-rik",
|
2879
|
+
"type": 4,
|
2880
|
+
"groupName": "Aqours",
|
2881
|
+
"activityFanEventWords": [],
|
2882
|
+
"talkArrivalAdditionMotionAssetId": "",
|
2883
|
+
"isLeftHanded": false,
|
2884
|
+
"idiom": "",
|
2885
|
+
"isHomeDanceTarget": false
|
2886
|
+
},
|
2608
2887
|
{
|
2609
2888
|
"id": "char-rio",
|
2610
2889
|
"assetId": "rio",
|
@@ -2642,6 +2921,7 @@
|
|
2642
2921
|
"cos-rio-schl-00",
|
2643
2922
|
"cos-rio-sdam-00",
|
2644
2923
|
"cos-rio-sdpl-00",
|
2924
|
+
"cos-rio-sush-00",
|
2645
2925
|
"cos-rio-trng-00",
|
2646
2926
|
"cos-rio-vlnt-00",
|
2647
2927
|
"cos-rio-wedd-00"
|
@@ -2800,6 +3080,7 @@
|
|
2800
3080
|
"cos-rui-schl-01",
|
2801
3081
|
"cos-rui-sdam-00",
|
2802
3082
|
"cos-rui-sdpl-00",
|
3083
|
+
"cos-rui-sush-00",
|
2803
3084
|
"cos-rui-trng-00",
|
2804
3085
|
"cos-rui-vlnt-00",
|
2805
3086
|
"cos-rui-xmas-00",
|
@@ -2960,6 +3241,7 @@
|
|
2960
3241
|
"cos-ski-schl-00",
|
2961
3242
|
"cos-ski-sdam-00",
|
2962
3243
|
"cos-ski-sdpl-00",
|
3244
|
+
"cos-ski-sush-00",
|
2963
3245
|
"cos-ski-trng-00",
|
2964
3246
|
"cos-ski-waso-00",
|
2965
3247
|
"cos-ski-xmas-00"
|
@@ -3122,6 +3404,7 @@
|
|
3122
3404
|
"cos-skr-schl-00",
|
3123
3405
|
"cos-skr-sdam-00",
|
3124
3406
|
"cos-skr-sdpl-00",
|
3407
|
+
"cos-skr-sush-00",
|
3125
3408
|
"cos-skr-trng-00"
|
3126
3409
|
],
|
3127
3410
|
"altCharacters": [
|
@@ -3279,6 +3562,7 @@
|
|
3279
3562
|
"cos-smr-schl-00",
|
3280
3563
|
"cos-smr-sdam-00",
|
3281
3564
|
"cos-smr-sdpl-00",
|
3565
|
+
"cos-smr-sush-00",
|
3282
3566
|
"cos-smr-trng-00",
|
3283
3567
|
"cos-smr-vlnt-00",
|
3284
3568
|
"cos-smr-xmas-00"
|
@@ -3833,6 +4117,7 @@
|
|
3833
4117
|
"cos-suz-sdam-00",
|
3834
4118
|
"cos-suz-sdpl-00",
|
3835
4119
|
"cos-suz-seik-00",
|
4120
|
+
"cos-suz-sush-00",
|
3836
4121
|
"cos-suz-trng-00",
|
3837
4122
|
"cos-suz-xmas-00"
|
3838
4123
|
],
|
@@ -3993,6 +4278,7 @@
|
|
3993
4278
|
"cos-szk-schl-00",
|
3994
4279
|
"cos-szk-sdam-00",
|
3995
4280
|
"cos-szk-sdpl-00",
|
4281
|
+
"cos-szk-sush-00",
|
3996
4282
|
"cos-szk-trng-00",
|
3997
4283
|
"cos-szk-yukt-00",
|
3998
4284
|
"cos-szk-yuru-00"
|
@@ -4237,6 +4523,139 @@
|
|
4237
4523
|
"unlockConditionId": "",
|
4238
4524
|
"isHomeDanceTarget": false
|
4239
4525
|
},
|
4526
|
+
{
|
4527
|
+
"id": "char-yo",
|
4528
|
+
"assetId": "yo",
|
4529
|
+
"characterGroupId": "character_group_aqo",
|
4530
|
+
"order": 1004,
|
4531
|
+
"name": "渡辺曜",
|
4532
|
+
"enName": "YOU WATANABE",
|
4533
|
+
"cv": "斉藤朱夏",
|
4534
|
+
"age": "16歳",
|
4535
|
+
"birthday": "4月17日",
|
4536
|
+
"height": "157cm",
|
4537
|
+
"weight": "ー",
|
4538
|
+
"zodiacSign": "おひつじ座",
|
4539
|
+
"hometown": "浦の星女学院",
|
4540
|
+
"favorite": "ハンバーグ、みかん",
|
4541
|
+
"unfavorite": "刺身、パサパサした食べ物",
|
4542
|
+
"profile": "浦の星女学院の2年生で、千歌のクラスメイト。高飛び込みの選手で実力はナショナルチーム級。考えるよりも先に体が動くタイプ。フェリーの船長を父に持ち、自身も将来は船長になりたいと思っている。",
|
4543
|
+
"costumeIds": [
|
4544
|
+
"cos-yo-sush-00",
|
4545
|
+
"cos-yo-sush-01",
|
4546
|
+
"cos-yo-sush-02",
|
4547
|
+
"cos-yo-sush-03"
|
4548
|
+
],
|
4549
|
+
"altCharacters": [
|
4550
|
+
{
|
4551
|
+
"characterId": "char-ai",
|
4552
|
+
"priority": 1
|
4553
|
+
},
|
4554
|
+
{
|
4555
|
+
"characterId": "char-aoi",
|
4556
|
+
"priority": 2
|
4557
|
+
},
|
4558
|
+
{
|
4559
|
+
"characterId": "char-chs",
|
4560
|
+
"priority": 16
|
4561
|
+
},
|
4562
|
+
{
|
4563
|
+
"characterId": "char-hrk",
|
4564
|
+
"priority": 14
|
4565
|
+
},
|
4566
|
+
{
|
4567
|
+
"characterId": "char-kkr",
|
4568
|
+
"priority": 3
|
4569
|
+
},
|
4570
|
+
{
|
4571
|
+
"characterId": "char-ktn",
|
4572
|
+
"priority": 10
|
4573
|
+
},
|
4574
|
+
{
|
4575
|
+
"characterId": "char-mei",
|
4576
|
+
"priority": 12
|
4577
|
+
},
|
4578
|
+
{
|
4579
|
+
"characterId": "char-ngs",
|
4580
|
+
"priority": 11
|
4581
|
+
},
|
4582
|
+
{
|
4583
|
+
"characterId": "char-rei",
|
4584
|
+
"priority": 17
|
4585
|
+
},
|
4586
|
+
{
|
4587
|
+
"characterId": "char-rio",
|
4588
|
+
"priority": 4
|
4589
|
+
},
|
4590
|
+
{
|
4591
|
+
"characterId": "char-rui",
|
4592
|
+
"priority": 7
|
4593
|
+
},
|
4594
|
+
{
|
4595
|
+
"characterId": "char-ski",
|
4596
|
+
"priority": 9
|
4597
|
+
},
|
4598
|
+
{
|
4599
|
+
"characterId": "char-skr",
|
4600
|
+
"priority": 15
|
4601
|
+
},
|
4602
|
+
{
|
4603
|
+
"characterId": "char-smr",
|
4604
|
+
"priority": 6
|
4605
|
+
},
|
4606
|
+
{
|
4607
|
+
"characterId": "char-suz",
|
4608
|
+
"priority": 8
|
4609
|
+
},
|
4610
|
+
{
|
4611
|
+
"characterId": "char-szk",
|
4612
|
+
"priority": 13
|
4613
|
+
},
|
4614
|
+
{
|
4615
|
+
"characterId": "char-yu",
|
4616
|
+
"priority": 5
|
4617
|
+
}
|
4618
|
+
],
|
4619
|
+
"defaultCostumeId": "cos-yo-sush-00",
|
4620
|
+
"heightCorrectionPermil": 153,
|
4621
|
+
"color": "60BBFC",
|
4622
|
+
"talkArrivalMotionAssetId": "mot_adv_chr_yo_appr-001_in",
|
4623
|
+
"viewConditionId": "cd-date-22-1128",
|
4624
|
+
"personalityType": 1,
|
4625
|
+
"simplePersonalityType": 1,
|
4626
|
+
"sdPersonalityType": 1,
|
4627
|
+
"costumeMotionAssetIds": [
|
4628
|
+
"mot_dress_chr_cmn_action-001-a_in",
|
4629
|
+
"mot_dress_chr_cmn_action-002-a_in"
|
4630
|
+
],
|
4631
|
+
"costumeAdditionMotionAssetIds": [
|
4632
|
+
"",
|
4633
|
+
""
|
4634
|
+
],
|
4635
|
+
"costumeVoiceAssetIds": [
|
4636
|
+
"sud_vo_cmn_yo_dress-01",
|
4637
|
+
"sud_vo_cmn_yo_dress-02"
|
4638
|
+
],
|
4639
|
+
"psylliumColorType": 9,
|
4640
|
+
"shortProfile": "浦の星女学院の2年生で、\n千歌のクラスメイト",
|
4641
|
+
"threeSize": "B82・W57・H81",
|
4642
|
+
"catchphrase": "ー",
|
4643
|
+
"firstName": "曜",
|
4644
|
+
"defaultLiveCostumeId": "cos-yo-sush-00",
|
4645
|
+
"facePositionY": 500.0,
|
4646
|
+
"groupPositionX": 0.8,
|
4647
|
+
"groupPositionY": 0.37,
|
4648
|
+
"catchphraseColor": "60BBFC",
|
4649
|
+
"unlockConditionId": "cd-chr-obtain-yo",
|
4650
|
+
"type": 4,
|
4651
|
+
"groupName": "Aqours",
|
4652
|
+
"activityFanEventWords": [],
|
4653
|
+
"talkArrivalAdditionMotionAssetId": "",
|
4654
|
+
"isLeftHanded": false,
|
4655
|
+
"idiom": "",
|
4656
|
+
"facePositionX": 0.0,
|
4657
|
+
"isHomeDanceTarget": false
|
4658
|
+
},
|
4240
4659
|
{
|
4241
4660
|
"id": "char-yu",
|
4242
4661
|
"assetId": "yu",
|
@@ -4271,6 +4690,7 @@
|
|
4271
4690
|
"cos-yu-schl-00",
|
4272
4691
|
"cos-yu-sdam-00",
|
4273
4692
|
"cos-yu-sdpl-00",
|
4693
|
+
"cos-yu-sush-00",
|
4274
4694
|
"cos-yu-trng-00",
|
4275
4695
|
"cos-yu-vlnt-00",
|
4276
4696
|
"cos-yu-wedd-01",
|
@@ -209,6 +209,38 @@
|
|
209
209
|
"characterType": 1,
|
210
210
|
"viewConditionId": ""
|
211
211
|
},
|
212
|
+
{
|
213
|
+
"id": "character_group_aqo",
|
214
|
+
"assetId": "aqo",
|
215
|
+
"order": 8,
|
216
|
+
"name": "Aqours",
|
217
|
+
"viewConditionId": "cd-date-22-1128",
|
218
|
+
"color": "1A95D4",
|
219
|
+
"mappings": [
|
220
|
+
{
|
221
|
+
"characterId": "char-chk",
|
222
|
+
"description": "浦の星女学院の2年生で、Aqoursの発起人。3人姉妹の末っ子で、実家は旅館をやっている。人懐っこく負けず嫌い。持ち前の明るさと強引さで周囲を次々に巻き込んでいく。",
|
223
|
+
"order": 102,
|
224
|
+
"assetId": ""
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"characterId": "char-rik",
|
228
|
+
"description": "東京の秋葉原から千歌のクラスへと転校してきた2年生。大人っぽく落ち着いて見えるが実は慌て者で、早とちりや勘違いをしてしまうことも。",
|
229
|
+
"order": 103,
|
230
|
+
"assetId": ""
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"characterId": "char-yo",
|
234
|
+
"description": "浦の星女学院の2年生で、千歌のクラスメイト。高飛び込みの選手で実力はナショナルチーム級。考えるよりも先に体が動くタイプ。フェリーの船長を父に持ち、自身も将来は船長になりたいと思っている。",
|
235
|
+
"order": 104,
|
236
|
+
"assetId": ""
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"backgroundColor": "000000",
|
240
|
+
"textColor": "FFFFFF",
|
241
|
+
"characterType": 4,
|
242
|
+
"nameColor": ""
|
243
|
+
},
|
212
244
|
{
|
213
245
|
"id": "character_group_mku",
|
214
246
|
"assetId": "mku",
|