hoshimi-venus 0.16.91 → 0.20.0

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.
Files changed (162) hide show
  1. package/out/concert/concert.js.map +1 -1
  2. package/out/concert/efficacy_analyze.js.map +1 -1
  3. package/out/concert/efficacy_proc.d.ts +1 -0
  4. package/out/concert/efficacy_proc.js +1 -0
  5. package/out/concert/partial/a_migration.js +2 -2
  6. package/out/concert/partial/a_migration.js.map +1 -1
  7. package/out/concert/partial/actions/action.js +2 -3
  8. package/out/concert/partial/actions/action.js.map +1 -1
  9. package/out/concert/partial/actions/cool_time_increase.js +1 -1
  10. package/out/concert/partial/actions/cool_time_increase.js.map +1 -1
  11. package/out/concert/partial/actions/cool_time_reduction.js +1 -1
  12. package/out/concert/partial/actions/cool_time_reduction.js.map +1 -1
  13. package/out/concert/partial/actions/dance_boost.js +2 -2
  14. package/out/concert/partial/actions/dance_boost.js.map +1 -1
  15. package/out/concert/partial/actions/dance_down.js +2 -2
  16. package/out/concert/partial/actions/dance_down.js.map +1 -1
  17. package/out/concert/partial/actions/dance_up.js +2 -2
  18. package/out/concert/partial/actions/dance_up.js.map +1 -1
  19. package/out/concert/partial/actions/fix_stamina_recovery.js +1 -2
  20. package/out/concert/partial/actions/fix_stamina_recovery.js.map +1 -1
  21. package/out/concert/partial/actions/live_ability_cool_time_reduction.js +2 -3
  22. package/out/concert/partial/actions/live_ability_cool_time_reduction.js.map +1 -1
  23. package/out/concert/partial/actions/passiveSkillCoolTimeReset.js +1 -1
  24. package/out/concert/partial/actions/passiveSkillCoolTimeReset.js.map +1 -1
  25. package/out/concert/partial/actions/stamina_consumption.js +1 -2
  26. package/out/concert/partial/actions/stamina_consumption.js.map +1 -1
  27. package/out/concert/partial/actions/status_effect_change.js +3 -4
  28. package/out/concert/partial/actions/status_effect_change.js.map +1 -1
  29. package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -1
  30. package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -1
  31. package/out/concert/partial/actions/strength_effect_count_increase.js +3 -3
  32. package/out/concert/partial/actions/strength_effect_count_increase.js.map +1 -1
  33. package/out/concert/partial/actions/strength_effect_erasing.js.map +1 -1
  34. package/out/concert/partial/actions/strength_effect_erasing_all.js.map +1 -1
  35. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js.map +1 -1
  36. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js.map +1 -1
  37. package/out/concert/partial/actions/strength_effect_value_increase.js +2 -3
  38. package/out/concert/partial/actions/strength_effect_value_increase.js.map +1 -1
  39. package/out/concert/partial/actions/target_stamina_recovery.js +1 -2
  40. package/out/concert/partial/actions/target_stamina_recovery.js.map +1 -1
  41. package/out/concert/partial/actions/visual_boost.js +2 -2
  42. package/out/concert/partial/actions/visual_boost.js.map +1 -1
  43. package/out/concert/partial/actions/visual_down.js +2 -2
  44. package/out/concert/partial/actions/visual_down.js.map +1 -1
  45. package/out/concert/partial/actions/visual_up.js +2 -2
  46. package/out/concert/partial/actions/visual_up.js.map +1 -1
  47. package/out/concert/partial/actions/vocal_boost.js +2 -2
  48. package/out/concert/partial/actions/vocal_boost.js.map +1 -1
  49. package/out/concert/partial/actions/vocal_down.js +2 -2
  50. package/out/concert/partial/actions/vocal_down.js.map +1 -1
  51. package/out/concert/partial/actions/vocal_up.js +2 -2
  52. package/out/concert/partial/actions/vocal_up.js.map +1 -1
  53. package/out/concert/partial/actions/weakness_effect_inversion.js +3 -3
  54. package/out/concert/partial/actions/weakness_effect_inversion.js.map +1 -1
  55. package/out/concert/partial/actions/weakness_effect_recovery.js.map +1 -1
  56. package/out/concert/partial/apply_continuous_effects.js.map +1 -1
  57. package/out/concert/partial/b_check_existence.js.map +1 -1
  58. package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -1
  59. package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -1
  60. package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -1
  61. package/out/concert/partial/f_determine_act_skill_privilege.js +1 -2
  62. package/out/concert/partial/f_determine_act_skill_privilege.js.map +1 -1
  63. package/out/concert/partial/get_actable_indexes.js +1 -2
  64. package/out/concert/partial/get_actable_indexes.js.map +1 -1
  65. package/out/concert/partial/handle_combo.js +1 -1
  66. package/out/concert/partial/handle_combo.js.map +1 -1
  67. package/out/concert/partial/init_concert.js +1 -2
  68. package/out/concert/partial/init_concert.js.map +1 -1
  69. package/out/concert/partial/perform_beat.js +2 -3
  70. package/out/concert/partial/perform_beat.js.map +1 -1
  71. package/out/concert/partial/perform_skill.js +4 -6
  72. package/out/concert/partial/perform_skill.js.map +1 -1
  73. package/out/concert/partial/prepare_p_skill.js +5 -6
  74. package/out/concert/partial/prepare_p_skill.js.map +1 -1
  75. package/out/concert/partial/rotate_ct.js +1 -2
  76. package/out/concert/partial/rotate_ct.js.map +1 -1
  77. package/out/concert/partial/rotate_remains.js.map +1 -1
  78. package/out/concert/target_analyze.js.map +1 -1
  79. package/out/concert/target_proc.js +19 -21
  80. package/out/concert/target_proc.js.map +1 -1
  81. package/out/concert/trigger_analyze.js.map +1 -1
  82. package/out/concert/trigger_proc.js +12 -16
  83. package/out/concert/trigger_proc.js.map +1 -1
  84. package/out/db/dao/api.d.ts +5 -0
  85. package/out/db/dao/api.js +35 -0
  86. package/out/db/dao/api.js.map +1 -0
  87. package/out/db/dao/card_dao.d.ts +2 -1
  88. package/out/db/dao/card_dao.js +22 -12
  89. package/out/db/dao/card_dao.js.map +1 -1
  90. package/out/db/dao/character_dao.d.ts +2 -1
  91. package/out/db/dao/character_dao.js +18 -10
  92. package/out/db/dao/character_dao.js.map +1 -1
  93. package/out/db/dao/env.d.ts +1 -0
  94. package/out/db/dao/env.js +5 -0
  95. package/out/db/dao/env.js.map +1 -0
  96. package/out/db/dao/quest_dao.d.ts +2 -1
  97. package/out/db/dao/quest_dao.js +62 -44
  98. package/out/db/dao/quest_dao.js.map +1 -1
  99. package/out/db/dao/setting_dao.d.ts +2 -1
  100. package/out/db/dao/setting_dao.js +41 -5
  101. package/out/db/dao/setting_dao.js.map +1 -1
  102. package/out/db/dao/skill_dao.d.ts +2 -1
  103. package/out/db/dao/skill_dao.js +30 -20
  104. package/out/db/dao/skill_dao.js.map +1 -1
  105. package/out/db/dao/utils.d.ts +2 -0
  106. package/out/db/dao/utils.js +24 -0
  107. package/out/db/dao/utils.js.map +1 -0
  108. package/out/db/repository/card_repository.js +2 -4
  109. package/out/db/repository/card_repository.js.map +1 -1
  110. package/out/db/repository/chara_repository.js +4 -1
  111. package/out/db/repository/chara_repository.js.map +1 -1
  112. package/out/db/repository/quest_repository.js +4 -7
  113. package/out/db/repository/quest_repository.js.map +1 -1
  114. package/out/db/repository/setting_repository.d.ts +2 -1
  115. package/out/db/repository/setting_repository.js +5 -1
  116. package/out/db/repository/setting_repository.js.map +1 -1
  117. package/out/db/repository/skill_repository.js +1 -2
  118. package/out/db/repository/skill_repository.js.map +1 -1
  119. package/out/db/wrapper/card_wrapper.js +7 -1
  120. package/out/db/wrapper/card_wrapper.js.map +1 -1
  121. package/out/db/wrapper/quest_wrapper.js +21 -10
  122. package/out/db/wrapper/quest_wrapper.js.map +1 -1
  123. package/out/db/wrapper/skill_wrapper.js +23 -5
  124. package/out/db/wrapper/skill_wrapper.js.map +1 -1
  125. package/out/index.d.ts +6 -0
  126. package/out/index.js +13 -0
  127. package/out/index.js.map +1 -1
  128. package/out/main.js +41 -23
  129. package/out/main.js.map +1 -1
  130. package/out/package.json +2 -1
  131. package/out/satomi/card.js +26 -3
  132. package/out/satomi/card.js.map +1 -1
  133. package/out/satomi/deck.js.map +1 -1
  134. package/out/types/proto/proto_enum.js +143 -143
  135. package/out/types/proto/proto_enum.js.map +1 -1
  136. package/out/utils/calc_utils.js +2 -4
  137. package/out/utils/calc_utils.js.map +1 -1
  138. package/out/utils/chart_utils.js +6 -10
  139. package/out/utils/chart_utils.js.map +1 -1
  140. package/out/utils/skill_utils.js +1 -2
  141. package/out/utils/skill_utils.js.map +1 -1
  142. package/package.json +3 -2
  143. package/out/database/Card.json +0 -12568
  144. package/out/database/CardParameter.json +0 -4682
  145. package/out/database/CardRarity.json +0 -62
  146. package/out/database/Character.json +0 -4818
  147. package/out/database/CharacterGroup.json +0 -264
  148. package/out/database/GvgQuest.json +0 -286
  149. package/out/database/LeagueQuest.json +0 -1078
  150. package/out/database/LiveAbility.json +0 -34882
  151. package/out/database/LiveBonus.json +0 -914
  152. package/out/database/LiveBonusGroup.json +0 -916
  153. package/out/database/MarathonQuest.json +0 -2332
  154. package/out/database/Music.json +0 -41158
  155. package/out/database/MusicChartPattern.json +0 -124382
  156. package/out/database/PvpQuest.json +0 -857
  157. package/out/database/Quest.json +0 -139832
  158. package/out/database/RaidQuest.json +0 -1857
  159. package/out/database/Skill.json +0 -154271
  160. package/out/database/SkillEfficacy.json +0 -58762
  161. package/out/database/SkillTarget.json +0 -252
  162. package/out/database/SkillTrigger.json +0 -816
@@ -1,4818 +0,0 @@
1
- [
2
- {
3
- "id": "char-ai",
4
- "assetId": "ai",
5
- "characterGroupId": "character_group_4",
6
- "order": 16,
7
- "name": "小美山愛",
8
- "enName": "AI KOMIYAMA",
9
- "cv": "寿美菜子",
10
- "age": "16歳",
11
- "birthday": "2月9日",
12
- "height": "164cm",
13
- "weight": "51kg",
14
- "zodiacSign": "みずがめ座",
15
- "hometown": "私立 月出高校 芸能コース",
16
- "favorite": "人を笑顔にする事、掃除",
17
- "unfavorite": "暗い所、父を馬鹿にする人",
18
- "profile": "人を笑顔にすることが大好きな、LizNoirのムードメーカー。こころとは養成所時代からの仲で、よくイジられている。確かな技術力を持っているが、肝心な時にドジをしてしまい莉央から怒られることもしばしば。",
19
- "costumeIds": [
20
- "cos-ai-anni-00",
21
- "cos-ai-casl-00",
22
- "cos-ai-casl-01",
23
- "cos-ai-fest-02",
24
- "cos-ai-idol-00",
25
- "cos-ai-idol-02",
26
- "cos-ai-idol-03",
27
- "cos-ai-kait-00",
28
- "cos-ai-kion-00",
29
- "cos-ai-miku-00",
30
- "cos-ai-mizg-00",
31
- "cos-ai-mizg-01",
32
- "cos-ai-newy-00",
33
- "cos-ai-rock-00",
34
- "cos-ai-schl-00",
35
- "cos-ai-sdam-00",
36
- "cos-ai-sdpl-00",
37
- "cos-ai-sush-00",
38
- "cos-ai-tact-00",
39
- "cos-ai-trng-00",
40
- "cos-ai-vlnt-00"
41
- ],
42
- "altCharacters": [
43
- {
44
- "characterId": "char-aoi",
45
- "priority": 1
46
- },
47
- {
48
- "characterId": "char-chs",
49
- "priority": 15
50
- },
51
- {
52
- "characterId": "char-hrk",
53
- "priority": 13
54
- },
55
- {
56
- "characterId": "char-kkr",
57
- "priority": 2
58
- },
59
- {
60
- "characterId": "char-ktn",
61
- "priority": 9
62
- },
63
- {
64
- "characterId": "char-mei",
65
- "priority": 11
66
- },
67
- {
68
- "characterId": "char-ngs",
69
- "priority": 10
70
- },
71
- {
72
- "characterId": "char-rei",
73
- "priority": 16
74
- },
75
- {
76
- "characterId": "char-rio",
77
- "priority": 3
78
- },
79
- {
80
- "characterId": "char-rui",
81
- "priority": 6
82
- },
83
- {
84
- "characterId": "char-ski",
85
- "priority": 8
86
- },
87
- {
88
- "characterId": "char-skr",
89
- "priority": 14
90
- },
91
- {
92
- "characterId": "char-smr",
93
- "priority": 5
94
- },
95
- {
96
- "characterId": "char-suz",
97
- "priority": 7
98
- },
99
- {
100
- "characterId": "char-szk",
101
- "priority": 12
102
- },
103
- {
104
- "characterId": "char-yu",
105
- "priority": 4
106
- }
107
- ],
108
- "defaultCostumeId": "cos-ai-schl-00",
109
- "heightCorrectionPermil": 692,
110
- "color": "7ECCEE",
111
- "activityFanEventWords": [
112
- {
113
- "word": "ありがたい\nです!",
114
- "voiceAssetId": "sud_vo_act_ai_fan-01"
115
- },
116
- {
117
- "word": "会えて\n嬉しいです!",
118
- "voiceAssetId": "sud_vo_act_ai_fan-02"
119
- },
120
- {
121
- "word": "また来て\n下さい!",
122
- "voiceAssetId": "sud_vo_act_ai_fan-03"
123
- }
124
- ],
125
- "talkArrivalMotionAssetId": "mot_adv_chr_ai_appr-001_in",
126
- "personalityType": 2,
127
- "simplePersonalityType": 2,
128
- "sdPersonalityType": 2,
129
- "costumeMotionAssetIds": [
130
- "mot_dress_chr_cmn_action-001-b_in",
131
- "mot_dress_chr_cmn_action-002-b_in"
132
- ],
133
- "costumeAdditionMotionAssetIds": [
134
- "",
135
- ""
136
- ],
137
- "costumeVoiceAssetIds": [
138
- "sud_vo_cmn_ai_dress-01",
139
- "sud_vo_cmn_ai_dress-02"
140
- ],
141
- "psylliumColorType": 8,
142
- "shortProfile": "人を笑顔にすることが\n大好きなLizNoirの\nムードメーカー",
143
- "threeSize": "B85・W59・H86",
144
- "catchphrase": "なるほど!\n腹筋1000回\nすればいいんですね!",
145
- "firstName": "愛",
146
- "idiom": "真剣",
147
- "defaultLiveCostumeId": "cos-ai-schl-00",
148
- "facePositionX": 60.0,
149
- "facePositionY": 500.0,
150
- "groupPositionX": 0.68,
151
- "groupPositionY": 0.76,
152
- "catchphraseColor": "7ECCEE",
153
- "isHomeDanceTarget": true,
154
- "type": 1,
155
- "groupName": "LizNoir",
156
- "talkArrivalAdditionMotionAssetId": "",
157
- "viewConditionId": "",
158
- "isLeftHanded": false,
159
- "unlockConditionId": ""
160
- },
161
- {
162
- "id": "char-aoi",
163
- "assetId": "aoi",
164
- "characterGroupId": "character_group_4",
165
- "order": 15,
166
- "name": "井川葵",
167
- "enName": "AOI IGAWA",
168
- "cv": "高垣彩陽",
169
- "age": "17歳",
170
- "birthday": "6月19日",
171
- "height": "157cm",
172
- "weight": "45kg",
173
- "zodiacSign": "ふたご座",
174
- "hometown": "私立 月出高校 芸能コース",
175
- "favorite": "スイーツ、料理",
176
- "unfavorite": "犬",
177
- "profile": "感情の起伏が少なく、常に冷静なLizNoirのブレーン。莉央との信頼関係は非常に厚く、活動休止に追い込まれた際も、新メンバーの提案を蹴り彼女を待ち続けた。一度見たダンスをすぐにコピーできる実力者。",
178
- "costumeIds": [
179
- "cos-aoi-anni-00",
180
- "cos-aoi-casl-00",
181
- "cos-aoi-casl-01",
182
- "cos-aoi-circ-00",
183
- "cos-aoi-fest-00",
184
- "cos-aoi-fest-02",
185
- "cos-aoi-idol-00",
186
- "cos-aoi-idol-02",
187
- "cos-aoi-idol-03",
188
- "cos-aoi-kait-00",
189
- "cos-aoi-kion-00",
190
- "cos-aoi-miku-00",
191
- "cos-aoi-mizg-00",
192
- "cos-aoi-mizg-01",
193
- "cos-aoi-newy-00",
194
- "cos-aoi-schl-00",
195
- "cos-aoi-sdam-00",
196
- "cos-aoi-sdpl-00",
197
- "cos-aoi-sush-00",
198
- "cos-aoi-trng-00",
199
- "cos-aoi-vlnt-00",
200
- "cos-aoi-wedd-00"
201
- ],
202
- "altCharacters": [
203
- {
204
- "characterId": "char-ai",
205
- "priority": 3
206
- },
207
- {
208
- "characterId": "char-chs",
209
- "priority": 14
210
- },
211
- {
212
- "characterId": "char-hrk",
213
- "priority": 12
214
- },
215
- {
216
- "characterId": "char-kkr",
217
- "priority": 1
218
- },
219
- {
220
- "characterId": "char-ktn",
221
- "priority": 8
222
- },
223
- {
224
- "characterId": "char-mei",
225
- "priority": 10
226
- },
227
- {
228
- "characterId": "char-ngs",
229
- "priority": 9
230
- },
231
- {
232
- "characterId": "char-rei",
233
- "priority": 15
234
- },
235
- {
236
- "characterId": "char-rio",
237
- "priority": 2
238
- },
239
- {
240
- "characterId": "char-rui",
241
- "priority": 5
242
- },
243
- {
244
- "characterId": "char-ski",
245
- "priority": 7
246
- },
247
- {
248
- "characterId": "char-skr",
249
- "priority": 13
250
- },
251
- {
252
- "characterId": "char-smr",
253
- "priority": 4
254
- },
255
- {
256
- "characterId": "char-suz",
257
- "priority": 11
258
- },
259
- {
260
- "characterId": "char-szk",
261
- "priority": 16
262
- },
263
- {
264
- "characterId": "char-yu",
265
- "priority": 6
266
- }
267
- ],
268
- "defaultCostumeId": "cos-aoi-schl-00",
269
- "heightCorrectionPermil": 154,
270
- "color": "6F77CC",
271
- "activityFanEventWords": [
272
- {
273
- "word": "ありがとう。",
274
- "voiceAssetId": "sud_vo_act_aoi_fan-01"
275
- },
276
- {
277
- "word": "会えて\nよかったよ。",
278
- "voiceAssetId": "sud_vo_act_aoi_fan-02"
279
- },
280
- {
281
- "word": "また来てよ。",
282
- "voiceAssetId": "sud_vo_act_aoi_fan-03"
283
- }
284
- ],
285
- "talkArrivalMotionAssetId": "mot_adv_chr_aoi_appr-001_in",
286
- "personalityType": 5,
287
- "simplePersonalityType": 3,
288
- "sdPersonalityType": 5,
289
- "costumeMotionAssetIds": [
290
- "mot_dress_chr_cmn_action-001-e_in",
291
- "mot_dress_chr_cmn_action-002-e_in"
292
- ],
293
- "costumeAdditionMotionAssetIds": [
294
- "",
295
- ""
296
- ],
297
- "costumeVoiceAssetIds": [
298
- "sud_vo_cmn_aoi_dress-01",
299
- "sud_vo_cmn_aoi_dress-02"
300
- ],
301
- "isLeftHanded": true,
302
- "psylliumColorType": 13,
303
- "shortProfile": "感情の起伏が少なく\n常に冷静な\nLizNoirのブレーン",
304
- "threeSize": "B79・W57・H75",
305
- "catchphrase": "なんでもいいよ。",
306
- "firstName": "葵",
307
- "idiom": "随意",
308
- "defaultLiveCostumeId": "cos-aoi-schl-00",
309
- "facePositionX": 60.0,
310
- "facePositionY": 650.0,
311
- "groupPositionX": 0.84,
312
- "groupPositionY": 0.63,
313
- "catchphraseColor": "6F77CC",
314
- "isHomeDanceTarget": true,
315
- "type": 1,
316
- "groupName": "LizNoir",
317
- "talkArrivalAdditionMotionAssetId": "",
318
- "viewConditionId": "",
319
- "unlockConditionId": ""
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
- },
454
- {
455
- "id": "char-chs",
456
- "assetId": "chs",
457
- "characterGroupId": "character_group_2",
458
- "order": 8,
459
- "name": "白石千紗",
460
- "enName": "CHISA SHIRAISHI",
461
- "cv": "高尾奏音",
462
- "age": "17歳",
463
- "birthday": "11月22日",
464
- "height": "147cm",
465
- "weight": "39kg",
466
- "zodiacSign": "さそり座",
467
- "hometown": "公立 光ヶ崎高校",
468
- "favorite": "沙季、ホラー",
469
- "unfavorite": "白子、牡蠣",
470
- "profile": "引っ込み思案で臆病な性格。そんな自分を変えるためアイドルを志した。はじめは姉の後ろをついていくことしかできなかった彼女だが、アイドル活動を通して徐々に自信をつけ、姉と並び自らの足で歩む決意を固めた。",
471
- "costumeIds": [
472
- "cos-chs-anni-00",
473
- "cos-chs-casl-00",
474
- "cos-chs-casl-01",
475
- "cos-chs-chsk-00",
476
- "cos-chs-flow-00",
477
- "cos-chs-idol-00",
478
- "cos-chs-idol-01",
479
- "cos-chs-idol-02",
480
- "cos-chs-idol-03",
481
- "cos-chs-idol-04",
482
- "cos-chs-kion-00",
483
- "cos-chs-miku-00",
484
- "cos-chs-mizg-00",
485
- "cos-chs-mizg-01",
486
- "cos-chs-newy-00",
487
- "cos-chs-pajm-00",
488
- "cos-chs-rock-00",
489
- "cos-chs-schl-00",
490
- "cos-chs-sdam-00",
491
- "cos-chs-sdpl-00",
492
- "cos-chs-seik-00",
493
- "cos-chs-sush-00",
494
- "cos-chs-trng-00",
495
- "cos-chs-yukt-00"
496
- ],
497
- "altCharacters": [
498
- {
499
- "characterId": "char-ai",
500
- "priority": 16
501
- },
502
- {
503
- "characterId": "char-aoi",
504
- "priority": 15
505
- },
506
- {
507
- "characterId": "char-hrk",
508
- "priority": 1
509
- },
510
- {
511
- "characterId": "char-kkr",
512
- "priority": 13
513
- },
514
- {
515
- "characterId": "char-ktn",
516
- "priority": 6
517
- },
518
- {
519
- "characterId": "char-mei",
520
- "priority": 8
521
- },
522
- {
523
- "characterId": "char-ngs",
524
- "priority": 7
525
- },
526
- {
527
- "characterId": "char-rei",
528
- "priority": 3
529
- },
530
- {
531
- "characterId": "char-rio",
532
- "priority": 14
533
- },
534
- {
535
- "characterId": "char-rui",
536
- "priority": 11
537
- },
538
- {
539
- "characterId": "char-ski",
540
- "priority": 5
541
- },
542
- {
543
- "characterId": "char-skr",
544
- "priority": 2
545
- },
546
- {
547
- "characterId": "char-smr",
548
- "priority": 10
549
- },
550
- {
551
- "characterId": "char-suz",
552
- "priority": 9
553
- },
554
- {
555
- "characterId": "char-szk",
556
- "priority": 4
557
- },
558
- {
559
- "characterId": "char-yu",
560
- "priority": 12
561
- }
562
- ],
563
- "defaultCostumeId": "cos-chs-schl-00",
564
- "heightCorrectionPermil": -615,
565
- "color": "E7BBD2",
566
- "activityFanEventWords": [
567
- {
568
- "word": "ありがとう\nございます!",
569
- "voiceAssetId": "sud_vo_act_chs_fan-01"
570
- },
571
- {
572
- "word": "来てもらえて\n嬉しいです!",
573
- "voiceAssetId": "sud_vo_act_chs_fan-02"
574
- },
575
- {
576
- "word": "また来て\n下さいね。",
577
- "voiceAssetId": "sud_vo_act_chs_fan-03"
578
- }
579
- ],
580
- "talkArrivalMotionAssetId": "mot_adv_chr_chs_appr-001_in",
581
- "personalityType": 2,
582
- "simplePersonalityType": 2,
583
- "sdPersonalityType": 2,
584
- "costumeMotionAssetIds": [
585
- "mot_dress_chr_cmn_action-001-b_in",
586
- "mot_dress_chr_cmn_action-002-b_in"
587
- ],
588
- "costumeAdditionMotionAssetIds": [
589
- "",
590
- ""
591
- ],
592
- "costumeVoiceAssetIds": [
593
- "sud_vo_cmn_chs_dress-01",
594
- "sud_vo_cmn_chs_dress-02"
595
- ],
596
- "psylliumColorType": 9,
597
- "shortProfile": "引っ込み思案で臆病\nそんな自分を変えるため\nアイドルを志した",
598
- "threeSize": "B76・W58・H78",
599
- "catchphrase": "お姉ちゃんは合格して、\n私は落ちちゃったから……。",
600
- "firstName": "千紗",
601
- "idiom": "昇華",
602
- "defaultLiveCostumeId": "cos-chs-schl-00",
603
- "facePositionY": 800.0,
604
- "groupPositionX": 0.75,
605
- "groupPositionY": 0.53,
606
- "catchphraseColor": "E7BBD2",
607
- "isHomeDanceTarget": true,
608
- "type": 1,
609
- "groupName": "サニーピース",
610
- "talkArrivalAdditionMotionAssetId": "",
611
- "viewConditionId": "",
612
- "isLeftHanded": false,
613
- "facePositionX": 0.0,
614
- "unlockConditionId": ""
615
- },
616
- {
617
- "id": "char-hrk",
618
- "assetId": "hrk",
619
- "characterGroupId": "character_group_2",
620
- "order": 10,
621
- "name": "佐伯遙子",
622
- "enName": "HARUKO SAEKI",
623
- "cv": "佐々木奈緒",
624
- "age": "20歳",
625
- "birthday": "1月3日",
626
- "height": "163cm",
627
- "weight": "48kg",
628
- "zodiacSign": "やぎ座",
629
- "hometown": "私立 青洋学園大学",
630
- "favorite": "星村、ジグソーパズル、米",
631
- "unfavorite": "あきらめる事",
632
- "profile": "みんなのお姉さんで、サニーピースのまとめ役。生前の麻奈を知る、星見プロダクション最初の所属アイドル。一時は夢を諦めかけていたが、信じてくれる人を裏切りたくない気持ちから、強い覚悟でアイドル活動に励む。",
633
- "costumeIds": [
634
- "cos-hrk-anni-00",
635
- "cos-hrk-casl-00",
636
- "cos-hrk-casl-01",
637
- "cos-hrk-chna-00",
638
- "cos-hrk-idol-00",
639
- "cos-hrk-idol-01",
640
- "cos-hrk-idol-02",
641
- "cos-hrk-idol-03",
642
- "cos-hrk-idol-04",
643
- "cos-hrk-kion-00",
644
- "cos-hrk-miku-00",
645
- "cos-hrk-mizg-00",
646
- "cos-hrk-mizg-01",
647
- "cos-hrk-newy-00",
648
- "cos-hrk-onep-00",
649
- "cos-hrk-pair-00",
650
- "cos-hrk-sail-00",
651
- "cos-hrk-schl-00",
652
- "cos-hrk-sdam-00",
653
- "cos-hrk-sdpl-00",
654
- "cos-hrk-sush-00",
655
- "cos-hrk-trng-00",
656
- "cos-hrk-xmas-00"
657
- ],
658
- "altCharacters": [
659
- {
660
- "characterId": "char-ai",
661
- "priority": 15
662
- },
663
- {
664
- "characterId": "char-aoi",
665
- "priority": 14
666
- },
667
- {
668
- "characterId": "char-chs",
669
- "priority": 2
670
- },
671
- {
672
- "characterId": "char-kkr",
673
- "priority": 16
674
- },
675
- {
676
- "characterId": "char-ktn",
677
- "priority": 9
678
- },
679
- {
680
- "characterId": "char-mei",
681
- "priority": 6
682
- },
683
- {
684
- "characterId": "char-ngs",
685
- "priority": 5
686
- },
687
- {
688
- "characterId": "char-rei",
689
- "priority": 3
690
- },
691
- {
692
- "characterId": "char-rio",
693
- "priority": 13
694
- },
695
- {
696
- "characterId": "char-rui",
697
- "priority": 11
698
- },
699
- {
700
- "characterId": "char-ski",
701
- "priority": 8
702
- },
703
- {
704
- "characterId": "char-skr",
705
- "priority": 1
706
- },
707
- {
708
- "characterId": "char-smr",
709
- "priority": 10
710
- },
711
- {
712
- "characterId": "char-suz",
713
- "priority": 7
714
- },
715
- {
716
- "characterId": "char-szk",
717
- "priority": 4
718
- },
719
- {
720
- "characterId": "char-yu",
721
- "priority": 12
722
- }
723
- ],
724
- "defaultCostumeId": "cos-hrk-trng-00",
725
- "heightCorrectionPermil": 615,
726
- "color": "C1A7E2",
727
- "activityFanEventWords": [
728
- {
729
- "word": "ありがとう!",
730
- "voiceAssetId": "sud_vo_act_hrk_fan-01"
731
- },
732
- {
733
- "word": "会えて\n嬉しいな。",
734
- "voiceAssetId": "sud_vo_act_hrk_fan-02"
735
- },
736
- {
737
- "word": "また遊びに\n来てね。",
738
- "voiceAssetId": "sud_vo_act_hrk_fan-03"
739
- }
740
- ],
741
- "talkArrivalMotionAssetId": "mot_adv_chr_hrk_appr-001_in",
742
- "personalityType": 3,
743
- "simplePersonalityType": 2,
744
- "sdPersonalityType": 3,
745
- "costumeMotionAssetIds": [
746
- "mot_dress_chr_cmn_action-001-c_in",
747
- "mot_dress_chr_cmn_action-002-c_in"
748
- ],
749
- "costumeAdditionMotionAssetIds": [
750
- "",
751
- ""
752
- ],
753
- "costumeVoiceAssetIds": [
754
- "sud_vo_cmn_hrk_dress-01",
755
- "sud_vo_cmn_hrk_dress-02"
756
- ],
757
- "psylliumColorType": 11,
758
- "shortProfile": "みんなのお姉さんで\nサニーピースのまとめ役",
759
- "threeSize": "B90・W62・H87",
760
- "catchphrase": "私ってやっぱり\n地味で、普通で……\n華がなくて……",
761
- "firstName": "遙子",
762
- "idiom": "執念",
763
- "defaultLiveCostumeId": "cos-hrk-trng-00",
764
- "facePositionX": 30.0,
765
- "facePositionY": 530.0,
766
- "groupPositionX": 0.62,
767
- "groupPositionY": 0.85,
768
- "catchphraseColor": "C1A7E2",
769
- "isHomeDanceTarget": true,
770
- "type": 1,
771
- "groupName": "サニーピース",
772
- "loveInfo": {
773
- "name": "佐伯遙子",
774
- "enName": "HARUKO SAEKI",
775
- "cv": "佐伯遙子",
776
- "colorCode": "B77BF4",
777
- "description": ""
778
- },
779
- "talkArrivalAdditionMotionAssetId": "",
780
- "viewConditionId": "",
781
- "isLeftHanded": false,
782
- "unlockConditionId": ""
783
- },
784
- {
785
- "id": "char-kan",
786
- "assetId": "kan",
787
- "characterGroupId": "character_group_6",
788
- "order": 19,
789
- "name": "kana",
790
- "cv": "田中あいみ",
791
- "age": "20歳",
792
- "birthday": "4月10日",
793
- "height": "166cm",
794
- "weight": "44kg",
795
- "zodiacSign": "おひつじ座",
796
- "hometown": "非公表",
797
- "favorite": "SNSのいいね、父",
798
- "unfavorite": "祖父",
799
- "profile": "裏表が激しいが、ずば抜けたセンスを持つ小悪魔アイドル。大人気モデル出身で、小さい頃から数々の雑誌の表紙を飾っている。承認欲求が高く、SNSのフォロワーは200万以上。",
800
- "costumeIds": [
801
- "cos-kan-anni-00",
802
- "cos-kan-casl-00",
803
- "cos-kan-chna-00",
804
- "cos-kan-idol-00",
805
- "cos-kan-idol-03",
806
- "cos-kan-kion-00",
807
- "cos-kan-miku-00",
808
- "cos-kan-mizg-00",
809
- "cos-kan-mizg-01",
810
- "cos-kan-poli-00",
811
- "cos-kan-sdam-00",
812
- "cos-kan-sdpl-00",
813
- "cos-kan-sush-00",
814
- "cos-kan-trng-00"
815
- ],
816
- "altCharacters": [
817
- {
818
- "characterId": "char-ai",
819
- "priority": 1
820
- },
821
- {
822
- "characterId": "char-aoi",
823
- "priority": 2
824
- },
825
- {
826
- "characterId": "char-chs",
827
- "priority": 16
828
- },
829
- {
830
- "characterId": "char-hrk",
831
- "priority": 14
832
- },
833
- {
834
- "characterId": "char-kkr",
835
- "priority": 3
836
- },
837
- {
838
- "characterId": "char-kor",
839
- "priority": 18
840
- },
841
- {
842
- "characterId": "char-ktn",
843
- "priority": 10
844
- },
845
- {
846
- "characterId": "char-mei",
847
- "priority": 12
848
- },
849
- {
850
- "characterId": "char-mhk",
851
- "priority": 19
852
- },
853
- {
854
- "characterId": "char-ngs",
855
- "priority": 11
856
- },
857
- {
858
- "characterId": "char-rei",
859
- "priority": 17
860
- },
861
- {
862
- "characterId": "char-rio",
863
- "priority": 4
864
- },
865
- {
866
- "characterId": "char-rui",
867
- "priority": 7
868
- },
869
- {
870
- "characterId": "char-ski",
871
- "priority": 9
872
- },
873
- {
874
- "characterId": "char-skr",
875
- "priority": 15
876
- },
877
- {
878
- "characterId": "char-smr",
879
- "priority": 6
880
- },
881
- {
882
- "characterId": "char-suz",
883
- "priority": 8
884
- },
885
- {
886
- "characterId": "char-szk",
887
- "priority": 13
888
- },
889
- {
890
- "characterId": "char-yu",
891
- "priority": 5
892
- }
893
- ],
894
- "defaultCostumeId": "cos-kan-trng-00",
895
- "heightCorrectionPermil": 846,
896
- "color": "474744",
897
- "activityFanEventWords": [
898
- {
899
- "word": "ありがとう\nございま~す!",
900
- "voiceAssetId": "sud_vo_act_kan_fan-01"
901
- },
902
- {
903
- "word": "kana、\n感激~!",
904
- "voiceAssetId": "sud_vo_act_kan_fan-02"
905
- },
906
- {
907
- "word": "また来てね~!",
908
- "voiceAssetId": "sud_vo_act_kan_fan-03"
909
- }
910
- ],
911
- "talkArrivalMotionAssetId": "mot_adv_chr_kan_appr-001_in",
912
- "viewConditionId": "cd-date-22-0628",
913
- "personalityType": 1,
914
- "simplePersonalityType": 1,
915
- "sdPersonalityType": 1,
916
- "costumeMotionAssetIds": [
917
- "mot_dress_chr_cmn_action-001-a_in",
918
- "mot_dress_chr_cmn_action-002-a_in"
919
- ],
920
- "costumeAdditionMotionAssetIds": [
921
- "",
922
- ""
923
- ],
924
- "costumeVoiceAssetIds": [
925
- "sud_vo_cmn_kan_dress-01",
926
- "sud_vo_cmn_kan_dress-02"
927
- ],
928
- "psylliumColorType": 7,
929
- "shortProfile": "裏表が激しいが、\nずば抜けたセンスを持つ\n小悪魔アイドル",
930
- "threeSize": "B78・W55・H83",
931
- "catchphrase": "きゃはっ! \n当然でしょ、\nだってkanaだもんね!",
932
- "firstName": "kana",
933
- "idiom": "孤独",
934
- "defaultLiveCostumeId": "cos-kan-trng-00",
935
- "facePositionX": -95.0,
936
- "facePositionY": 780.0,
937
- "groupPositionX": 0.69,
938
- "groupPositionY": 0.57,
939
- "catchphraseColor": "F0F000",
940
- "unlockConditionId": "cd-chr-obtain-kan",
941
- "type": 1,
942
- "groupName": "ⅢX",
943
- "enName": "",
944
- "talkArrivalAdditionMotionAssetId": "",
945
- "isLeftHanded": false,
946
- "isHomeDanceTarget": false
947
- },
948
- {
949
- "id": "char-kkr",
950
- "assetId": "kkr",
951
- "characterGroupId": "character_group_4",
952
- "order": 17,
953
- "name": "赤崎こころ",
954
- "enName": "KOKORO AKAZAKI",
955
- "cv": "豊崎愛生",
956
- "age": "14歳",
957
- "birthday": "12月6日",
958
- "height": "153cm",
959
- "weight": "43kg",
960
- "zodiacSign": "いて座",
961
- "hometown": "私立 麗葉女学院中等部",
962
- "favorite": "書道、誰かの困った顔",
963
- "unfavorite": "仲間はずれにされる事",
964
- "profile": "人懐っこくお調子者な、LizNoirの切り込み隊長。愛とはお互いを認め合う仲だが、良からぬことを吹き込みがち。今までのLizNoirにはない愛嬌と可愛らしさを見せ、グループに新しい風を吹かせている。",
965
- "costumeIds": [
966
- "cos-kkr-anni-00",
967
- "cos-kkr-casl-00",
968
- "cos-kkr-casl-01",
969
- "cos-kkr-fest-02",
970
- "cos-kkr-idol-00",
971
- "cos-kkr-idol-02",
972
- "cos-kkr-idol-03",
973
- "cos-kkr-kait-00",
974
- "cos-kkr-kion-00",
975
- "cos-kkr-miku-00",
976
- "cos-kkr-mizg-00",
977
- "cos-kkr-mizg-01",
978
- "cos-kkr-newy-00",
979
- "cos-kkr-pajm-00",
980
- "cos-kkr-schl-00",
981
- "cos-kkr-sdam-00",
982
- "cos-kkr-sdpl-00",
983
- "cos-kkr-seik-00",
984
- "cos-kkr-sush-00",
985
- "cos-kkr-trng-00",
986
- "cos-kkr-vlnt-00"
987
- ],
988
- "altCharacters": [
989
- {
990
- "characterId": "char-ai",
991
- "priority": 3
992
- },
993
- {
994
- "characterId": "char-aoi",
995
- "priority": 2
996
- },
997
- {
998
- "characterId": "char-chs",
999
- "priority": 16
1000
- },
1001
- {
1002
- "characterId": "char-hrk",
1003
- "priority": 14
1004
- },
1005
- {
1006
- "characterId": "char-ktn",
1007
- "priority": 10
1008
- },
1009
- {
1010
- "characterId": "char-mei",
1011
- "priority": 7
1012
- },
1013
- {
1014
- "characterId": "char-ngs",
1015
- "priority": 11
1016
- },
1017
- {
1018
- "characterId": "char-rei",
1019
- "priority": 12
1020
- },
1021
- {
1022
- "characterId": "char-rio",
1023
- "priority": 1
1024
- },
1025
- {
1026
- "characterId": "char-rui",
1027
- "priority": 4
1028
- },
1029
- {
1030
- "characterId": "char-ski",
1031
- "priority": 9
1032
- },
1033
- {
1034
- "characterId": "char-skr",
1035
- "priority": 15
1036
- },
1037
- {
1038
- "characterId": "char-smr",
1039
- "priority": 6
1040
- },
1041
- {
1042
- "characterId": "char-suz",
1043
- "priority": 8
1044
- },
1045
- {
1046
- "characterId": "char-szk",
1047
- "priority": 13
1048
- },
1049
- {
1050
- "characterId": "char-yu",
1051
- "priority": 5
1052
- }
1053
- ],
1054
- "defaultCostumeId": "cos-kkr-schl-00",
1055
- "heightCorrectionPermil": -154,
1056
- "color": "FC9BB3",
1057
- "activityFanEventWords": [
1058
- {
1059
- "word": "ありがとっ!",
1060
- "voiceAssetId": "sud_vo_act_kkr_fan-01"
1061
- },
1062
- {
1063
- "word": "会えて\n嬉しいな~",
1064
- "voiceAssetId": "sud_vo_act_kkr_fan-02"
1065
- },
1066
- {
1067
- "word": "また来て\n下さーい!",
1068
- "voiceAssetId": "sud_vo_act_kkr_fan-03"
1069
- }
1070
- ],
1071
- "talkArrivalMotionAssetId": "mot_adv_chr_kkr_appr-001_in",
1072
- "personalityType": 1,
1073
- "simplePersonalityType": 1,
1074
- "sdPersonalityType": 1,
1075
- "costumeMotionAssetIds": [
1076
- "mot_dress_chr_cmn_action-001-a_in",
1077
- "mot_dress_chr_cmn_action-002-a_in"
1078
- ],
1079
- "costumeAdditionMotionAssetIds": [
1080
- "",
1081
- ""
1082
- ],
1083
- "costumeVoiceAssetIds": [
1084
- "sud_vo_cmn_kkr_dress-01",
1085
- "sud_vo_cmn_kkr_dress-02"
1086
- ],
1087
- "psylliumColorType": 9,
1088
- "shortProfile": "人懐っこくお調子者な\nLizNoirの切り込み隊長",
1089
- "threeSize": "B74・W54・H73",
1090
- "catchphrase": "アナタの心を鷲掴み☆\n赤崎こころ、\n14歳でーすっ!",
1091
- "firstName": "こころ",
1092
- "idiom": "打破",
1093
- "defaultLiveCostumeId": "cos-kkr-schl-00",
1094
- "facePositionY": 700.0,
1095
- "groupPositionX": 0.52,
1096
- "groupPositionY": 0.63,
1097
- "catchphraseColor": "FC9BB3",
1098
- "isHomeDanceTarget": true,
1099
- "type": 1,
1100
- "groupName": "LizNoir",
1101
- "talkArrivalAdditionMotionAssetId": "",
1102
- "viewConditionId": "",
1103
- "isLeftHanded": false,
1104
- "facePositionX": 0.0,
1105
- "unlockConditionId": ""
1106
- },
1107
- {
1108
- "id": "char-koh",
1109
- "assetId": "koh",
1110
- "order": 998,
1111
- "name": "牧野航平",
1112
- "enName": "KOHEI MAKINO",
1113
- "cv": "石谷春貴",
1114
- "age": "-",
1115
- "birthday": "-",
1116
- "height": "-",
1117
- "weight": "-",
1118
- "costumeIds": [
1119
- "cos-koh-casl-00"
1120
- ],
1121
- "altCharacters": [
1122
- {
1123
- "characterId": "char-ai",
1124
- "priority": 16
1125
- },
1126
- {
1127
- "characterId": "char-aoi",
1128
- "priority": 15
1129
- },
1130
- {
1131
- "characterId": "char-chs",
1132
- "priority": 8
1133
- },
1134
- {
1135
- "characterId": "char-hrk",
1136
- "priority": 10
1137
- },
1138
- {
1139
- "characterId": "char-kkr",
1140
- "priority": 17
1141
- },
1142
- {
1143
- "characterId": "char-ktn",
1144
- "priority": 1
1145
- },
1146
- {
1147
- "characterId": "char-mei",
1148
- "priority": 5
1149
- },
1150
- {
1151
- "characterId": "char-ngs",
1152
- "priority": 2
1153
- },
1154
- {
1155
- "characterId": "char-rei",
1156
- "priority": 9
1157
- },
1158
- {
1159
- "characterId": "char-rio",
1160
- "priority": 14
1161
- },
1162
- {
1163
- "characterId": "char-rui",
1164
- "priority": 11
1165
- },
1166
- {
1167
- "characterId": "char-ski",
1168
- "priority": 3
1169
- },
1170
- {
1171
- "characterId": "char-skr",
1172
- "priority": 6
1173
- },
1174
- {
1175
- "characterId": "char-smr",
1176
- "priority": 13
1177
- },
1178
- {
1179
- "characterId": "char-suz",
1180
- "priority": 4
1181
- },
1182
- {
1183
- "characterId": "char-szk",
1184
- "priority": 7
1185
- },
1186
- {
1187
- "characterId": "char-yu",
1188
- "priority": 12
1189
- }
1190
- ],
1191
- "defaultCostumeId": "cos-koh-casl-00",
1192
- "heightCorrectionPermil": 1333,
1193
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
1194
- "personalityType": 1,
1195
- "simplePersonalityType": 1,
1196
- "sdPersonalityType": 1,
1197
- "psylliumColorType": 13,
1198
- "firstName": "牧野",
1199
- "defaultLiveCostumeId": "cos-koh-casl-00",
1200
- "type": 2,
1201
- "groupName": "ー",
1202
- "characterGroupId": "",
1203
- "zodiacSign": "",
1204
- "hometown": "",
1205
- "favorite": "",
1206
- "unfavorite": "",
1207
- "profile": "",
1208
- "color": "",
1209
- "activityFanEventWords": [],
1210
- "talkArrivalAdditionMotionAssetId": "",
1211
- "viewConditionId": "",
1212
- "costumeMotionAssetIds": [],
1213
- "costumeAdditionMotionAssetIds": [],
1214
- "costumeVoiceAssetIds": [],
1215
- "isLeftHanded": false,
1216
- "shortProfile": "",
1217
- "threeSize": "",
1218
- "catchphrase": "",
1219
- "idiom": "",
1220
- "facePositionX": 0.0,
1221
- "facePositionY": 0.0,
1222
- "groupPositionX": 0.0,
1223
- "groupPositionY": 0.0,
1224
- "catchphraseColor": "",
1225
- "unlockConditionId": "",
1226
- "isHomeDanceTarget": false
1227
- },
1228
- {
1229
- "id": "char-konazusa",
1230
- "assetId": "konazusa",
1231
- "order": 999,
1232
- "name": "中野梓",
1233
- "cv": "-",
1234
- "age": "-",
1235
- "birthday": "-",
1236
- "height": "-",
1237
- "weight": "-",
1238
- "zodiacSign": "-",
1239
- "hometown": "-",
1240
- "favorite": "-",
1241
- "unfavorite": "-",
1242
- "profile": "-",
1243
- "costumeIds": [
1244
- "cos-konazusa-casl-00"
1245
- ],
1246
- "defaultCostumeId": "cos-ai-schl-00",
1247
- "heightCorrectionPermil": 692,
1248
- "talkArrivalMotionAssetId": "mot_adv_chr_ai_appr-001_in",
1249
- "personalityType": 1,
1250
- "simplePersonalityType": 1,
1251
- "sdPersonalityType": 1,
1252
- "psylliumColorType": 8,
1253
- "shortProfile": "とても真面目な性格の1年生。\n小学生から始めたギターは\nかなりの腕前",
1254
- "threeSize": "-",
1255
- "catchphrase": "-",
1256
- "firstName": "梓",
1257
- "defaultLiveCostumeId": "cos-ai-schl-00",
1258
- "type": 2,
1259
- "groupName": "ー",
1260
- "characterGroupId": "",
1261
- "enName": "",
1262
- "altCharacters": [],
1263
- "color": "",
1264
- "activityFanEventWords": [],
1265
- "talkArrivalAdditionMotionAssetId": "",
1266
- "viewConditionId": "",
1267
- "costumeMotionAssetIds": [],
1268
- "costumeAdditionMotionAssetIds": [],
1269
- "costumeVoiceAssetIds": [],
1270
- "isLeftHanded": false,
1271
- "idiom": "",
1272
- "facePositionX": 0.0,
1273
- "facePositionY": 0.0,
1274
- "groupPositionX": 0.0,
1275
- "groupPositionY": 0.0,
1276
- "catchphraseColor": "",
1277
- "unlockConditionId": "",
1278
- "isHomeDanceTarget": false
1279
- },
1280
- {
1281
- "id": "char-konmio",
1282
- "assetId": "konmio",
1283
- "order": 999,
1284
- "name": "秋山澪",
1285
- "cv": "-",
1286
- "age": "-",
1287
- "birthday": "-",
1288
- "height": "-",
1289
- "weight": "-",
1290
- "zodiacSign": "-",
1291
- "hometown": "-",
1292
- "favorite": "-",
1293
- "unfavorite": "-",
1294
- "profile": "-",
1295
- "costumeIds": [
1296
- "cos-konmio-casl-00"
1297
- ],
1298
- "defaultCostumeId": "cos-ai-schl-00",
1299
- "heightCorrectionPermil": 692,
1300
- "talkArrivalMotionAssetId": "mot_adv_chr_ai_appr-001_in",
1301
- "personalityType": 1,
1302
- "simplePersonalityType": 1,
1303
- "sdPersonalityType": 1,
1304
- "psylliumColorType": 8,
1305
- "shortProfile": "真面目で成績優秀だが、\nギターは目立つから\nベースを選ぶ恥ずかしがり屋",
1306
- "threeSize": "-",
1307
- "catchphrase": "-",
1308
- "firstName": "澪",
1309
- "defaultLiveCostumeId": "cos-ai-schl-00",
1310
- "type": 2,
1311
- "groupName": "ー",
1312
- "characterGroupId": "",
1313
- "enName": "",
1314
- "altCharacters": [],
1315
- "color": "",
1316
- "activityFanEventWords": [],
1317
- "talkArrivalAdditionMotionAssetId": "",
1318
- "viewConditionId": "",
1319
- "costumeMotionAssetIds": [],
1320
- "costumeAdditionMotionAssetIds": [],
1321
- "costumeVoiceAssetIds": [],
1322
- "isLeftHanded": false,
1323
- "idiom": "",
1324
- "facePositionX": 0.0,
1325
- "facePositionY": 0.0,
1326
- "groupPositionX": 0.0,
1327
- "groupPositionY": 0.0,
1328
- "catchphraseColor": "",
1329
- "unlockConditionId": "",
1330
- "isHomeDanceTarget": false
1331
- },
1332
- {
1333
- "id": "char-konmugi",
1334
- "assetId": "konmugi",
1335
- "order": 999,
1336
- "name": "琴吹紬",
1337
- "cv": "-",
1338
- "age": "-",
1339
- "birthday": "-",
1340
- "height": "-",
1341
- "weight": "-",
1342
- "zodiacSign": "-",
1343
- "hometown": "-",
1344
- "favorite": "-",
1345
- "unfavorite": "-",
1346
- "profile": "-",
1347
- "costumeIds": [
1348
- "cos-konmugi-casl-00"
1349
- ],
1350
- "defaultCostumeId": "cos-ai-schl-00",
1351
- "heightCorrectionPermil": 692,
1352
- "talkArrivalMotionAssetId": "mot_adv_chr_ai_appr-001_in",
1353
- "personalityType": 1,
1354
- "simplePersonalityType": 1,
1355
- "sdPersonalityType": 1,
1356
- "psylliumColorType": 8,
1357
- "shortProfile": "幼い頃からピアノを習い、\n入賞経験もある\nおっとりしたお嬢様",
1358
- "threeSize": "-",
1359
- "catchphrase": "-",
1360
- "firstName": "紬",
1361
- "defaultLiveCostumeId": "cos-ai-schl-00",
1362
- "type": 2,
1363
- "groupName": "ー",
1364
- "characterGroupId": "",
1365
- "enName": "",
1366
- "altCharacters": [],
1367
- "color": "",
1368
- "activityFanEventWords": [],
1369
- "talkArrivalAdditionMotionAssetId": "",
1370
- "viewConditionId": "",
1371
- "costumeMotionAssetIds": [],
1372
- "costumeAdditionMotionAssetIds": [],
1373
- "costumeVoiceAssetIds": [],
1374
- "isLeftHanded": false,
1375
- "idiom": "",
1376
- "facePositionX": 0.0,
1377
- "facePositionY": 0.0,
1378
- "groupPositionX": 0.0,
1379
- "groupPositionY": 0.0,
1380
- "catchphraseColor": "",
1381
- "unlockConditionId": "",
1382
- "isHomeDanceTarget": false
1383
- },
1384
- {
1385
- "id": "char-konritsu",
1386
- "assetId": "konritsu",
1387
- "order": 999,
1388
- "name": "田井中律",
1389
- "cv": "-",
1390
- "age": "-",
1391
- "birthday": "-",
1392
- "height": "-",
1393
- "weight": "-",
1394
- "zodiacSign": "-",
1395
- "hometown": "-",
1396
- "favorite": "-",
1397
- "unfavorite": "-",
1398
- "profile": "-",
1399
- "costumeIds": [
1400
- "cos-konritsu-casl-00"
1401
- ],
1402
- "defaultCostumeId": "cos-ai-schl-00",
1403
- "heightCorrectionPermil": 692,
1404
- "talkArrivalMotionAssetId": "mot_adv_chr_ai_appr-001_in",
1405
- "personalityType": 1,
1406
- "simplePersonalityType": 1,
1407
- "sdPersonalityType": 1,
1408
- "psylliumColorType": 8,
1409
- "shortProfile": "大雑把な性格で、\n細かい楽器が苦手という理由\nでドラムを選んだ",
1410
- "threeSize": "-",
1411
- "catchphrase": "-",
1412
- "firstName": "律",
1413
- "defaultLiveCostumeId": "cos-ai-schl-00",
1414
- "type": 2,
1415
- "groupName": "ー",
1416
- "characterGroupId": "",
1417
- "enName": "",
1418
- "altCharacters": [],
1419
- "color": "",
1420
- "activityFanEventWords": [],
1421
- "talkArrivalAdditionMotionAssetId": "",
1422
- "viewConditionId": "",
1423
- "costumeMotionAssetIds": [],
1424
- "costumeAdditionMotionAssetIds": [],
1425
- "costumeVoiceAssetIds": [],
1426
- "isLeftHanded": false,
1427
- "idiom": "",
1428
- "facePositionX": 0.0,
1429
- "facePositionY": 0.0,
1430
- "groupPositionX": 0.0,
1431
- "groupPositionY": 0.0,
1432
- "catchphraseColor": "",
1433
- "unlockConditionId": "",
1434
- "isHomeDanceTarget": false
1435
- },
1436
- {
1437
- "id": "char-konyui",
1438
- "assetId": "konyui",
1439
- "order": 999,
1440
- "name": "平沢唯",
1441
- "cv": "-",
1442
- "age": "-",
1443
- "birthday": "-",
1444
- "height": "-",
1445
- "weight": "-",
1446
- "zodiacSign": "-",
1447
- "hometown": "-",
1448
- "favorite": "-",
1449
- "unfavorite": "-",
1450
- "profile": "-",
1451
- "costumeIds": [
1452
- "cos-konyui-casl-00"
1453
- ],
1454
- "defaultCostumeId": "cos-ai-schl-00",
1455
- "heightCorrectionPermil": 692,
1456
- "talkArrivalMotionAssetId": "mot_adv_chr_ai_appr-001_in",
1457
- "personalityType": 1,
1458
- "simplePersonalityType": 1,
1459
- "sdPersonalityType": 1,
1460
- "psylliumColorType": 8,
1461
- "shortProfile": "自己流や直感に頼るタイプで、\n全くの初心者からギターを始めた",
1462
- "threeSize": "-",
1463
- "catchphrase": "-",
1464
- "firstName": "唯",
1465
- "defaultLiveCostumeId": "cos-ai-schl-00",
1466
- "type": 2,
1467
- "groupName": "ー",
1468
- "characterGroupId": "",
1469
- "enName": "",
1470
- "altCharacters": [],
1471
- "color": "",
1472
- "activityFanEventWords": [],
1473
- "talkArrivalAdditionMotionAssetId": "",
1474
- "viewConditionId": "",
1475
- "costumeMotionAssetIds": [],
1476
- "costumeAdditionMotionAssetIds": [],
1477
- "costumeVoiceAssetIds": [],
1478
- "isLeftHanded": false,
1479
- "idiom": "",
1480
- "facePositionX": 0.0,
1481
- "facePositionY": 0.0,
1482
- "groupPositionX": 0.0,
1483
- "groupPositionY": 0.0,
1484
- "catchphraseColor": "",
1485
- "unlockConditionId": "",
1486
- "isHomeDanceTarget": false
1487
- },
1488
- {
1489
- "id": "char-kor",
1490
- "assetId": "kor",
1491
- "characterGroupId": "character_group_6",
1492
- "order": 18,
1493
- "name": "fran",
1494
- "cv": "Lynn",
1495
- "age": "22歳",
1496
- "birthday": "6月11日",
1497
- "height": "172cm",
1498
- "weight": "47kg",
1499
- "zodiacSign": "ふたご座",
1500
- "hometown": "非公表",
1501
- "favorite": "ファッション、お金、漫画",
1502
- "unfavorite": "お金にならないこと、パーティー",
1503
- "profile": "抜群のスタイルを持つ、天才肌で努力を知らないカリスマ。ⅢXのセンターで、パリコレへの出場経験もあるトップモデル出身。ある理由から極端にお金に執着している。",
1504
- "costumeIds": [
1505
- "cos-kor-anni-00",
1506
- "cos-kor-casl-00",
1507
- "cos-kor-idol-00",
1508
- "cos-kor-idol-03",
1509
- "cos-kor-kion-00",
1510
- "cos-kor-miku-00",
1511
- "cos-kor-mizg-00",
1512
- "cos-kor-mizg-01",
1513
- "cos-kor-poli-00",
1514
- "cos-kor-sdam-00",
1515
- "cos-kor-sdpl-00",
1516
- "cos-kor-sush-00",
1517
- "cos-kor-trng-00"
1518
- ],
1519
- "altCharacters": [
1520
- {
1521
- "characterId": "char-ai",
1522
- "priority": 1
1523
- },
1524
- {
1525
- "characterId": "char-aoi",
1526
- "priority": 2
1527
- },
1528
- {
1529
- "characterId": "char-chs",
1530
- "priority": 16
1531
- },
1532
- {
1533
- "characterId": "char-hrk",
1534
- "priority": 14
1535
- },
1536
- {
1537
- "characterId": "char-kan",
1538
- "priority": 18
1539
- },
1540
- {
1541
- "characterId": "char-kkr",
1542
- "priority": 3
1543
- },
1544
- {
1545
- "characterId": "char-ktn",
1546
- "priority": 10
1547
- },
1548
- {
1549
- "characterId": "char-mei",
1550
- "priority": 12
1551
- },
1552
- {
1553
- "characterId": "char-mhk",
1554
- "priority": 19
1555
- },
1556
- {
1557
- "characterId": "char-ngs",
1558
- "priority": 11
1559
- },
1560
- {
1561
- "characterId": "char-rei",
1562
- "priority": 17
1563
- },
1564
- {
1565
- "characterId": "char-rio",
1566
- "priority": 4
1567
- },
1568
- {
1569
- "characterId": "char-rui",
1570
- "priority": 7
1571
- },
1572
- {
1573
- "characterId": "char-ski",
1574
- "priority": 9
1575
- },
1576
- {
1577
- "characterId": "char-skr",
1578
- "priority": 15
1579
- },
1580
- {
1581
- "characterId": "char-smr",
1582
- "priority": 6
1583
- },
1584
- {
1585
- "characterId": "char-suz",
1586
- "priority": 8
1587
- },
1588
- {
1589
- "characterId": "char-szk",
1590
- "priority": 13
1591
- },
1592
- {
1593
- "characterId": "char-yu",
1594
- "priority": 5
1595
- }
1596
- ],
1597
- "defaultCostumeId": "cos-kor-trng-00",
1598
- "heightCorrectionPermil": 1307,
1599
- "color": "474744",
1600
- "activityFanEventWords": [
1601
- {
1602
- "word": "ありがとう\nございます!",
1603
- "voiceAssetId": "sud_vo_act_kor_fan-01"
1604
- },
1605
- {
1606
- "word": "お会いできて\n嬉しいです",
1607
- "voiceAssetId": "sud_vo_act_kor_fan-02"
1608
- },
1609
- {
1610
- "word": "また来て\nくださいね!",
1611
- "voiceAssetId": "sud_vo_act_kor_fan-03"
1612
- }
1613
- ],
1614
- "talkArrivalMotionAssetId": "mot_adv_chr_kor_appr-001_in",
1615
- "viewConditionId": "cd-date-22-0628",
1616
- "personalityType": 4,
1617
- "simplePersonalityType": 3,
1618
- "sdPersonalityType": 4,
1619
- "costumeMotionAssetIds": [
1620
- "mot_dress_chr_cmn_action-001-d_in",
1621
- "mot_dress_chr_cmn_action-002-d_in"
1622
- ],
1623
- "costumeAdditionMotionAssetIds": [
1624
- "",
1625
- ""
1626
- ],
1627
- "costumeVoiceAssetIds": [
1628
- "sud_vo_cmn_kor_dress-01",
1629
- "sud_vo_cmn_kor_dress-02"
1630
- ],
1631
- "psylliumColorType": 7,
1632
- "shortProfile": "抜群のスタイルを持つ、\n天才肌で努力を知らない\nカリスマ",
1633
- "threeSize": "B82・W54・H86",
1634
- "catchphrase": "アイドルをやっている\n目的は、ただお金を\n稼ぐため。",
1635
- "firstName": "fran",
1636
- "idiom": "狂奔",
1637
- "defaultLiveCostumeId": "cos-kor-trng-00",
1638
- "facePositionY": 500.0,
1639
- "groupPositionX": 0.23,
1640
- "groupPositionY": 0.75,
1641
- "catchphraseColor": "F0F000",
1642
- "unlockConditionId": "cd-chr-obtain-kor",
1643
- "type": 1,
1644
- "groupName": "ⅢX",
1645
- "enName": "",
1646
- "talkArrivalAdditionMotionAssetId": "",
1647
- "isLeftHanded": false,
1648
- "facePositionX": 0.0,
1649
- "isHomeDanceTarget": false
1650
- },
1651
- {
1652
- "id": "char-ktn",
1653
- "assetId": "ktn",
1654
- "characterGroupId": "character_group_1",
1655
- "order": 1,
1656
- "name": "長瀬琴乃",
1657
- "enName": "KOTONO NAGASE",
1658
- "cv": "橘美來",
1659
- "age": "17歳",
1660
- "birthday": "12月25日",
1661
- "height": "162cm",
1662
- "weight": "43kg",
1663
- "zodiacSign": "やぎ座",
1664
- "hometown": "私立 星見高校",
1665
- "favorite": "姉、アイドル、わたあめ",
1666
- "unfavorite": "自分が分からない事",
1667
- "profile": "姉・長瀬麻奈の遺志を受け継ぎアイドルを志した少女。グループ結成当初は、人とのコミュニケーションを避けて孤立することもあった。しかし、メンバーと苦難を乗り越える中で成長し、今ではみんなを引っ張る存在に。",
1668
- "costumeIds": [
1669
- "cos-ktn-anni-00",
1670
- "cos-ktn-casl-00",
1671
- "cos-ktn-casl-01",
1672
- "cos-ktn-circ-00",
1673
- "cos-ktn-fest-00",
1674
- "cos-ktn-fest-01",
1675
- "cos-ktn-idol-00",
1676
- "cos-ktn-idol-01",
1677
- "cos-ktn-idol-02",
1678
- "cos-ktn-idol-04",
1679
- "cos-ktn-kiok-00",
1680
- "cos-ktn-kion-00",
1681
- "cos-ktn-miku-00",
1682
- "cos-ktn-mizg-00",
1683
- "cos-ktn-mizg-01",
1684
- "cos-ktn-mizg-02",
1685
- "cos-ktn-schl-00",
1686
- "cos-ktn-schl-01",
1687
- "cos-ktn-sdam-00",
1688
- "cos-ktn-sdpl-00",
1689
- "cos-ktn-sush-00",
1690
- "cos-ktn-trng-00",
1691
- "cos-ktn-wedd-00",
1692
- "cos-ktn-xmas-00"
1693
- ],
1694
- "altCharacters": [
1695
- {
1696
- "characterId": "char-ai",
1697
- "priority": 12
1698
- },
1699
- {
1700
- "characterId": "char-aoi",
1701
- "priority": 11
1702
- },
1703
- {
1704
- "characterId": "char-chs",
1705
- "priority": 6
1706
- },
1707
- {
1708
- "characterId": "char-hrk",
1709
- "priority": 9
1710
- },
1711
- {
1712
- "characterId": "char-kkr",
1713
- "priority": 13
1714
- },
1715
- {
1716
- "characterId": "char-mei",
1717
- "priority": 2
1718
- },
1719
- {
1720
- "characterId": "char-ngs",
1721
- "priority": 1
1722
- },
1723
- {
1724
- "characterId": "char-rei",
1725
- "priority": 7
1726
- },
1727
- {
1728
- "characterId": "char-rio",
1729
- "priority": 10
1730
- },
1731
- {
1732
- "characterId": "char-rui",
1733
- "priority": 14
1734
- },
1735
- {
1736
- "characterId": "char-ski",
1737
- "priority": 4
1738
- },
1739
- {
1740
- "characterId": "char-skr",
1741
- "priority": 5
1742
- },
1743
- {
1744
- "characterId": "char-smr",
1745
- "priority": 16
1746
- },
1747
- {
1748
- "characterId": "char-suz",
1749
- "priority": 3
1750
- },
1751
- {
1752
- "characterId": "char-szk",
1753
- "priority": 8
1754
- },
1755
- {
1756
- "characterId": "char-yu",
1757
- "priority": 15
1758
- }
1759
- ],
1760
- "defaultCostumeId": "cos-ktn-schl-00",
1761
- "heightCorrectionPermil": 538,
1762
- "color": "5C88DA",
1763
- "activityFanEventWords": [
1764
- {
1765
- "word": "ありがとう。",
1766
- "voiceAssetId": "sud_vo_act_ktn_fan-01"
1767
- },
1768
- {
1769
- "word": "嬉しいです。",
1770
- "voiceAssetId": "sud_vo_act_ktn_fan-02"
1771
- },
1772
- {
1773
- "word": "じゃあまた。",
1774
- "voiceAssetId": "sud_vo_act_ktn_fan-03"
1775
- }
1776
- ],
1777
- "talkArrivalMotionAssetId": "mot_adv_chr_ktn_appr-001_in",
1778
- "personalityType": 4,
1779
- "simplePersonalityType": 3,
1780
- "sdPersonalityType": 4,
1781
- "costumeMotionAssetIds": [
1782
- "mot_dress_chr_cmn_action-001-d_in",
1783
- "mot_dress_chr_cmn_action-002-d_in"
1784
- ],
1785
- "costumeAdditionMotionAssetIds": [
1786
- "",
1787
- ""
1788
- ],
1789
- "costumeVoiceAssetIds": [
1790
- "sud_vo_cmn_ktn_dress-01",
1791
- "sud_vo_cmn_ktn_dress-02"
1792
- ],
1793
- "psylliumColorType": 14,
1794
- "shortProfile": "姉・長瀬麻奈の遺志を\n受け継ぎアイドルを\n志した少女",
1795
- "threeSize": "B79・W55・H80",
1796
- "catchphrase": "私、一人で\n出来るので。",
1797
- "firstName": "琴乃",
1798
- "idiom": "呪縛",
1799
- "defaultLiveCostumeId": "cos-ktn-schl-00",
1800
- "facePositionX": 20.0,
1801
- "facePositionY": 550.0,
1802
- "groupPositionX": 0.55,
1803
- "groupPositionY": 0.61,
1804
- "catchphraseColor": "5C88DA",
1805
- "isHomeDanceTarget": true,
1806
- "type": 1,
1807
- "groupName": "月のテンペスト",
1808
- "talkArrivalAdditionMotionAssetId": "",
1809
- "viewConditionId": "",
1810
- "isLeftHanded": false,
1811
- "unlockConditionId": ""
1812
- },
1813
- {
1814
- "id": "char-mei",
1815
- "assetId": "mei",
1816
- "characterGroupId": "character_group_1",
1817
- "order": 5,
1818
- "name": "早坂芽衣",
1819
- "enName": "MEI HAYASAKA",
1820
- "cv": "日向もか",
1821
- "age": "16歳",
1822
- "birthday": "7月7日",
1823
- "height": "157cm",
1824
- "weight": "48kg",
1825
- "zodiacSign": "かに座",
1826
- "hometown": "私立 星見高校",
1827
- "favorite": "マネージャー、面白そうな事",
1828
- "unfavorite": "ピクルス",
1829
- "profile": "直感に従い生きる、予測不能で無邪気な少女。勧誘を受け「面白そう」という単純な動機で事務所へ入る。しかし、麻奈が持つアイドルとしての姿勢に感銘を受け、彼女のようなアイドルを本気で目指すようになる。",
1830
- "costumeIds": [
1831
- "cos-mei-anni-00",
1832
- "cos-mei-casl-00",
1833
- "cos-mei-casl-01",
1834
- "cos-mei-fest-00",
1835
- "cos-mei-idol-00",
1836
- "cos-mei-idol-01",
1837
- "cos-mei-idol-02",
1838
- "cos-mei-idol-04",
1839
- "cos-mei-kion-00",
1840
- "cos-mei-miku-00",
1841
- "cos-mei-mizg-00",
1842
- "cos-mei-mizg-01",
1843
- "cos-mei-mizg-02",
1844
- "cos-mei-pair-00",
1845
- "cos-mei-rock-00",
1846
- "cos-mei-schl-00",
1847
- "cos-mei-sdam-00",
1848
- "cos-mei-sdpl-00",
1849
- "cos-mei-sush-00",
1850
- "cos-mei-trng-00",
1851
- "cos-mei-wedd-00",
1852
- "cos-mei-xmas-00"
1853
- ],
1854
- "altCharacters": [
1855
- {
1856
- "characterId": "char-ai",
1857
- "priority": 10
1858
- },
1859
- {
1860
- "characterId": "char-aoi",
1861
- "priority": 13
1862
- },
1863
- {
1864
- "characterId": "char-chs",
1865
- "priority": 8
1866
- },
1867
- {
1868
- "characterId": "char-hrk",
1869
- "priority": 6
1870
- },
1871
- {
1872
- "characterId": "char-kkr",
1873
- "priority": 11
1874
- },
1875
- {
1876
- "characterId": "char-ktn",
1877
- "priority": 3
1878
- },
1879
- {
1880
- "characterId": "char-ngs",
1881
- "priority": 4
1882
- },
1883
- {
1884
- "characterId": "char-rei",
1885
- "priority": 9
1886
- },
1887
- {
1888
- "characterId": "char-rio",
1889
- "priority": 12
1890
- },
1891
- {
1892
- "characterId": "char-rui",
1893
- "priority": 16
1894
- },
1895
- {
1896
- "characterId": "char-ski",
1897
- "priority": 2
1898
- },
1899
- {
1900
- "characterId": "char-skr",
1901
- "priority": 7
1902
- },
1903
- {
1904
- "characterId": "char-smr",
1905
- "priority": 15
1906
- },
1907
- {
1908
- "characterId": "char-suz",
1909
- "priority": 1
1910
- },
1911
- {
1912
- "characterId": "char-szk",
1913
- "priority": 5
1914
- },
1915
- {
1916
- "characterId": "char-yu",
1917
- "priority": 14
1918
- }
1919
- ],
1920
- "defaultCostumeId": "cos-mei-schl-00",
1921
- "heightCorrectionPermil": 154,
1922
- "color": "E03E52",
1923
- "activityFanEventWords": [
1924
- {
1925
- "word": "ありがと~!",
1926
- "voiceAssetId": "sud_vo_act_mei_fan-01"
1927
- },
1928
- {
1929
- "word": "ハッピー!",
1930
- "voiceAssetId": "sud_vo_act_mei_fan-02"
1931
- },
1932
- {
1933
- "word": "まったねー!",
1934
- "voiceAssetId": "sud_vo_act_mei_fan-03"
1935
- }
1936
- ],
1937
- "talkArrivalMotionAssetId": "mot_adv_chr_mei_appr-001_in",
1938
- "personalityType": 1,
1939
- "simplePersonalityType": 1,
1940
- "sdPersonalityType": 1,
1941
- "costumeMotionAssetIds": [
1942
- "mot_dress_chr_cmn_action-001-a_in",
1943
- "mot_dress_chr_cmn_action-002-a_in"
1944
- ],
1945
- "costumeAdditionMotionAssetIds": [
1946
- "",
1947
- ""
1948
- ],
1949
- "costumeVoiceAssetIds": [
1950
- "sud_vo_cmn_mei_dress-01",
1951
- "sud_vo_cmn_mei_dress-02"
1952
- ],
1953
- "psylliumColorType": 1,
1954
- "shortProfile": "直感に従い生きる\n予測不能で無邪気な少女",
1955
- "threeSize": "B86・W58・H84",
1956
- "catchphrase": "何恥ずかしがってるの?\n一緒に塀の上で\nデートした仲なのに。",
1957
- "firstName": "芽衣",
1958
- "idiom": "憧憬",
1959
- "defaultLiveCostumeId": "cos-mei-schl-00",
1960
- "facePositionX": 60.0,
1961
- "facePositionY": 650.0,
1962
- "groupPositionX": 0.87,
1963
- "groupPositionY": 0.78,
1964
- "catchphraseColor": "E03E52",
1965
- "isHomeDanceTarget": true,
1966
- "type": 1,
1967
- "groupName": "月のテンペスト",
1968
- "talkArrivalAdditionMotionAssetId": "",
1969
- "viewConditionId": "",
1970
- "isLeftHanded": false,
1971
- "unlockConditionId": ""
1972
- },
1973
- {
1974
- "id": "char-mhk",
1975
- "assetId": "mhk",
1976
- "characterGroupId": "character_group_6",
1977
- "order": 20,
1978
- "name": "miho",
1979
- "cv": "村川梨衣",
1980
- "age": "24歳",
1981
- "birthday": "1月25日",
1982
- "height": "165cm",
1983
- "weight": "47kg",
1984
- "zodiacSign": "みずがめ座",
1985
- "hometown": "非公表",
1986
- "favorite": "アイドル、葉ちゃん",
1987
- "unfavorite": "長瀬麻奈",
1988
- "profile": "豊富な経験と知識を活かして活動に励む理論派。BIG4に手が届く寸前で突如解散した、人気二人組アイドルのメンバーだった過去を持つ。グループのブレーン的存在で基本的に温厚だが、執念深い一面も。",
1989
- "costumeIds": [
1990
- "cos-mhk-anni-00",
1991
- "cos-mhk-casl-00",
1992
- "cos-mhk-idol-00",
1993
- "cos-mhk-idol-03",
1994
- "cos-mhk-kion-00",
1995
- "cos-mhk-miku-00",
1996
- "cos-mhk-mizg-00",
1997
- "cos-mhk-mizg-01",
1998
- "cos-mhk-poli-00",
1999
- "cos-mhk-sdam-00",
2000
- "cos-mhk-sdpl-00",
2001
- "cos-mhk-sush-00",
2002
- "cos-mhk-trng-00"
2003
- ],
2004
- "altCharacters": [
2005
- {
2006
- "characterId": "char-ai",
2007
- "priority": 1
2008
- },
2009
- {
2010
- "characterId": "char-aoi",
2011
- "priority": 2
2012
- },
2013
- {
2014
- "characterId": "char-chs",
2015
- "priority": 16
2016
- },
2017
- {
2018
- "characterId": "char-hrk",
2019
- "priority": 14
2020
- },
2021
- {
2022
- "characterId": "char-kan",
2023
- "priority": 19
2024
- },
2025
- {
2026
- "characterId": "char-kkr",
2027
- "priority": 3
2028
- },
2029
- {
2030
- "characterId": "char-kor",
2031
- "priority": 18
2032
- },
2033
- {
2034
- "characterId": "char-ktn",
2035
- "priority": 10
2036
- },
2037
- {
2038
- "characterId": "char-mei",
2039
- "priority": 12
2040
- },
2041
- {
2042
- "characterId": "char-ngs",
2043
- "priority": 11
2044
- },
2045
- {
2046
- "characterId": "char-rei",
2047
- "priority": 17
2048
- },
2049
- {
2050
- "characterId": "char-rio",
2051
- "priority": 4
2052
- },
2053
- {
2054
- "characterId": "char-rui",
2055
- "priority": 7
2056
- },
2057
- {
2058
- "characterId": "char-ski",
2059
- "priority": 9
2060
- },
2061
- {
2062
- "characterId": "char-skr",
2063
- "priority": 15
2064
- },
2065
- {
2066
- "characterId": "char-smr",
2067
- "priority": 6
2068
- },
2069
- {
2070
- "characterId": "char-suz",
2071
- "priority": 8
2072
- },
2073
- {
2074
- "characterId": "char-szk",
2075
- "priority": 13
2076
- },
2077
- {
2078
- "characterId": "char-yu",
2079
- "priority": 5
2080
- }
2081
- ],
2082
- "defaultCostumeId": "cos-mhk-trng-00",
2083
- "heightCorrectionPermil": 769,
2084
- "color": "474744",
2085
- "activityFanEventWords": [
2086
- {
2087
- "word": "ありがとう",
2088
- "voiceAssetId": "sud_vo_act_mhk_fan-01"
2089
- },
2090
- {
2091
- "word": "会えて\n嬉しいです",
2092
- "voiceAssetId": "sud_vo_act_mhk_fan-02"
2093
- },
2094
- {
2095
- "word": "またお会い\nしましょう",
2096
- "voiceAssetId": "sud_vo_act_mhk_fan-03"
2097
- }
2098
- ],
2099
- "talkArrivalMotionAssetId": "mot_adv_chr_mhk_appr-001_in",
2100
- "viewConditionId": "cd-date-22-0628",
2101
- "personalityType": 3,
2102
- "simplePersonalityType": 2,
2103
- "sdPersonalityType": 3,
2104
- "costumeMotionAssetIds": [
2105
- "mot_dress_chr_cmn_action-001-c_in",
2106
- "mot_dress_chr_cmn_action-002-c_in"
2107
- ],
2108
- "costumeAdditionMotionAssetIds": [
2109
- "",
2110
- ""
2111
- ],
2112
- "costumeVoiceAssetIds": [
2113
- "sud_vo_cmn_mhk_dress-01",
2114
- "sud_vo_cmn_mhk_dress-02"
2115
- ],
2116
- "psylliumColorType": 7,
2117
- "shortProfile": "豊富な経験と知識を活かして\n活動に励む\n理論派",
2118
- "threeSize": "B87・W54・H84",
2119
- "catchphrase": "高得点を取る『攻略法』\nとでも言うべきものはある。",
2120
- "firstName": "miho",
2121
- "idiom": "憂愁",
2122
- "defaultLiveCostumeId": "cos-mhk-trng-00",
2123
- "facePositionY": 500.0,
2124
- "groupPositionX": 0.54,
2125
- "groupPositionY": 0.81,
2126
- "catchphraseColor": "F0F000",
2127
- "unlockConditionId": "cd-chr-obtain-mhk",
2128
- "type": 1,
2129
- "groupName": "ⅢX",
2130
- "enName": "",
2131
- "talkArrivalAdditionMotionAssetId": "",
2132
- "isLeftHanded": false,
2133
- "facePositionX": 0.0,
2134
- "isHomeDanceTarget": false
2135
- },
2136
- {
2137
- "id": "char-mku",
2138
- "assetId": "mku",
2139
- "characterGroupId": "character_group_mku",
2140
- "order": 1001,
2141
- "name": "初音ミク",
2142
- "enName": "MIKU HATSUNE",
2143
- "cv": "藤田咲",
2144
- "age": "16歳",
2145
- "birthday": "8月31日",
2146
- "height": "158cm",
2147
- "weight": "42kg",
2148
- "zodiacSign": "乙女座",
2149
- "hometown": "ー",
2150
- "favorite": "ー",
2151
- "unfavorite": "ー",
2152
- "profile": "世代を超えて愛される、ポップでキュートなバーチャル・シンガー。VENUSプログラムとは無縁の舞台で活躍しており、その明るく美しい歌声は、世界中の人々を魅了している。",
2153
- "costumeIds": [
2154
- "cos-mku-miku-00",
2155
- "cos-mku-miku-01"
2156
- ],
2157
- "altCharacters": [
2158
- {
2159
- "characterId": "char-ai",
2160
- "priority": 1
2161
- },
2162
- {
2163
- "characterId": "char-aoi",
2164
- "priority": 2
2165
- },
2166
- {
2167
- "characterId": "char-chs",
2168
- "priority": 16
2169
- },
2170
- {
2171
- "characterId": "char-hrk",
2172
- "priority": 14
2173
- },
2174
- {
2175
- "characterId": "char-kan",
2176
- "priority": 19
2177
- },
2178
- {
2179
- "characterId": "char-kkr",
2180
- "priority": 3
2181
- },
2182
- {
2183
- "characterId": "char-kor",
2184
- "priority": 18
2185
- },
2186
- {
2187
- "characterId": "char-ktn",
2188
- "priority": 10
2189
- },
2190
- {
2191
- "characterId": "char-mei",
2192
- "priority": 12
2193
- },
2194
- {
2195
- "characterId": "char-mhk",
2196
- "priority": 20
2197
- },
2198
- {
2199
- "characterId": "char-ngs",
2200
- "priority": 11
2201
- },
2202
- {
2203
- "characterId": "char-rei",
2204
- "priority": 17
2205
- },
2206
- {
2207
- "characterId": "char-rio",
2208
- "priority": 4
2209
- },
2210
- {
2211
- "characterId": "char-rui",
2212
- "priority": 7
2213
- },
2214
- {
2215
- "characterId": "char-ski",
2216
- "priority": 9
2217
- },
2218
- {
2219
- "characterId": "char-skr",
2220
- "priority": 15
2221
- },
2222
- {
2223
- "characterId": "char-smr",
2224
- "priority": 6
2225
- },
2226
- {
2227
- "characterId": "char-suz",
2228
- "priority": 8
2229
- },
2230
- {
2231
- "characterId": "char-szk",
2232
- "priority": 13
2233
- },
2234
- {
2235
- "characterId": "char-yu",
2236
- "priority": 5
2237
- }
2238
- ],
2239
- "defaultCostumeId": "cos-mku-miku-00",
2240
- "heightCorrectionPermil": 231,
2241
- "color": "55B4B0",
2242
- "talkArrivalMotionAssetId": "mot_adv_chr_yu_appr-001_in",
2243
- "viewConditionId": "cd-date-22-0831",
2244
- "personalityType": 1,
2245
- "simplePersonalityType": 1,
2246
- "sdPersonalityType": 1,
2247
- "costumeMotionAssetIds": [
2248
- "mot_dress_chr_cmn_action-001-a_in",
2249
- "mot_dress_chr_cmn_action-002-a_in"
2250
- ],
2251
- "costumeAdditionMotionAssetIds": [
2252
- "",
2253
- ""
2254
- ],
2255
- "costumeVoiceAssetIds": [
2256
- "sud_vo_cmn_mku_dress-01",
2257
- "sud_vo_cmn_mku_dress-02"
2258
- ],
2259
- "shortProfile": "世代を超えて愛される、ポップでキュートなバーチャル・シンガー",
2260
- "threeSize": "ー",
2261
- "catchphrase": "ー",
2262
- "firstName": "ミク",
2263
- "defaultLiveCostumeId": "cos-mku-miku-00",
2264
- "facePositionY": 700.0,
2265
- "groupPositionX": 0.6,
2266
- "groupPositionY": 0.75,
2267
- "catchphraseColor": "55B4B0",
2268
- "unlockConditionId": "cd-chr-obtain-mku",
2269
- "type": 4,
2270
- "groupName": "ー",
2271
- "activityFanEventWords": [],
2272
- "talkArrivalAdditionMotionAssetId": "",
2273
- "isLeftHanded": false,
2274
- "psylliumColorType": 0,
2275
- "idiom": "",
2276
- "facePositionX": 0.0,
2277
- "isHomeDanceTarget": false
2278
- },
2279
- {
2280
- "id": "char-mna",
2281
- "assetId": "mna",
2282
- "characterGroupId": "character_group_5",
2283
- "order": 1000,
2284
- "name": "長瀬麻奈",
2285
- "enName": "MANA NAGASE",
2286
- "cv": "神田沙也加",
2287
- "age": "19歳",
2288
- "birthday": "10月9日",
2289
- "height": "158cm",
2290
- "weight": "44kg",
2291
- "zodiacSign": "てんびん座",
2292
- "hometown": "私立 星見高校",
2293
- "favorite": "妹、アイドル、カレー",
2294
- "unfavorite": "ファンをがっかりさせること",
2295
- "profile": "『星降る奇跡』と呼ばれる伝説のアイドル。デビューからわずか一年半でこの世を去った。しかし、その短い活動期間で数々の伝説や記録を打ち立て、死後もなお、多くのアイドルに影響を与えている。",
2296
- "costumeIds": [
2297
- "cos-mna-anni-00",
2298
- "cos-mna-casl-00",
2299
- "cos-mna-fest-00",
2300
- "cos-mna-idol-00",
2301
- "cos-mna-kion-00",
2302
- "cos-mna-miku-00",
2303
- "cos-mna-mizg-00",
2304
- "cos-mna-schl-00",
2305
- "cos-mna-sush-00",
2306
- "cos-mna-trng-00",
2307
- "cos-mna-vlnt-00"
2308
- ],
2309
- "altCharacters": [
2310
- {
2311
- "characterId": "char-aoi",
2312
- "priority": 1
2313
- },
2314
- {
2315
- "characterId": "char-chs",
2316
- "priority": 15
2317
- },
2318
- {
2319
- "characterId": "char-hrk",
2320
- "priority": 13
2321
- },
2322
- {
2323
- "characterId": "char-kkr",
2324
- "priority": 2
2325
- },
2326
- {
2327
- "characterId": "char-ktn",
2328
- "priority": 9
2329
- },
2330
- {
2331
- "characterId": "char-mei",
2332
- "priority": 11
2333
- },
2334
- {
2335
- "characterId": "char-ngs",
2336
- "priority": 10
2337
- },
2338
- {
2339
- "characterId": "char-rei",
2340
- "priority": 16
2341
- },
2342
- {
2343
- "characterId": "char-rio",
2344
- "priority": 3
2345
- },
2346
- {
2347
- "characterId": "char-rui",
2348
- "priority": 6
2349
- },
2350
- {
2351
- "characterId": "char-ski",
2352
- "priority": 8
2353
- },
2354
- {
2355
- "characterId": "char-skr",
2356
- "priority": 14
2357
- },
2358
- {
2359
- "characterId": "char-smr",
2360
- "priority": 5
2361
- },
2362
- {
2363
- "characterId": "char-suz",
2364
- "priority": 7
2365
- },
2366
- {
2367
- "characterId": "char-szk",
2368
- "priority": 12
2369
- },
2370
- {
2371
- "characterId": "char-yu",
2372
- "priority": 4
2373
- }
2374
- ],
2375
- "defaultCostumeId": "cos-mna-trng-00",
2376
- "heightCorrectionPermil": 231,
2377
- "color": "F252B0",
2378
- "talkArrivalMotionAssetId": "mot_adv_chr_mna_appr-001_in",
2379
- "personalityType": 1,
2380
- "simplePersonalityType": 1,
2381
- "sdPersonalityType": 1,
2382
- "costumeMotionAssetIds": [
2383
- "mot_dress_chr_cmn_action-001-a_in",
2384
- "mot_dress_chr_cmn_action-002-a_in"
2385
- ],
2386
- "costumeAdditionMotionAssetIds": [
2387
- "",
2388
- ""
2389
- ],
2390
- "costumeVoiceAssetIds": [
2391
- "sud_vo_cmn_mna_dress-01",
2392
- "sud_vo_cmn_mna_dress-02"
2393
- ],
2394
- "psylliumColorType": 4,
2395
- "shortProfile": "『星降る奇跡』\nと呼ばれる\n伝説のアイドル",
2396
- "threeSize": "B82・W55・H80",
2397
- "catchphrase": "さあ、アイドルの頂点へ!",
2398
- "firstName": "麻奈",
2399
- "idiom": "奇跡",
2400
- "defaultLiveCostumeId": "cos-mna-trng-00",
2401
- "facePositionY": 620.0,
2402
- "groupPositionX": 0.45,
2403
- "groupPositionY": 0.66,
2404
- "unlockConditionId": "cd-chr-obtain-mna",
2405
- "type": 3,
2406
- "groupName": "長瀬麻奈",
2407
- "activityFanEventWords": [],
2408
- "talkArrivalAdditionMotionAssetId": "",
2409
- "viewConditionId": "",
2410
- "isLeftHanded": false,
2411
- "facePositionX": 0.0,
2412
- "catchphraseColor": "",
2413
- "isHomeDanceTarget": false
2414
- },
2415
- {
2416
- "id": "char-ngs",
2417
- "assetId": "ngs",
2418
- "characterGroupId": "character_group_1",
2419
- "order": 2,
2420
- "name": "伊吹渚",
2421
- "enName": "NAGISA IBUKI",
2422
- "cv": "夏目ここな",
2423
- "age": "17歳",
2424
- "birthday": "8月3日",
2425
- "height": "154cm",
2426
- "weight": "46kg",
2427
- "zodiacSign": "しし座",
2428
- "hometown": "私立 星見高校",
2429
- "favorite": "琴乃、桃、日記をつける事",
2430
- "unfavorite": "琴乃を傷つけるもの、ゴーヤ",
2431
- "profile": "親友・琴乃を支えるためにアイドルとなった少女。想像力が豊かで、思わぬところに好奇心を見せる一面も。アイドルとしての長所がなく自信をなくしたこともあったが、琴乃を支えることを力にして、日々奮闘している。",
2432
- "costumeIds": [
2433
- "cos-ngs-akma-00",
2434
- "cos-ngs-anni-00",
2435
- "cos-ngs-casl-00",
2436
- "cos-ngs-casl-01",
2437
- "cos-ngs-casl-02",
2438
- "cos-ngs-date-00",
2439
- "cos-ngs-flow-00",
2440
- "cos-ngs-idol-00",
2441
- "cos-ngs-idol-01",
2442
- "cos-ngs-idol-02",
2443
- "cos-ngs-idol-04",
2444
- "cos-ngs-kion-00",
2445
- "cos-ngs-miku-00",
2446
- "cos-ngs-mizg-00",
2447
- "cos-ngs-mizg-01",
2448
- "cos-ngs-mizg-02",
2449
- "cos-ngs-schl-00",
2450
- "cos-ngs-schl-01",
2451
- "cos-ngs-sdam-00",
2452
- "cos-ngs-sdpl-00",
2453
- "cos-ngs-sush-00",
2454
- "cos-ngs-trng-00",
2455
- "cos-ngs-xmas-00",
2456
- "cos-ngs-yukt-00"
2457
- ],
2458
- "altCharacters": [
2459
- {
2460
- "characterId": "char-ai",
2461
- "priority": 13
2462
- },
2463
- {
2464
- "characterId": "char-aoi",
2465
- "priority": 12
2466
- },
2467
- {
2468
- "characterId": "char-chs",
2469
- "priority": 7
2470
- },
2471
- {
2472
- "characterId": "char-hrk",
2473
- "priority": 5
2474
- },
2475
- {
2476
- "characterId": "char-kkr",
2477
- "priority": 10
2478
- },
2479
- {
2480
- "characterId": "char-ktn",
2481
- "priority": 2
2482
- },
2483
- {
2484
- "characterId": "char-mei",
2485
- "priority": 3
2486
- },
2487
- {
2488
- "characterId": "char-rei",
2489
- "priority": 8
2490
- },
2491
- {
2492
- "characterId": "char-rio",
2493
- "priority": 11
2494
- },
2495
- {
2496
- "characterId": "char-rui",
2497
- "priority": 15
2498
- },
2499
- {
2500
- "characterId": "char-ski",
2501
- "priority": 1
2502
- },
2503
- {
2504
- "characterId": "char-skr",
2505
- "priority": 6
2506
- },
2507
- {
2508
- "characterId": "char-smr",
2509
- "priority": 14
2510
- },
2511
- {
2512
- "characterId": "char-suz",
2513
- "priority": 4
2514
- },
2515
- {
2516
- "characterId": "char-szk",
2517
- "priority": 9
2518
- },
2519
- {
2520
- "characterId": "char-yu",
2521
- "priority": 16
2522
- }
2523
- ],
2524
- "defaultCostumeId": "cos-ngs-schl-00",
2525
- "heightCorrectionPermil": -77,
2526
- "color": "F56D9E",
2527
- "activityFanEventWords": [
2528
- {
2529
- "word": "ありがとう。",
2530
- "voiceAssetId": "sud_vo_act_ngs_fan-01"
2531
- },
2532
- {
2533
- "word": "会えて\n嬉しい!",
2534
- "voiceAssetId": "sud_vo_act_ngs_fan-02"
2535
- },
2536
- {
2537
- "word": "また来てね~",
2538
- "voiceAssetId": "sud_vo_act_ngs_fan-03"
2539
- }
2540
- ],
2541
- "talkArrivalMotionAssetId": "mot_adv_chr_ngs_appr-001_in",
2542
- "personalityType": 2,
2543
- "simplePersonalityType": 2,
2544
- "sdPersonalityType": 2,
2545
- "costumeMotionAssetIds": [
2546
- "mot_dress_chr_cmn_action-001-b_in",
2547
- "mot_dress_chr_cmn_action-002-b_in"
2548
- ],
2549
- "costumeAdditionMotionAssetIds": [
2550
- "",
2551
- ""
2552
- ],
2553
- "costumeVoiceAssetIds": [
2554
- "sud_vo_cmn_ngs_dress-01",
2555
- "sud_vo_cmn_ngs_dress-02"
2556
- ],
2557
- "psylliumColorType": 4,
2558
- "shortProfile": "親友・琴乃を支えるために\nアイドルとなった少女",
2559
- "threeSize": "B83・W59・H85",
2560
- "catchphrase": "琴乃ちゃんがそういうなら\n私は反対しないよ。",
2561
- "firstName": "渚",
2562
- "idiom": "献身",
2563
- "defaultLiveCostumeId": "cos-ngs-schl-00",
2564
- "facePositionY": 740.0,
2565
- "groupPositionX": 0.68,
2566
- "groupPositionY": 0.68,
2567
- "catchphraseColor": "F56D9E",
2568
- "isHomeDanceTarget": true,
2569
- "type": 1,
2570
- "groupName": "月のテンペスト",
2571
- "loveInfo": {
2572
- "name": "伊吹渚",
2573
- "enName": "NAGISA IBUKI",
2574
- "cv": "伊吹渚",
2575
- "colorCode": "FF6AA0",
2576
- "description": "恋愛小説が好きな高校二年生。面倒見がよく、クラスの人気者。主人公とは幼馴染で隣の家に住んでいる。"
2577
- },
2578
- "talkArrivalAdditionMotionAssetId": "",
2579
- "viewConditionId": "",
2580
- "isLeftHanded": false,
2581
- "facePositionX": 0.0,
2582
- "unlockConditionId": ""
2583
- },
2584
- {
2585
- "id": "char-rei",
2586
- "assetId": "rei",
2587
- "characterGroupId": "character_group_2",
2588
- "order": 9,
2589
- "name": "一ノ瀬怜",
2590
- "enName": "REI ICHINOSE",
2591
- "cv": "結城萌子",
2592
- "age": "18歳",
2593
- "birthday": "3月8日",
2594
- "height": "160cm",
2595
- "weight": "46kg",
2596
- "zodiacSign": "うお座",
2597
- "hometown": "私立 麗葉女学院高等部",
2598
- "favorite": "兄、ダンス、マカロン",
2599
- "unfavorite": "両親、ホルモン、朝",
2600
- "profile": "ダンス大会で優勝するほどの実力者。両親にダンスを仕事として認めてもらうため、アイドルを志す。加入当初は、メンバーに高いレベルを要求し衝突することもあったが、その技術力でみんなを導いていく道を見つけた。",
2601
- "costumeIds": [
2602
- "cos-rei-anni-00",
2603
- "cos-rei-casl-00",
2604
- "cos-rei-casl-01",
2605
- "cos-rei-casl-02",
2606
- "cos-rei-date-00",
2607
- "cos-rei-fest-00",
2608
- "cos-rei-idol-00",
2609
- "cos-rei-idol-01",
2610
- "cos-rei-idol-02",
2611
- "cos-rei-idol-03",
2612
- "cos-rei-idol-04",
2613
- "cos-rei-kion-00",
2614
- "cos-rei-miku-00",
2615
- "cos-rei-mizg-00",
2616
- "cos-rei-mizg-01",
2617
- "cos-rei-mizg-02",
2618
- "cos-rei-newy-00",
2619
- "cos-rei-onep-00",
2620
- "cos-rei-pair-00",
2621
- "cos-rei-rock-00",
2622
- "cos-rei-schl-00",
2623
- "cos-rei-sdam-00",
2624
- "cos-rei-sdpl-00",
2625
- "cos-rei-sush-00",
2626
- "cos-rei-trng-00"
2627
- ],
2628
- "altCharacters": [
2629
- {
2630
- "characterId": "char-ai",
2631
- "priority": 13
2632
- },
2633
- {
2634
- "characterId": "char-aoi",
2635
- "priority": 16
2636
- },
2637
- {
2638
- "characterId": "char-chs",
2639
- "priority": 4
2640
- },
2641
- {
2642
- "characterId": "char-hrk",
2643
- "priority": 2
2644
- },
2645
- {
2646
- "characterId": "char-kkr",
2647
- "priority": 14
2648
- },
2649
- {
2650
- "characterId": "char-ktn",
2651
- "priority": 7
2652
- },
2653
- {
2654
- "characterId": "char-mei",
2655
- "priority": 9
2656
- },
2657
- {
2658
- "characterId": "char-ngs",
2659
- "priority": 8
2660
- },
2661
- {
2662
- "characterId": "char-rio",
2663
- "priority": 15
2664
- },
2665
- {
2666
- "characterId": "char-rui",
2667
- "priority": 12
2668
- },
2669
- {
2670
- "characterId": "char-ski",
2671
- "priority": 6
2672
- },
2673
- {
2674
- "characterId": "char-skr",
2675
- "priority": 3
2676
- },
2677
- {
2678
- "characterId": "char-smr",
2679
- "priority": 11
2680
- },
2681
- {
2682
- "characterId": "char-suz",
2683
- "priority": 5
2684
- },
2685
- {
2686
- "characterId": "char-szk",
2687
- "priority": 1
2688
- },
2689
- {
2690
- "characterId": "char-yu",
2691
- "priority": 10
2692
- }
2693
- ],
2694
- "defaultCostumeId": "cos-rei-schl-00",
2695
- "heightCorrectionPermil": 385,
2696
- "color": "ACE3EF",
2697
- "activityFanEventWords": [
2698
- {
2699
- "word": "ありがとう\nございます。",
2700
- "voiceAssetId": "sud_vo_act_rei_fan-01"
2701
- },
2702
- {
2703
- "word": "会えて\n嬉しいです。",
2704
- "voiceAssetId": "sud_vo_act_rei_fan-02"
2705
- },
2706
- {
2707
- "word": "また来て\n下さい。",
2708
- "voiceAssetId": "sud_vo_act_rei_fan-03"
2709
- }
2710
- ],
2711
- "talkArrivalMotionAssetId": "mot_adv_chr_rei_appr-001_in",
2712
- "personalityType": 4,
2713
- "simplePersonalityType": 3,
2714
- "sdPersonalityType": 4,
2715
- "costumeMotionAssetIds": [
2716
- "mot_dress_chr_cmn_action-001-d_in",
2717
- "mot_dress_chr_cmn_action-002-d_in"
2718
- ],
2719
- "costumeAdditionMotionAssetIds": [
2720
- "",
2721
- ""
2722
- ],
2723
- "costumeVoiceAssetIds": [
2724
- "sud_vo_cmn_rei_dress-01",
2725
- "sud_vo_cmn_rei_dress-02"
2726
- ],
2727
- "psylliumColorType": 8,
2728
- "shortProfile": "両親にダンスを仕事として\n認めてもらうため\nアイドルを志す",
2729
- "threeSize": "B83・W56・H85",
2730
- "catchphrase": "私が全部、\nそうするって決めた\nことだから。",
2731
- "firstName": "怜",
2732
- "idiom": "不屈",
2733
- "defaultLiveCostumeId": "cos-rei-schl-00",
2734
- "facePositionX": -40.0,
2735
- "facePositionY": 580.0,
2736
- "groupPositionX": 0.33,
2737
- "groupPositionY": 0.44,
2738
- "catchphraseColor": "ACE3EF",
2739
- "isHomeDanceTarget": true,
2740
- "type": 1,
2741
- "groupName": "サニーピース",
2742
- "loveInfo": {
2743
- "name": "一ノ瀬怜",
2744
- "enName": "REI ICHINOSE",
2745
- "cv": "一ノ瀬怜",
2746
- "colorCode": "68D2E9",
2747
- "description": "ダンスが大好きな高校三年生。主人公のバイト先の先輩であり、クラスメイト。クールな性格で、周囲ともあまり関わろうとしない。"
2748
- },
2749
- "talkArrivalAdditionMotionAssetId": "",
2750
- "viewConditionId": "",
2751
- "isLeftHanded": false,
2752
- "unlockConditionId": ""
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
- },
2887
- {
2888
- "id": "char-rio",
2889
- "assetId": "rio",
2890
- "characterGroupId": "character_group_4",
2891
- "order": 14,
2892
- "name": "神崎莉央",
2893
- "enName": "RIO KANZAKI",
2894
- "cv": "戸松遥",
2895
- "age": "22歳",
2896
- "birthday": "8月28日",
2897
- "height": "160cm",
2898
- "weight": "44kg",
2899
- "zodiacSign": "おとめ座",
2900
- "hometown": "私立 月出高校 芸能コース",
2901
- "favorite": "アイドル、料理",
2902
- "unfavorite": "長瀬麻奈",
2903
- "profile": "勝利に貪欲な、LizNoir不動のセンター。グランプリの決勝で戦う予定だった麻奈が先立ち、目標を失った喪失感から活動休止を余儀なくされた過去を持つ。メンバー増員以降は気持ちも変化し、成長を遂げている。",
2904
- "costumeIds": [
2905
- "cos-rio-anni-00",
2906
- "cos-rio-casl-00",
2907
- "cos-rio-casl-01",
2908
- "cos-rio-fest-00",
2909
- "cos-rio-fest-02",
2910
- "cos-rio-halw-00",
2911
- "cos-rio-idol-00",
2912
- "cos-rio-idol-02",
2913
- "cos-rio-idol-03",
2914
- "cos-rio-kait-00",
2915
- "cos-rio-kiok-00",
2916
- "cos-rio-kion-00",
2917
- "cos-rio-miku-00",
2918
- "cos-rio-mizg-00",
2919
- "cos-rio-mizg-01",
2920
- "cos-rio-newy-00",
2921
- "cos-rio-schl-00",
2922
- "cos-rio-sdam-00",
2923
- "cos-rio-sdpl-00",
2924
- "cos-rio-sush-00",
2925
- "cos-rio-trng-00",
2926
- "cos-rio-vlnt-00",
2927
- "cos-rio-wedd-00"
2928
- ],
2929
- "altCharacters": [
2930
- {
2931
- "characterId": "char-ai",
2932
- "priority": 2
2933
- },
2934
- {
2935
- "characterId": "char-aoi",
2936
- "priority": 1
2937
- },
2938
- {
2939
- "characterId": "char-chs",
2940
- "priority": 13
2941
- },
2942
- {
2943
- "characterId": "char-hrk",
2944
- "priority": 16
2945
- },
2946
- {
2947
- "characterId": "char-kkr",
2948
- "priority": 3
2949
- },
2950
- {
2951
- "characterId": "char-ktn",
2952
- "priority": 7
2953
- },
2954
- {
2955
- "characterId": "char-mei",
2956
- "priority": 9
2957
- },
2958
- {
2959
- "characterId": "char-ngs",
2960
- "priority": 8
2961
- },
2962
- {
2963
- "characterId": "char-rei",
2964
- "priority": 14
2965
- },
2966
- {
2967
- "characterId": "char-rui",
2968
- "priority": 4
2969
- },
2970
- {
2971
- "characterId": "char-ski",
2972
- "priority": 11
2973
- },
2974
- {
2975
- "characterId": "char-skr",
2976
- "priority": 12
2977
- },
2978
- {
2979
- "characterId": "char-smr",
2980
- "priority": 6
2981
- },
2982
- {
2983
- "characterId": "char-suz",
2984
- "priority": 10
2985
- },
2986
- {
2987
- "characterId": "char-szk",
2988
- "priority": 15
2989
- },
2990
- {
2991
- "characterId": "char-yu",
2992
- "priority": 5
2993
- }
2994
- ],
2995
- "defaultCostumeId": "cos-rio-trng-00",
2996
- "heightCorrectionPermil": 385,
2997
- "color": "AE5287",
2998
- "activityFanEventWords": [
2999
- {
3000
- "word": "ありがとう。",
3001
- "voiceAssetId": "sud_vo_act_rio_fan-01"
3002
- },
3003
- {
3004
- "word": "嬉しいわ。",
3005
- "voiceAssetId": "sud_vo_act_rio_fan-02"
3006
- },
3007
- {
3008
- "word": "また来てね。",
3009
- "voiceAssetId": "sud_vo_act_rio_fan-03"
3010
- }
3011
- ],
3012
- "talkArrivalMotionAssetId": "mot_adv_chr_rio_appr-001_in",
3013
- "personalityType": 4,
3014
- "simplePersonalityType": 3,
3015
- "sdPersonalityType": 4,
3016
- "costumeMotionAssetIds": [
3017
- "mot_dress_chr_cmn_action-001-d_in",
3018
- "mot_dress_chr_cmn_action-002-d_in"
3019
- ],
3020
- "costumeAdditionMotionAssetIds": [
3021
- "",
3022
- ""
3023
- ],
3024
- "costumeVoiceAssetIds": [
3025
- "sud_vo_cmn_rio_dress-01",
3026
- "sud_vo_cmn_rio_dress-02"
3027
- ],
3028
- "psylliumColorType": 12,
3029
- "shortProfile": "勝利に貪欲な\nLizNoir不動のセンター",
3030
- "threeSize": "B83・W56・H83",
3031
- "catchphrase": "初めての挫折を、\n私達が味わわせてあげる。",
3032
- "firstName": "莉央",
3033
- "idiom": "気魄",
3034
- "defaultLiveCostumeId": "cos-rio-trng-00",
3035
- "facePositionX": 100.0,
3036
- "facePositionY": 580.0,
3037
- "groupPositionX": 0.36,
3038
- "groupPositionY": 0.81,
3039
- "catchphraseColor": "AE5287",
3040
- "isHomeDanceTarget": true,
3041
- "type": 1,
3042
- "groupName": "LizNoir",
3043
- "talkArrivalAdditionMotionAssetId": "",
3044
- "viewConditionId": "",
3045
- "isLeftHanded": false,
3046
- "unlockConditionId": ""
3047
- },
3048
- {
3049
- "id": "char-rui",
3050
- "assetId": "rui",
3051
- "characterGroupId": "character_group_3",
3052
- "order": 11,
3053
- "name": "天動瑠依",
3054
- "enName": "RUI TENDO",
3055
- "cv": "雨宮天",
3056
- "age": "17歳",
3057
- "birthday": "11月11日",
3058
- "height": "165cm",
3059
- "weight": "46kg",
3060
- "zodiacSign": "さそり座",
3061
- "hometown": "私立 月出高校 芸能コース",
3062
- "favorite": "アイドル、勝利、グミ",
3063
- "unfavorite": "敗北、牛肉",
3064
- "profile": "TRINITYAiLEの絶対的センター。天才と謳われているが、その実態は圧倒的な努力に裏打ちされたもの。凛とした姿から完全無欠だと思われがちだが、突然寝落ちしたり、偏食な一面なども持ち合わせている。",
3065
- "costumeIds": [
3066
- "cos-rui-anni-00",
3067
- "cos-rui-casl-00",
3068
- "cos-rui-casl-01",
3069
- "cos-rui-date-00",
3070
- "cos-rui-idol-00",
3071
- "cos-rui-idol-02",
3072
- "cos-rui-idol-03",
3073
- "cos-rui-idol-04",
3074
- "cos-rui-kion-00",
3075
- "cos-rui-miku-00",
3076
- "cos-rui-mizg-00",
3077
- "cos-rui-mizg-01",
3078
- "cos-rui-mizg-02",
3079
- "cos-rui-schl-00",
3080
- "cos-rui-schl-01",
3081
- "cos-rui-sdam-00",
3082
- "cos-rui-sdpl-00",
3083
- "cos-rui-sush-00",
3084
- "cos-rui-trng-00",
3085
- "cos-rui-vlnt-00",
3086
- "cos-rui-xmas-00",
3087
- "cos-rui-yuru-00"
3088
- ],
3089
- "altCharacters": [
3090
- {
3091
- "characterId": "char-ai",
3092
- "priority": 5
3093
- },
3094
- {
3095
- "characterId": "char-aoi",
3096
- "priority": 4
3097
- },
3098
- {
3099
- "characterId": "char-chs",
3100
- "priority": 8
3101
- },
3102
- {
3103
- "characterId": "char-hrk",
3104
- "priority": 11
3105
- },
3106
- {
3107
- "characterId": "char-kkr",
3108
- "priority": 6
3109
- },
3110
- {
3111
- "characterId": "char-ktn",
3112
- "priority": 12
3113
- },
3114
- {
3115
- "characterId": "char-mei",
3116
- "priority": 14
3117
- },
3118
- {
3119
- "characterId": "char-ngs",
3120
- "priority": 13
3121
- },
3122
- {
3123
- "characterId": "char-rei",
3124
- "priority": 9
3125
- },
3126
- {
3127
- "characterId": "char-rio",
3128
- "priority": 3
3129
- },
3130
- {
3131
- "characterId": "char-ski",
3132
- "priority": 16
3133
- },
3134
- {
3135
- "characterId": "char-skr",
3136
- "priority": 7
3137
- },
3138
- {
3139
- "characterId": "char-smr",
3140
- "priority": 2
3141
- },
3142
- {
3143
- "characterId": "char-suz",
3144
- "priority": 15
3145
- },
3146
- {
3147
- "characterId": "char-szk",
3148
- "priority": 10
3149
- },
3150
- {
3151
- "characterId": "char-yu",
3152
- "priority": 1
3153
- }
3154
- ],
3155
- "defaultCostumeId": "cos-rui-schl-00",
3156
- "heightCorrectionPermil": 769,
3157
- "color": "FCFAF1",
3158
- "activityFanEventWords": [
3159
- {
3160
- "word": "ありがとう\nございます!",
3161
- "voiceAssetId": "sud_vo_act_rui_fan-01"
3162
- },
3163
- {
3164
- "word": "来てくれて\n嬉しいです。",
3165
- "voiceAssetId": "sud_vo_act_rui_fan-02"
3166
- },
3167
- {
3168
- "word": "また会いに\n来て下さい。",
3169
- "voiceAssetId": "sud_vo_act_rui_fan-03"
3170
- }
3171
- ],
3172
- "talkArrivalMotionAssetId": "mot_adv_chr_rui_appr-001_in",
3173
- "personalityType": 4,
3174
- "simplePersonalityType": 3,
3175
- "sdPersonalityType": 4,
3176
- "costumeMotionAssetIds": [
3177
- "mot_dress_chr_cmn_action-001-d_in",
3178
- "mot_dress_chr_cmn_action-002-d_in"
3179
- ],
3180
- "costumeAdditionMotionAssetIds": [
3181
- "",
3182
- ""
3183
- ],
3184
- "costumeVoiceAssetIds": [
3185
- "sud_vo_cmn_rui_dress-01",
3186
- "sud_vo_cmn_rui_dress-02"
3187
- ],
3188
- "psylliumColorType": 16,
3189
- "shortProfile": "TRINITYAiLEの\n絶対的センター",
3190
- "threeSize": "B84・W56・H84",
3191
- "catchphrase": "私たち三人は\n最高のチームですから。",
3192
- "firstName": "瑠依",
3193
- "idiom": "堅固",
3194
- "defaultLiveCostumeId": "cos-rui-schl-00",
3195
- "facePositionY": 500.0,
3196
- "groupPositionX": 0.52,
3197
- "groupPositionY": 0.65,
3198
- "catchphraseColor": "FCFAF1",
3199
- "isHomeDanceTarget": true,
3200
- "type": 1,
3201
- "groupName": "TRINITYAiLE",
3202
- "talkArrivalAdditionMotionAssetId": "",
3203
- "viewConditionId": "",
3204
- "isLeftHanded": false,
3205
- "facePositionX": 0.0,
3206
- "unlockConditionId": ""
3207
- },
3208
- {
3209
- "id": "char-ski",
3210
- "assetId": "ski",
3211
- "characterGroupId": "character_group_1",
3212
- "order": 3,
3213
- "name": "白石沙季",
3214
- "enName": "SAKI SHIRAISHI",
3215
- "cv": "宮沢小春",
3216
- "age": "18歳",
3217
- "birthday": "9月26日",
3218
- "height": "160cm",
3219
- "weight": "45kg",
3220
- "zodiacSign": "てんびん座",
3221
- "hometown": "公立 光ヶ崎高校",
3222
- "favorite": "千紗、アイドル、くさや",
3223
- "unfavorite": "千紗を傷つけるもの",
3224
- "profile": "学校では生徒会長も務める絵に描いたような優等生で、月のテンペストのまとめ役。デビュー当初は、妹・千紗に対する自身の過保護さに苦悩した過去もあったが、現在はお互い信頼し合いそれぞれの道を歩んでいる。",
3225
- "costumeIds": [
3226
- "cos-ski-anni-00",
3227
- "cos-ski-casl-00",
3228
- "cos-ski-casl-01",
3229
- "cos-ski-chsk-00",
3230
- "cos-ski-idol-00",
3231
- "cos-ski-idol-01",
3232
- "cos-ski-idol-02",
3233
- "cos-ski-idol-04",
3234
- "cos-ski-kifj-00",
3235
- "cos-ski-kion-00",
3236
- "cos-ski-miku-00",
3237
- "cos-ski-mizg-00",
3238
- "cos-ski-mizg-01",
3239
- "cos-ski-mizg-02",
3240
- "cos-ski-poli-00",
3241
- "cos-ski-schl-00",
3242
- "cos-ski-sdam-00",
3243
- "cos-ski-sdpl-00",
3244
- "cos-ski-sush-00",
3245
- "cos-ski-trng-00",
3246
- "cos-ski-waso-00",
3247
- "cos-ski-xmas-00"
3248
- ],
3249
- "altCharacters": [
3250
- {
3251
- "characterId": "char-ai",
3252
- "priority": 12
3253
- },
3254
- {
3255
- "characterId": "char-aoi",
3256
- "priority": 11
3257
- },
3258
- {
3259
- "characterId": "char-chs",
3260
- "priority": 5
3261
- },
3262
- {
3263
- "characterId": "char-hrk",
3264
- "priority": 8
3265
- },
3266
- {
3267
- "characterId": "char-kkr",
3268
- "priority": 13
3269
- },
3270
- {
3271
- "characterId": "char-ktn",
3272
- "priority": 1
3273
- },
3274
- {
3275
- "characterId": "char-mei",
3276
- "priority": 3
3277
- },
3278
- {
3279
- "characterId": "char-ngs",
3280
- "priority": 2
3281
- },
3282
- {
3283
- "characterId": "char-rei",
3284
- "priority": 6
3285
- },
3286
- {
3287
- "characterId": "char-rio",
3288
- "priority": 10
3289
- },
3290
- {
3291
- "characterId": "char-rui",
3292
- "priority": 15
3293
- },
3294
- {
3295
- "characterId": "char-skr",
3296
- "priority": 9
3297
- },
3298
- {
3299
- "characterId": "char-smr",
3300
- "priority": 14
3301
- },
3302
- {
3303
- "characterId": "char-suz",
3304
- "priority": 4
3305
- },
3306
- {
3307
- "characterId": "char-szk",
3308
- "priority": 7
3309
- },
3310
- {
3311
- "characterId": "char-yu",
3312
- "priority": 16
3313
- }
3314
- ],
3315
- "defaultCostumeId": "cos-ski-schl-00",
3316
- "heightCorrectionPermil": 385,
3317
- "color": "6ACEB9",
3318
- "activityFanEventWords": [
3319
- {
3320
- "word": "ありがとう\nございます。",
3321
- "voiceAssetId": "sud_vo_act_ski_fan-01"
3322
- },
3323
- {
3324
- "word": "私も\n嬉しいです。",
3325
- "voiceAssetId": "sud_vo_act_ski_fan-02"
3326
- },
3327
- {
3328
- "word": "また来て\n下さいね。",
3329
- "voiceAssetId": "sud_vo_act_ski_fan-03"
3330
- }
3331
- ],
3332
- "talkArrivalMotionAssetId": "mot_adv_chr_ski_appr-001_in",
3333
- "personalityType": 3,
3334
- "simplePersonalityType": 2,
3335
- "sdPersonalityType": 3,
3336
- "costumeMotionAssetIds": [
3337
- "mot_dress_chr_cmn_action-001-c_in",
3338
- "mot_dress_chr_cmn_action-002-c_in"
3339
- ],
3340
- "costumeAdditionMotionAssetIds": [
3341
- "",
3342
- ""
3343
- ],
3344
- "costumeVoiceAssetIds": [
3345
- "sud_vo_cmn_ski_dress-01",
3346
- "sud_vo_cmn_ski_dress-02"
3347
- ],
3348
- "psylliumColorType": 10,
3349
- "shortProfile": "絵に描いたような優等生で\n月のテンペストのまとめ役",
3350
- "threeSize": "B84・W58・H80",
3351
- "catchphrase": "だって私が…\nお姉ちゃんなんだから。",
3352
- "firstName": "沙季",
3353
- "idiom": "熱誠",
3354
- "defaultLiveCostumeId": "cos-ski-schl-00",
3355
- "facePositionX": 30.0,
3356
- "facePositionY": 530.0,
3357
- "groupPositionX": 0.22,
3358
- "groupPositionY": 0.74,
3359
- "catchphraseColor": "6ACEB9",
3360
- "isHomeDanceTarget": true,
3361
- "type": 1,
3362
- "groupName": "月のテンペスト",
3363
- "talkArrivalAdditionMotionAssetId": "",
3364
- "viewConditionId": "",
3365
- "isLeftHanded": false,
3366
- "unlockConditionId": ""
3367
- },
3368
- {
3369
- "id": "char-skr",
3370
- "assetId": "skr",
3371
- "characterGroupId": "character_group_2",
3372
- "order": 6,
3373
- "name": "川咲さくら",
3374
- "enName": "SAKURA KAWASAKI",
3375
- "cv": "菅野真衣",
3376
- "age": "17歳",
3377
- "birthday": "4月3日",
3378
- "height": "156cm",
3379
- "weight": "44kg",
3380
- "zodiacSign": "おひつじ座",
3381
- "hometown": "公立 光ヶ崎高校",
3382
- "favorite": "麻奈、アイドル、トンカツ",
3383
- "unfavorite": "陰口",
3384
- "profile": "何気ない日々を大切にする、天真爛漫なアイドル。麻奈そっくりな歌声を持ち人気を博したが、次第に麻奈の声でステージに立つことに疑問を抱く。苦悩を乗り越え麻奈の声から決別する道を選び、未来に進む。",
3385
- "costumeIds": [
3386
- "cos-skr-anni-00",
3387
- "cos-skr-casl-00",
3388
- "cos-skr-casl-01",
3389
- "cos-skr-chna-00",
3390
- "cos-skr-fest-00",
3391
- "cos-skr-fest-01",
3392
- "cos-skr-flow-00",
3393
- "cos-skr-idol-00",
3394
- "cos-skr-idol-01",
3395
- "cos-skr-idol-02",
3396
- "cos-skr-idol-03",
3397
- "cos-skr-idol-04",
3398
- "cos-skr-kion-00",
3399
- "cos-skr-miku-00",
3400
- "cos-skr-mizg-00",
3401
- "cos-skr-mizg-01",
3402
- "cos-skr-newy-00",
3403
- "cos-skr-sail-00",
3404
- "cos-skr-schl-00",
3405
- "cos-skr-sdam-00",
3406
- "cos-skr-sdpl-00",
3407
- "cos-skr-sush-00",
3408
- "cos-skr-trng-00"
3409
- ],
3410
- "altCharacters": [
3411
- {
3412
- "characterId": "char-ai",
3413
- "priority": 15
3414
- },
3415
- {
3416
- "characterId": "char-aoi",
3417
- "priority": 14
3418
- },
3419
- {
3420
- "characterId": "char-chs",
3421
- "priority": 1
3422
- },
3423
- {
3424
- "characterId": "char-hrk",
3425
- "priority": 4
3426
- },
3427
- {
3428
- "characterId": "char-kkr",
3429
- "priority": 16
3430
- },
3431
- {
3432
- "characterId": "char-ktn",
3433
- "priority": 5
3434
- },
3435
- {
3436
- "characterId": "char-mei",
3437
- "priority": 7
3438
- },
3439
- {
3440
- "characterId": "char-ngs",
3441
- "priority": 6
3442
- },
3443
- {
3444
- "characterId": "char-rei",
3445
- "priority": 2
3446
- },
3447
- {
3448
- "characterId": "char-rio",
3449
- "priority": 13
3450
- },
3451
- {
3452
- "characterId": "char-rui",
3453
- "priority": 10
3454
- },
3455
- {
3456
- "characterId": "char-ski",
3457
- "priority": 9
3458
- },
3459
- {
3460
- "characterId": "char-smr",
3461
- "priority": 12
3462
- },
3463
- {
3464
- "characterId": "char-suz",
3465
- "priority": 8
3466
- },
3467
- {
3468
- "characterId": "char-szk",
3469
- "priority": 3
3470
- },
3471
- {
3472
- "characterId": "char-yu",
3473
- "priority": 11
3474
- }
3475
- ],
3476
- "defaultCostumeId": "cos-skr-schl-00",
3477
- "heightCorrectionPermil": 77,
3478
- "color": "F69941",
3479
- "activityFanEventWords": [
3480
- {
3481
- "word": "ありがとうー!",
3482
- "voiceAssetId": "sud_vo_act_skr_fan-01"
3483
- },
3484
- {
3485
- "word": "嬉しいな~",
3486
- "voiceAssetId": "sud_vo_act_skr_fan-02"
3487
- },
3488
- {
3489
- "word": "また来てね!",
3490
- "voiceAssetId": "sud_vo_act_skr_fan-03"
3491
- }
3492
- ],
3493
- "talkArrivalMotionAssetId": "mot_adv_chr_skr_appr-001_in",
3494
- "personalityType": 2,
3495
- "simplePersonalityType": 2,
3496
- "sdPersonalityType": 2,
3497
- "costumeMotionAssetIds": [
3498
- "mot_dress_chr_cmn_action-001-b_in",
3499
- "mot_dress_chr_cmn_action-002-b_in"
3500
- ],
3501
- "costumeAdditionMotionAssetIds": [
3502
- "",
3503
- ""
3504
- ],
3505
- "costumeVoiceAssetIds": [
3506
- "sud_vo_cmn_skr_dress-01",
3507
- "sud_vo_cmn_skr_dress-02"
3508
- ],
3509
- "isLeftHanded": true,
3510
- "psylliumColorType": 6,
3511
- "shortProfile": "何気ない日々を大切にする\n天真爛漫なアイドル",
3512
- "threeSize": "B82・W57・H81",
3513
- "catchphrase": "今、この胸、すっごい\nドキドキしてるから。",
3514
- "firstName": "さくら",
3515
- "idiom": "覚醒",
3516
- "defaultLiveCostumeId": "cos-skr-schl-00",
3517
- "facePositionX": 60.0,
3518
- "facePositionY": 650.0,
3519
- "groupPositionX": 0.46,
3520
- "groupPositionY": 0.61,
3521
- "catchphraseColor": "F69941",
3522
- "isHomeDanceTarget": true,
3523
- "type": 1,
3524
- "groupName": "サニーピース",
3525
- "talkArrivalAdditionMotionAssetId": "",
3526
- "viewConditionId": "",
3527
- "unlockConditionId": ""
3528
- },
3529
- {
3530
- "id": "char-smr",
3531
- "assetId": "smr",
3532
- "characterGroupId": "character_group_3",
3533
- "order": 13,
3534
- "name": "奥山すみれ",
3535
- "enName": "SUMIRE OKUYAMA",
3536
- "cv": "夏川椎菜",
3537
- "age": "15歳",
3538
- "birthday": "5月5日",
3539
- "height": "147cm",
3540
- "weight": "37kg",
3541
- "zodiacSign": "おうし座",
3542
- "hometown": "公立 紅花中学校",
3543
- "favorite": "兄、故郷、さくらんぼ",
3544
- "unfavorite": "なし",
3545
- "profile": "家族を想いアイドルを志した、元天才子役。中学生とは思えないほどしっかりしており、一度会った人の顔と名前を覚える特技を持つ。しかし、心許せる仲間の間では、年相応の無邪気さを覗かせることも。",
3546
- "costumeIds": [
3547
- "cos-smr-anni-00",
3548
- "cos-smr-casl-00",
3549
- "cos-smr-casl-01",
3550
- "cos-smr-fest-00",
3551
- "cos-smr-frut-00",
3552
- "cos-smr-idol-00",
3553
- "cos-smr-idol-02",
3554
- "cos-smr-idol-03",
3555
- "cos-smr-idol-04",
3556
- "cos-smr-kion-00",
3557
- "cos-smr-miku-00",
3558
- "cos-smr-mizg-00",
3559
- "cos-smr-mizg-01",
3560
- "cos-smr-mizg-02",
3561
- "cos-smr-pajm-00",
3562
- "cos-smr-schl-00",
3563
- "cos-smr-sdam-00",
3564
- "cos-smr-sdpl-00",
3565
- "cos-smr-sush-00",
3566
- "cos-smr-trng-00",
3567
- "cos-smr-vlnt-00",
3568
- "cos-smr-xmas-00"
3569
- ],
3570
- "altCharacters": [
3571
- {
3572
- "characterId": "char-ai",
3573
- "priority": 3
3574
- },
3575
- {
3576
- "characterId": "char-aoi",
3577
- "priority": 6
3578
- },
3579
- {
3580
- "characterId": "char-chs",
3581
- "priority": 10
3582
- },
3583
- {
3584
- "characterId": "char-hrk",
3585
- "priority": 8
3586
- },
3587
- {
3588
- "characterId": "char-kkr",
3589
- "priority": 4
3590
- },
3591
- {
3592
- "characterId": "char-ktn",
3593
- "priority": 14
3594
- },
3595
- {
3596
- "characterId": "char-mei",
3597
- "priority": 16
3598
- },
3599
- {
3600
- "characterId": "char-ngs",
3601
- "priority": 15
3602
- },
3603
- {
3604
- "characterId": "char-rei",
3605
- "priority": 11
3606
- },
3607
- {
3608
- "characterId": "char-rio",
3609
- "priority": 5
3610
- },
3611
- {
3612
- "characterId": "char-rui",
3613
- "priority": 1
3614
- },
3615
- {
3616
- "characterId": "char-ski",
3617
- "priority": 13
3618
- },
3619
- {
3620
- "characterId": "char-skr",
3621
- "priority": 9
3622
- },
3623
- {
3624
- "characterId": "char-suz",
3625
- "priority": 12
3626
- },
3627
- {
3628
- "characterId": "char-szk",
3629
- "priority": 7
3630
- },
3631
- {
3632
- "characterId": "char-yu",
3633
- "priority": 2
3634
- }
3635
- ],
3636
- "defaultCostumeId": "cos-smr-schl-00",
3637
- "heightCorrectionPermil": -615,
3638
- "color": "FFE495",
3639
- "activityFanEventWords": [
3640
- {
3641
- "word": "ありがとう\nございます!",
3642
- "voiceAssetId": "sud_vo_act_smr_fan-01"
3643
- },
3644
- {
3645
- "word": "会えて\n嬉しいです!",
3646
- "voiceAssetId": "sud_vo_act_smr_fan-02"
3647
- },
3648
- {
3649
- "word": "また来て\n下さい!",
3650
- "voiceAssetId": "sud_vo_act_smr_fan-03"
3651
- }
3652
- ],
3653
- "talkArrivalMotionAssetId": "mot_adv_chr_smr_appr-001_in",
3654
- "personalityType": 1,
3655
- "simplePersonalityType": 1,
3656
- "sdPersonalityType": 1,
3657
- "costumeMotionAssetIds": [
3658
- "mot_dress_chr_cmn_action-001-a_in",
3659
- "mot_dress_chr_cmn_action-002-a_in"
3660
- ],
3661
- "costumeAdditionMotionAssetIds": [
3662
- "",
3663
- ""
3664
- ],
3665
- "costumeVoiceAssetIds": [
3666
- "sud_vo_cmn_smr_dress-01",
3667
- "sud_vo_cmn_smr_dress-02"
3668
- ],
3669
- "psylliumColorType": 15,
3670
- "shortProfile": "家族を想い\nアイドルを志した\n元天才子役",
3671
- "threeSize": "B73・W54・H75",
3672
- "catchphrase": "元子役?\nえへへ、どうでしょうね〜",
3673
- "firstName": "すみれ",
3674
- "idiom": "再燃",
3675
- "defaultLiveCostumeId": "cos-smr-schl-00",
3676
- "facePositionY": 800.0,
3677
- "groupPositionX": 0.4,
3678
- "groupPositionY": 0.4,
3679
- "catchphraseColor": "FFE495",
3680
- "isHomeDanceTarget": true,
3681
- "type": 1,
3682
- "groupName": "TRINITYAiLE",
3683
- "loveInfo": {
3684
- "name": "すみれ",
3685
- "enName": "SUMIRE OKUYAMA",
3686
- "cv": "奥山すみれ",
3687
- "colorCode": "FFCA2E",
3688
- "description": ""
3689
- },
3690
- "talkArrivalAdditionMotionAssetId": "",
3691
- "viewConditionId": "",
3692
- "isLeftHanded": false,
3693
- "facePositionX": 0.0,
3694
- "unlockConditionId": ""
3695
- },
3696
- {
3697
- "id": "char-stm",
3698
- "assetId": "stm",
3699
- "order": 998,
3700
- "name": "橋本さとみ",
3701
- "enName": "SATOMI HASHIMOTO",
3702
- "cv": "楠木ともり",
3703
- "age": "-",
3704
- "birthday": "-",
3705
- "height": "-",
3706
- "weight": "-",
3707
- "costumeIds": [
3708
- "cos-stm-casl-00"
3709
- ],
3710
- "altCharacters": [
3711
- {
3712
- "characterId": "char-ai",
3713
- "priority": 16
3714
- },
3715
- {
3716
- "characterId": "char-aoi",
3717
- "priority": 15
3718
- },
3719
- {
3720
- "characterId": "char-chs",
3721
- "priority": 8
3722
- },
3723
- {
3724
- "characterId": "char-hrk",
3725
- "priority": 10
3726
- },
3727
- {
3728
- "characterId": "char-kkr",
3729
- "priority": 17
3730
- },
3731
- {
3732
- "characterId": "char-ktn",
3733
- "priority": 1
3734
- },
3735
- {
3736
- "characterId": "char-mei",
3737
- "priority": 5
3738
- },
3739
- {
3740
- "characterId": "char-ngs",
3741
- "priority": 2
3742
- },
3743
- {
3744
- "characterId": "char-rei",
3745
- "priority": 9
3746
- },
3747
- {
3748
- "characterId": "char-rio",
3749
- "priority": 14
3750
- },
3751
- {
3752
- "characterId": "char-rui",
3753
- "priority": 11
3754
- },
3755
- {
3756
- "characterId": "char-ski",
3757
- "priority": 3
3758
- },
3759
- {
3760
- "characterId": "char-skr",
3761
- "priority": 6
3762
- },
3763
- {
3764
- "characterId": "char-smr",
3765
- "priority": 13
3766
- },
3767
- {
3768
- "characterId": "char-suz",
3769
- "priority": 4
3770
- },
3771
- {
3772
- "characterId": "char-szk",
3773
- "priority": 7
3774
- },
3775
- {
3776
- "characterId": "char-yu",
3777
- "priority": 12
3778
- }
3779
- ],
3780
- "defaultCostumeId": "cos-stm-casl-00",
3781
- "heightCorrectionPermil": -154,
3782
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
3783
- "personalityType": 1,
3784
- "simplePersonalityType": 1,
3785
- "sdPersonalityType": 1,
3786
- "firstName": "橋本",
3787
- "defaultLiveCostumeId": "cos-stm-casl-00",
3788
- "type": 2,
3789
- "groupName": "ー",
3790
- "characterGroupId": "",
3791
- "zodiacSign": "",
3792
- "hometown": "",
3793
- "favorite": "",
3794
- "unfavorite": "",
3795
- "profile": "",
3796
- "color": "",
3797
- "activityFanEventWords": [],
3798
- "talkArrivalAdditionMotionAssetId": "",
3799
- "viewConditionId": "",
3800
- "costumeMotionAssetIds": [],
3801
- "costumeAdditionMotionAssetIds": [],
3802
- "costumeVoiceAssetIds": [],
3803
- "isLeftHanded": false,
3804
- "psylliumColorType": 0,
3805
- "shortProfile": "",
3806
- "threeSize": "",
3807
- "catchphrase": "",
3808
- "idiom": "",
3809
- "facePositionX": 0.0,
3810
- "facePositionY": 0.0,
3811
- "groupPositionX": 0.0,
3812
- "groupPositionY": 0.0,
3813
- "catchphraseColor": "",
3814
- "unlockConditionId": "",
3815
- "isHomeDanceTarget": false
3816
- },
3817
- {
3818
- "id": "char-stm1",
3819
- "assetId": "stm",
3820
- "order": 998,
3821
- "name": "橋本さとみ",
3822
- "enName": "SATOMI HASHIMOTO",
3823
- "cv": "楠木ともり",
3824
- "age": "-",
3825
- "birthday": "-",
3826
- "height": "-",
3827
- "weight": "-",
3828
- "costumeIds": [
3829
- "cos-stm1-casl-00",
3830
- "cos-stm1-idol-02"
3831
- ],
3832
- "defaultCostumeId": "cos-stm1-idol-02",
3833
- "heightCorrectionPermil": -154,
3834
- "color": "1693CC",
3835
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
3836
- "personalityType": 1,
3837
- "simplePersonalityType": 1,
3838
- "sdPersonalityType": 1,
3839
- "firstName": "橋本",
3840
- "defaultLiveCostumeId": "cos-stm1-idol-02",
3841
- "type": 2,
3842
- "groupName": "ー",
3843
- "characterGroupId": "",
3844
- "zodiacSign": "",
3845
- "hometown": "",
3846
- "favorite": "",
3847
- "unfavorite": "",
3848
- "profile": "",
3849
- "altCharacters": [],
3850
- "activityFanEventWords": [],
3851
- "talkArrivalAdditionMotionAssetId": "",
3852
- "viewConditionId": "",
3853
- "costumeMotionAssetIds": [],
3854
- "costumeAdditionMotionAssetIds": [],
3855
- "costumeVoiceAssetIds": [],
3856
- "isLeftHanded": false,
3857
- "psylliumColorType": 0,
3858
- "shortProfile": "",
3859
- "threeSize": "",
3860
- "catchphrase": "",
3861
- "idiom": "",
3862
- "facePositionX": 0.0,
3863
- "facePositionY": 0.0,
3864
- "groupPositionX": 0.0,
3865
- "groupPositionY": 0.0,
3866
- "catchphraseColor": "",
3867
- "unlockConditionId": "",
3868
- "isHomeDanceTarget": false
3869
- },
3870
- {
3871
- "id": "char-stm2",
3872
- "assetId": "stm",
3873
- "order": 998,
3874
- "name": "橋本さとみ",
3875
- "enName": "SATOMI HASHIMOTO",
3876
- "cv": "楠木ともり",
3877
- "age": "-",
3878
- "birthday": "-",
3879
- "height": "-",
3880
- "weight": "-",
3881
- "costumeIds": [
3882
- "cos-stm2-casl-00",
3883
- "cos-stm2-idol-02"
3884
- ],
3885
- "defaultCostumeId": "cos-stm2-idol-02",
3886
- "heightCorrectionPermil": -154,
3887
- "color": "1693CC",
3888
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
3889
- "personalityType": 5,
3890
- "simplePersonalityType": 3,
3891
- "sdPersonalityType": 5,
3892
- "firstName": "橋本",
3893
- "defaultLiveCostumeId": "cos-stm2-idol-02",
3894
- "type": 2,
3895
- "groupName": "ー",
3896
- "characterGroupId": "",
3897
- "zodiacSign": "",
3898
- "hometown": "",
3899
- "favorite": "",
3900
- "unfavorite": "",
3901
- "profile": "",
3902
- "altCharacters": [],
3903
- "activityFanEventWords": [],
3904
- "talkArrivalAdditionMotionAssetId": "",
3905
- "viewConditionId": "",
3906
- "costumeMotionAssetIds": [],
3907
- "costumeAdditionMotionAssetIds": [],
3908
- "costumeVoiceAssetIds": [],
3909
- "isLeftHanded": false,
3910
- "psylliumColorType": 0,
3911
- "shortProfile": "",
3912
- "threeSize": "",
3913
- "catchphrase": "",
3914
- "idiom": "",
3915
- "facePositionX": 0.0,
3916
- "facePositionY": 0.0,
3917
- "groupPositionX": 0.0,
3918
- "groupPositionY": 0.0,
3919
- "catchphraseColor": "",
3920
- "unlockConditionId": "",
3921
- "isHomeDanceTarget": false
3922
- },
3923
- {
3924
- "id": "char-stm3",
3925
- "assetId": "stm",
3926
- "order": 998,
3927
- "name": "橋本さとみ",
3928
- "enName": "SATOMI HASHIMOTO",
3929
- "cv": "楠木ともり",
3930
- "age": "-",
3931
- "birthday": "-",
3932
- "height": "-",
3933
- "weight": "-",
3934
- "costumeIds": [
3935
- "cos-stm3-casl-00",
3936
- "cos-stm3-idol-02"
3937
- ],
3938
- "defaultCostumeId": "cos-stm3-idol-02",
3939
- "heightCorrectionPermil": -154,
3940
- "color": "1693CC",
3941
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
3942
- "personalityType": 2,
3943
- "simplePersonalityType": 2,
3944
- "sdPersonalityType": 2,
3945
- "firstName": "橋本",
3946
- "defaultLiveCostumeId": "cos-stm3-idol-02",
3947
- "type": 2,
3948
- "groupName": "ー",
3949
- "characterGroupId": "",
3950
- "zodiacSign": "",
3951
- "hometown": "",
3952
- "favorite": "",
3953
- "unfavorite": "",
3954
- "profile": "",
3955
- "altCharacters": [],
3956
- "activityFanEventWords": [],
3957
- "talkArrivalAdditionMotionAssetId": "",
3958
- "viewConditionId": "",
3959
- "costumeMotionAssetIds": [],
3960
- "costumeAdditionMotionAssetIds": [],
3961
- "costumeVoiceAssetIds": [],
3962
- "isLeftHanded": false,
3963
- "psylliumColorType": 0,
3964
- "shortProfile": "",
3965
- "threeSize": "",
3966
- "catchphrase": "",
3967
- "idiom": "",
3968
- "facePositionX": 0.0,
3969
- "facePositionY": 0.0,
3970
- "groupPositionX": 0.0,
3971
- "groupPositionY": 0.0,
3972
- "catchphraseColor": "",
3973
- "unlockConditionId": "",
3974
- "isHomeDanceTarget": false
3975
- },
3976
- {
3977
- "id": "char-stm4",
3978
- "assetId": "stm",
3979
- "order": 998,
3980
- "name": "橋本さとみ",
3981
- "enName": "SATOMI HASHIMOTO",
3982
- "cv": "楠木ともり",
3983
- "age": "-",
3984
- "birthday": "-",
3985
- "height": "-",
3986
- "weight": "-",
3987
- "costumeIds": [
3988
- "cos-stm4-casl-00",
3989
- "cos-stm4-idol-02"
3990
- ],
3991
- "defaultCostumeId": "cos-stm4-idol-02",
3992
- "heightCorrectionPermil": -154,
3993
- "color": "1693CC",
3994
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
3995
- "personalityType": 3,
3996
- "simplePersonalityType": 2,
3997
- "sdPersonalityType": 3,
3998
- "firstName": "橋本",
3999
- "defaultLiveCostumeId": "cos-stm4-idol-02",
4000
- "type": 2,
4001
- "groupName": "ー",
4002
- "characterGroupId": "",
4003
- "zodiacSign": "",
4004
- "hometown": "",
4005
- "favorite": "",
4006
- "unfavorite": "",
4007
- "profile": "",
4008
- "altCharacters": [],
4009
- "activityFanEventWords": [],
4010
- "talkArrivalAdditionMotionAssetId": "",
4011
- "viewConditionId": "",
4012
- "costumeMotionAssetIds": [],
4013
- "costumeAdditionMotionAssetIds": [],
4014
- "costumeVoiceAssetIds": [],
4015
- "isLeftHanded": false,
4016
- "psylliumColorType": 0,
4017
- "shortProfile": "",
4018
- "threeSize": "",
4019
- "catchphrase": "",
4020
- "idiom": "",
4021
- "facePositionX": 0.0,
4022
- "facePositionY": 0.0,
4023
- "groupPositionX": 0.0,
4024
- "groupPositionY": 0.0,
4025
- "catchphraseColor": "",
4026
- "unlockConditionId": "",
4027
- "isHomeDanceTarget": false
4028
- },
4029
- {
4030
- "id": "char-stm5",
4031
- "assetId": "stm",
4032
- "order": 998,
4033
- "name": "橋本さとみ",
4034
- "enName": "SATOMI HASHIMOTO",
4035
- "cv": "楠木ともり",
4036
- "age": "-",
4037
- "birthday": "-",
4038
- "height": "-",
4039
- "weight": "-",
4040
- "costumeIds": [
4041
- "cos-stm5-casl-00",
4042
- "cos-stm5-idol-02"
4043
- ],
4044
- "defaultCostumeId": "cos-stm5-idol-02",
4045
- "heightCorrectionPermil": -154,
4046
- "color": "1693CC",
4047
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
4048
- "personalityType": 1,
4049
- "simplePersonalityType": 1,
4050
- "sdPersonalityType": 1,
4051
- "firstName": "橋本",
4052
- "defaultLiveCostumeId": "cos-stm5-idol-02",
4053
- "type": 2,
4054
- "groupName": "ー",
4055
- "characterGroupId": "",
4056
- "zodiacSign": "",
4057
- "hometown": "",
4058
- "favorite": "",
4059
- "unfavorite": "",
4060
- "profile": "",
4061
- "altCharacters": [],
4062
- "activityFanEventWords": [],
4063
- "talkArrivalAdditionMotionAssetId": "",
4064
- "viewConditionId": "",
4065
- "costumeMotionAssetIds": [],
4066
- "costumeAdditionMotionAssetIds": [],
4067
- "costumeVoiceAssetIds": [],
4068
- "isLeftHanded": false,
4069
- "psylliumColorType": 0,
4070
- "shortProfile": "",
4071
- "threeSize": "",
4072
- "catchphrase": "",
4073
- "idiom": "",
4074
- "facePositionX": 0.0,
4075
- "facePositionY": 0.0,
4076
- "groupPositionX": 0.0,
4077
- "groupPositionY": 0.0,
4078
- "catchphraseColor": "",
4079
- "unlockConditionId": "",
4080
- "isHomeDanceTarget": false
4081
- },
4082
- {
4083
- "id": "char-suz",
4084
- "assetId": "suz",
4085
- "characterGroupId": "character_group_1",
4086
- "order": 4,
4087
- "name": "成宮すず",
4088
- "enName": "SUZU NARUMIYA",
4089
- "cv": "相川奏多",
4090
- "age": "15歳",
4091
- "birthday": "9月13日",
4092
- "height": "142cm",
4093
- "weight": "35kg",
4094
- "zodiacSign": "おとめ座",
4095
- "hometown": "私立 麗葉女学院中等部",
4096
- "favorite": "麻奈、お金、お茶",
4097
- "unfavorite": "コーヒー、留学",
4098
- "profile": "麻奈を崇拝する、ドジでいじられやすいお嬢様。両親から留学を迫られ、半ば逃げるように事務所を訪れた。その後、自身の逃げ癖を克服し両親から正式に活動を認めてもらい、星見プロダクションを盛り上げている。",
4099
- "costumeIds": [
4100
- "cos-suz-anml-00",
4101
- "cos-suz-anni-00",
4102
- "cos-suz-casl-00",
4103
- "cos-suz-casl-01",
4104
- "cos-suz-idol-00",
4105
- "cos-suz-idol-01",
4106
- "cos-suz-idol-02",
4107
- "cos-suz-idol-04",
4108
- "cos-suz-kion-00",
4109
- "cos-suz-miku-00",
4110
- "cos-suz-mizg-00",
4111
- "cos-suz-mizg-01",
4112
- "cos-suz-mizg-02",
4113
- "cos-suz-onep-00",
4114
- "cos-suz-pair-00",
4115
- "cos-suz-pajm-00",
4116
- "cos-suz-schl-00",
4117
- "cos-suz-sdam-00",
4118
- "cos-suz-sdpl-00",
4119
- "cos-suz-seik-00",
4120
- "cos-suz-sush-00",
4121
- "cos-suz-trng-00",
4122
- "cos-suz-xmas-00"
4123
- ],
4124
- "altCharacters": [
4125
- {
4126
- "characterId": "char-ai",
4127
- "priority": 11
4128
- },
4129
- {
4130
- "characterId": "char-aoi",
4131
- "priority": 10
4132
- },
4133
- {
4134
- "characterId": "char-chs",
4135
- "priority": 9
4136
- },
4137
- {
4138
- "characterId": "char-hrk",
4139
- "priority": 7
4140
- },
4141
- {
4142
- "characterId": "char-kkr",
4143
- "priority": 12
4144
- },
4145
- {
4146
- "characterId": "char-ktn",
4147
- "priority": 4
4148
- },
4149
- {
4150
- "characterId": "char-mei",
4151
- "priority": 2
4152
- },
4153
- {
4154
- "characterId": "char-ngs",
4155
- "priority": 1
4156
- },
4157
- {
4158
- "characterId": "char-rei",
4159
- "priority": 5
4160
- },
4161
- {
4162
- "characterId": "char-rio",
4163
- "priority": 13
4164
- },
4165
- {
4166
- "characterId": "char-rui",
4167
- "priority": 14
4168
- },
4169
- {
4170
- "characterId": "char-ski",
4171
- "priority": 3
4172
- },
4173
- {
4174
- "characterId": "char-skr",
4175
- "priority": 8
4176
- },
4177
- {
4178
- "characterId": "char-smr",
4179
- "priority": 16
4180
- },
4181
- {
4182
- "characterId": "char-szk",
4183
- "priority": 6
4184
- },
4185
- {
4186
- "characterId": "char-yu",
4187
- "priority": 15
4188
- }
4189
- ],
4190
- "defaultCostumeId": "cos-suz-schl-00",
4191
- "heightCorrectionPermil": -1000,
4192
- "color": "F2EE56",
4193
- "activityFanEventWords": [
4194
- {
4195
- "word": "感謝ですわ。",
4196
- "voiceAssetId": "sud_vo_act_suz_fan-01"
4197
- },
4198
- {
4199
- "word": "会えて嬉しい\nですわ。",
4200
- "voiceAssetId": "sud_vo_act_suz_fan-02"
4201
- },
4202
- {
4203
- "word": "ごきげん\nよう。",
4204
- "voiceAssetId": "sud_vo_act_suz_fan-03"
4205
- }
4206
- ],
4207
- "talkArrivalMotionAssetId": "mot_adv_chr_suz_appr-001_in",
4208
- "personalityType": 1,
4209
- "simplePersonalityType": 1,
4210
- "sdPersonalityType": 1,
4211
- "costumeMotionAssetIds": [
4212
- "mot_dress_chr_cmn_action-001-a_in",
4213
- "mot_dress_chr_cmn_action-002-a_in"
4214
- ],
4215
- "costumeAdditionMotionAssetIds": [
4216
- "",
4217
- ""
4218
- ],
4219
- "costumeVoiceAssetIds": [
4220
- "sud_vo_cmn_suz_dress-01",
4221
- "sud_vo_cmn_suz_dress-02"
4222
- ],
4223
- "psylliumColorType": 5,
4224
- "shortProfile": "長瀬麻奈を崇拝する\nドジでいじられやすい\nお嬢様",
4225
- "threeSize": "B71・W53・H73",
4226
- "catchphrase": "私の足を引っ張らないよう\n皆様、よろしく\nお願いしますわ。",
4227
- "firstName": "すず",
4228
- "idiom": "一念",
4229
- "defaultLiveCostumeId": "cos-suz-schl-00",
4230
- "facePositionY": 850.0,
4231
- "groupPositionX": 0.33,
4232
- "groupPositionY": 0.45,
4233
- "catchphraseColor": "F2EE56",
4234
- "isHomeDanceTarget": true,
4235
- "type": 1,
4236
- "groupName": "月のテンペスト",
4237
- "talkArrivalAdditionMotionAssetId": "",
4238
- "viewConditionId": "",
4239
- "isLeftHanded": false,
4240
- "facePositionX": 0.0,
4241
- "unlockConditionId": ""
4242
- },
4243
- {
4244
- "id": "char-szk",
4245
- "assetId": "szk",
4246
- "characterGroupId": "character_group_2",
4247
- "order": 7,
4248
- "name": "兵藤雫",
4249
- "enName": "SHIZUKU HYODO",
4250
- "cv": "首藤志奈",
4251
- "age": "16歳",
4252
- "birthday": "10月15日",
4253
- "height": "150cm",
4254
- "weight": "40kg",
4255
- "zodiacSign": "てんびん座",
4256
- "hometown": "公立 光ヶ崎高校",
4257
- "favorite": "アイドル、従姉、饅頭",
4258
- "unfavorite": "家族以外の人、わさび",
4259
- "profile": "笑顔が少し苦手で寡黙なアイドルオタク。加入当初、トーク力や乏しい感情表現に不安を覚え、アイドルとしての自信をなくしていた。しかし、同じ悩みを抱えていた千紗と意気投合し、支え合いながら日々成長している。",
4260
- "costumeIds": [
4261
- "cos-szk-anni-00",
4262
- "cos-szk-casl-00",
4263
- "cos-szk-casl-01",
4264
- "cos-szk-chna-00",
4265
- "cos-szk-flow-00",
4266
- "cos-szk-idol-00",
4267
- "cos-szk-idol-01",
4268
- "cos-szk-idol-02",
4269
- "cos-szk-idol-03",
4270
- "cos-szk-idol-04",
4271
- "cos-szk-kion-00",
4272
- "cos-szk-miku-00",
4273
- "cos-szk-mizg-00",
4274
- "cos-szk-mizg-01",
4275
- "cos-szk-newy-00",
4276
- "cos-szk-pajm-00",
4277
- "cos-szk-rock-00",
4278
- "cos-szk-schl-00",
4279
- "cos-szk-sdam-00",
4280
- "cos-szk-sdpl-00",
4281
- "cos-szk-sush-00",
4282
- "cos-szk-trng-00",
4283
- "cos-szk-yukt-00",
4284
- "cos-szk-yuru-00"
4285
- ],
4286
- "altCharacters": [
4287
- {
4288
- "characterId": "char-ai",
4289
- "priority": 14
4290
- },
4291
- {
4292
- "characterId": "char-aoi",
4293
- "priority": 13
4294
- },
4295
- {
4296
- "characterId": "char-chs",
4297
- "priority": 1
4298
- },
4299
- {
4300
- "characterId": "char-hrk",
4301
- "priority": 3
4302
- },
4303
- {
4304
- "characterId": "char-kkr",
4305
- "priority": 15
4306
- },
4307
- {
4308
- "characterId": "char-ktn",
4309
- "priority": 8
4310
- },
4311
- {
4312
- "characterId": "char-mei",
4313
- "priority": 5
4314
- },
4315
- {
4316
- "characterId": "char-ngs",
4317
- "priority": 9
4318
- },
4319
- {
4320
- "characterId": "char-rei",
4321
- "priority": 2
4322
- },
4323
- {
4324
- "characterId": "char-rio",
4325
- "priority": 16
4326
- },
4327
- {
4328
- "characterId": "char-rui",
4329
- "priority": 10
4330
- },
4331
- {
4332
- "characterId": "char-ski",
4333
- "priority": 7
4334
- },
4335
- {
4336
- "characterId": "char-skr",
4337
- "priority": 4
4338
- },
4339
- {
4340
- "characterId": "char-smr",
4341
- "priority": 12
4342
- },
4343
- {
4344
- "characterId": "char-suz",
4345
- "priority": 6
4346
- },
4347
- {
4348
- "characterId": "char-yu",
4349
- "priority": 11
4350
- }
4351
- ],
4352
- "defaultCostumeId": "cos-szk-schl-00",
4353
- "heightCorrectionPermil": -385,
4354
- "color": "99C99B",
4355
- "activityFanEventWords": [
4356
- {
4357
- "word": "来てくれて\n嬉しい…",
4358
- "voiceAssetId": "sud_vo_act_szk_fan-01"
4359
- },
4360
- {
4361
- "word": "会えて\nよかった…",
4362
- "voiceAssetId": "sud_vo_act_szk_fan-02"
4363
- },
4364
- {
4365
- "word": "また来てね…",
4366
- "voiceAssetId": "sud_vo_act_szk_fan-03"
4367
- }
4368
- ],
4369
- "talkArrivalMotionAssetId": "mot_adv_chr_szk_appr-001_in",
4370
- "personalityType": 5,
4371
- "simplePersonalityType": 3,
4372
- "sdPersonalityType": 5,
4373
- "costumeMotionAssetIds": [
4374
- "mot_dress_chr_cmn_action-001-e_in",
4375
- "mot_dress_chr_cmn_action-002-e_in"
4376
- ],
4377
- "costumeAdditionMotionAssetIds": [
4378
- "",
4379
- ""
4380
- ],
4381
- "costumeVoiceAssetIds": [
4382
- "sud_vo_cmn_szk_dress-01",
4383
- "sud_vo_cmn_szk_dress-02"
4384
- ],
4385
- "isLeftHanded": true,
4386
- "psylliumColorType": 2,
4387
- "shortProfile": "笑顔が少し苦手で寡黙な\nアイドルオタク",
4388
- "threeSize": "B77・W57・H79",
4389
- "catchphrase": "トーク、は……\nなんとか、\nがんばる。",
4390
- "firstName": "雫",
4391
- "idiom": "開花",
4392
- "defaultLiveCostumeId": "cos-szk-schl-00",
4393
- "facePositionY": 740.0,
4394
- "groupPositionX": 0.26,
4395
- "groupPositionY": 0.77,
4396
- "catchphraseColor": "99C99B",
4397
- "isHomeDanceTarget": true,
4398
- "type": 1,
4399
- "groupName": "サニーピース",
4400
- "talkArrivalAdditionMotionAssetId": "",
4401
- "viewConditionId": "",
4402
- "facePositionX": 0.0,
4403
- "unlockConditionId": ""
4404
- },
4405
- {
4406
- "id": "char-vns",
4407
- "assetId": "vns",
4408
- "order": 999,
4409
- "name": "VENUS事務局",
4410
- "enName": "VENUS",
4411
- "age": "-",
4412
- "birthday": "-",
4413
- "height": "-",
4414
- "weight": "-",
4415
- "costumeIds": [
4416
- "cos-vns-casl-00"
4417
- ],
4418
- "altCharacters": [
4419
- {
4420
- "characterId": "char-ai",
4421
- "priority": 16
4422
- },
4423
- {
4424
- "characterId": "char-aoi",
4425
- "priority": 15
4426
- },
4427
- {
4428
- "characterId": "char-chs",
4429
- "priority": 8
4430
- },
4431
- {
4432
- "characterId": "char-hrk",
4433
- "priority": 10
4434
- },
4435
- {
4436
- "characterId": "char-kkr",
4437
- "priority": 17
4438
- },
4439
- {
4440
- "characterId": "char-ktn",
4441
- "priority": 1
4442
- },
4443
- {
4444
- "characterId": "char-mei",
4445
- "priority": 5
4446
- },
4447
- {
4448
- "characterId": "char-ngs",
4449
- "priority": 2
4450
- },
4451
- {
4452
- "characterId": "char-rei",
4453
- "priority": 9
4454
- },
4455
- {
4456
- "characterId": "char-rio",
4457
- "priority": 14
4458
- },
4459
- {
4460
- "characterId": "char-rui",
4461
- "priority": 11
4462
- },
4463
- {
4464
- "characterId": "char-ski",
4465
- "priority": 3
4466
- },
4467
- {
4468
- "characterId": "char-skr",
4469
- "priority": 6
4470
- },
4471
- {
4472
- "characterId": "char-smr",
4473
- "priority": 13
4474
- },
4475
- {
4476
- "characterId": "char-suz",
4477
- "priority": 4
4478
- },
4479
- {
4480
- "characterId": "char-szk",
4481
- "priority": 7
4482
- },
4483
- {
4484
- "characterId": "char-yu",
4485
- "priority": 12
4486
- }
4487
- ],
4488
- "defaultCostumeId": "cos-stm-casl-00",
4489
- "heightCorrectionPermil": -154,
4490
- "talkArrivalMotionAssetId": "mot_adv_chr_cmn_glad-005_in",
4491
- "personalityType": 1,
4492
- "simplePersonalityType": 1,
4493
- "sdPersonalityType": 1,
4494
- "firstName": "VENUS事務局",
4495
- "defaultLiveCostumeId": "cos-stm-casl-00",
4496
- "type": 2,
4497
- "groupName": "ー",
4498
- "characterGroupId": "",
4499
- "cv": "",
4500
- "zodiacSign": "",
4501
- "hometown": "",
4502
- "favorite": "",
4503
- "unfavorite": "",
4504
- "profile": "",
4505
- "color": "",
4506
- "activityFanEventWords": [],
4507
- "talkArrivalAdditionMotionAssetId": "",
4508
- "viewConditionId": "",
4509
- "costumeMotionAssetIds": [],
4510
- "costumeAdditionMotionAssetIds": [],
4511
- "costumeVoiceAssetIds": [],
4512
- "isLeftHanded": false,
4513
- "psylliumColorType": 0,
4514
- "shortProfile": "",
4515
- "threeSize": "",
4516
- "catchphrase": "",
4517
- "idiom": "",
4518
- "facePositionX": 0.0,
4519
- "facePositionY": 0.0,
4520
- "groupPositionX": 0.0,
4521
- "groupPositionY": 0.0,
4522
- "catchphraseColor": "",
4523
- "unlockConditionId": "",
4524
- "isHomeDanceTarget": false
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
- },
4659
- {
4660
- "id": "char-yu",
4661
- "assetId": "yu",
4662
- "characterGroupId": "character_group_3",
4663
- "order": 12,
4664
- "name": "鈴村優",
4665
- "enName": "YU SUZUMURA",
4666
- "cv": "麻倉もも",
4667
- "age": "16歳",
4668
- "birthday": "2月27日",
4669
- "height": "155cm",
4670
- "weight": "46kg",
4671
- "zodiacSign": "うお座",
4672
- "hometown": "私立 月出高校 芸能コース",
4673
- "favorite": "瑠依、クロワッサン",
4674
- "unfavorite": "瑠依を批判する人、お蕎麦",
4675
- "profile": "京都出身で、常に冷静なTRINITYAiLEのまとめ役。大企業の社長の父と有名女優の母を持つ。瑠依に魅了され、彼女を第一に考え行動する。ファンにも周知の事実で、優の献身的な姿に惹かれるファンも多い。",
4676
- "costumeIds": [
4677
- "cos-yu-anni-00",
4678
- "cos-yu-casl-00",
4679
- "cos-yu-casl-01",
4680
- "cos-yu-fest-00",
4681
- "cos-yu-idol-00",
4682
- "cos-yu-idol-02",
4683
- "cos-yu-idol-03",
4684
- "cos-yu-idol-04",
4685
- "cos-yu-kion-00",
4686
- "cos-yu-miku-00",
4687
- "cos-yu-mizg-00",
4688
- "cos-yu-mizg-01",
4689
- "cos-yu-mizg-02",
4690
- "cos-yu-schl-00",
4691
- "cos-yu-sdam-00",
4692
- "cos-yu-sdpl-00",
4693
- "cos-yu-sush-00",
4694
- "cos-yu-trng-00",
4695
- "cos-yu-vlnt-00",
4696
- "cos-yu-wedd-01",
4697
- "cos-yu-xmas-00"
4698
- ],
4699
- "altCharacters": [
4700
- {
4701
- "characterId": "char-ai",
4702
- "priority": 6
4703
- },
4704
- {
4705
- "characterId": "char-aoi",
4706
- "priority": 5
4707
- },
4708
- {
4709
- "characterId": "char-chs",
4710
- "priority": 9
4711
- },
4712
- {
4713
- "characterId": "char-hrk",
4714
- "priority": 7
4715
- },
4716
- {
4717
- "characterId": "char-kkr",
4718
- "priority": 3
4719
- },
4720
- {
4721
- "characterId": "char-ktn",
4722
- "priority": 13
4723
- },
4724
- {
4725
- "characterId": "char-mei",
4726
- "priority": 15
4727
- },
4728
- {
4729
- "characterId": "char-ngs",
4730
- "priority": 14
4731
- },
4732
- {
4733
- "characterId": "char-rei",
4734
- "priority": 10
4735
- },
4736
- {
4737
- "characterId": "char-rio",
4738
- "priority": 4
4739
- },
4740
- {
4741
- "characterId": "char-rui",
4742
- "priority": 2
4743
- },
4744
- {
4745
- "characterId": "char-ski",
4746
- "priority": 12
4747
- },
4748
- {
4749
- "characterId": "char-skr",
4750
- "priority": 8
4751
- },
4752
- {
4753
- "characterId": "char-smr",
4754
- "priority": 1
4755
- },
4756
- {
4757
- "characterId": "char-suz",
4758
- "priority": 16
4759
- },
4760
- {
4761
- "characterId": "char-szk",
4762
- "priority": 11
4763
- }
4764
- ],
4765
- "defaultCostumeId": "cos-yu-schl-00",
4766
- "color": "AECE6E",
4767
- "activityFanEventWords": [
4768
- {
4769
- "word": "わざわざ\nおおきに~",
4770
- "voiceAssetId": "sud_vo_act_yu_fan-01"
4771
- },
4772
- {
4773
- "word": "会えて\n嬉しいわ~",
4774
- "voiceAssetId": "sud_vo_act_yu_fan-02"
4775
- },
4776
- {
4777
- "word": "また来てな~",
4778
- "voiceAssetId": "sud_vo_act_yu_fan-03"
4779
- }
4780
- ],
4781
- "talkArrivalMotionAssetId": "mot_adv_chr_yu_appr-001_in",
4782
- "personalityType": 3,
4783
- "simplePersonalityType": 2,
4784
- "sdPersonalityType": 3,
4785
- "costumeMotionAssetIds": [
4786
- "mot_dress_chr_cmn_action-001-c_in",
4787
- "mot_dress_chr_cmn_action-002-c_in"
4788
- ],
4789
- "costumeAdditionMotionAssetIds": [
4790
- "",
4791
- ""
4792
- ],
4793
- "costumeVoiceAssetIds": [
4794
- "sud_vo_cmn_yu_dress-01",
4795
- "sud_vo_cmn_yu_dress-02"
4796
- ],
4797
- "psylliumColorType": 7,
4798
- "shortProfile": "常に冷静な\nTRINITYAiLEの\nまとめ役",
4799
- "threeSize": "B88・W59・H86",
4800
- "catchphrase": "瑠依ちゃんが一番に\nなってくれたら\nええんや。",
4801
- "firstName": "優",
4802
- "idiom": "誠忠",
4803
- "defaultLiveCostumeId": "cos-yu-schl-00",
4804
- "facePositionY": 700.0,
4805
- "groupPositionX": 0.75,
4806
- "groupPositionY": 0.64,
4807
- "catchphraseColor": "AECE6E",
4808
- "isHomeDanceTarget": true,
4809
- "type": 1,
4810
- "groupName": "TRINITYAiLE",
4811
- "heightCorrectionPermil": 0,
4812
- "talkArrivalAdditionMotionAssetId": "",
4813
- "viewConditionId": "",
4814
- "isLeftHanded": false,
4815
- "facePositionX": 0.0,
4816
- "unlockConditionId": ""
4817
- }
4818
- ]