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,2332 +0,0 @@
1
- [
2
- {
3
- "id": "marathon-21-0930-quest-1",
4
- "marathonId": "marathon-21-0930",
5
- "name": "No.1",
6
- "order": 1,
7
- "boxGachaId": "box_gacha-21-0930-001",
8
- "stageId": "stage-live-hall-02-03",
9
- "musicId": "music-moon-001",
10
- "musicChartPatternId": "chart-moon-001-001",
11
- "requiredStamina": 20,
12
- "position1AttributeType": 2,
13
- "position2AttributeType": 2,
14
- "position3AttributeType": 2,
15
- "position4AttributeType": 2,
16
- "position5AttributeType": 2,
17
- "activeSkillWeightPermil": 1000,
18
- "specialSkillWeightPermil": 1000,
19
- "skillStaminaWeightPermil": 1000,
20
- "staminaRecoveryWeightPermil": 1000,
21
- "beatDanceWeightPermil": 200,
22
- "beatVocalWeightPermil": 600,
23
- "beatVisualWeightPermil": 200,
24
- "questPressureId": "quest_pressure-0",
25
- "questCharacterAdvantageId": "quest_character_advantage_1",
26
- "questAudienceAdvantageId": "quest_audience_advantage_1",
27
- "maxCapacity": 4800,
28
- "description": "",
29
- "unlockConditionId": "",
30
- "marathonPointBonusCharacterIds": [],
31
- "requiredUnlockItemAmount": 0,
32
- "moodType": 0,
33
- "dailyLimitCount": 0,
34
- "assetId": "",
35
- "unlockDescription": ""
36
- },
37
- {
38
- "id": "marathon-21-0930-quest-2",
39
- "marathonId": "marathon-21-0930",
40
- "name": "No.2",
41
- "order": 2,
42
- "boxGachaId": "box_gacha-21-0930-002",
43
- "stageId": "stage-live-hall-03-02",
44
- "musicId": "music-sun-001",
45
- "musicChartPatternId": "chart-sun-001-001",
46
- "requiredUnlockItemAmount": 300,
47
- "requiredStamina": 20,
48
- "position1AttributeType": 1,
49
- "position2AttributeType": 1,
50
- "position3AttributeType": 1,
51
- "position4AttributeType": 1,
52
- "position5AttributeType": 1,
53
- "activeSkillWeightPermil": 1000,
54
- "specialSkillWeightPermil": 1000,
55
- "skillStaminaWeightPermil": 1000,
56
- "staminaRecoveryWeightPermil": 1000,
57
- "beatDanceWeightPermil": 600,
58
- "beatVocalWeightPermil": 200,
59
- "beatVisualWeightPermil": 200,
60
- "questPressureId": "quest_pressure-0",
61
- "questCharacterAdvantageId": "quest_character_advantage_1",
62
- "questAudienceAdvantageId": "quest_audience_advantage_1",
63
- "maxCapacity": 6000,
64
- "description": "",
65
- "unlockConditionId": "",
66
- "marathonPointBonusCharacterIds": [],
67
- "moodType": 0,
68
- "dailyLimitCount": 0,
69
- "assetId": "",
70
- "unlockDescription": ""
71
- },
72
- {
73
- "id": "marathon-21-0930-quest-3",
74
- "marathonId": "marathon-21-0930",
75
- "name": "No.3",
76
- "order": 3,
77
- "boxGachaId": "box_gacha-21-0930-003",
78
- "stageId": "stage-live-hall-03-03",
79
- "musicId": "music-hsm-006",
80
- "musicChartPatternId": "chart-hsm-006-001",
81
- "requiredUnlockItemAmount": 300,
82
- "requiredStamina": 20,
83
- "position1AttributeType": 3,
84
- "position2AttributeType": 3,
85
- "position3AttributeType": 3,
86
- "position4AttributeType": 3,
87
- "position5AttributeType": 3,
88
- "activeSkillWeightPermil": 1000,
89
- "specialSkillWeightPermil": 1000,
90
- "skillStaminaWeightPermil": 1000,
91
- "staminaRecoveryWeightPermil": 1000,
92
- "beatDanceWeightPermil": 200,
93
- "beatVocalWeightPermil": 200,
94
- "beatVisualWeightPermil": 600,
95
- "questPressureId": "quest_pressure-0",
96
- "questCharacterAdvantageId": "quest_character_advantage_1",
97
- "questAudienceAdvantageId": "quest_audience_advantage_1",
98
- "maxCapacity": 7500,
99
- "description": "",
100
- "unlockConditionId": "",
101
- "marathonPointBonusCharacterIds": [],
102
- "moodType": 0,
103
- "dailyLimitCount": 0,
104
- "assetId": "",
105
- "unlockDescription": ""
106
- },
107
- {
108
- "id": "marathon-21-0930-quest-4",
109
- "marathonId": "marathon-21-0930",
110
- "name": "No.4",
111
- "order": 4,
112
- "unlockConditionId": "cd-obtain-card-hrk-02-eve-01",
113
- "marathonPointBonusCharacterIds": [
114
- "char-mna"
115
- ],
116
- "boxGachaId": "box_gacha-21-0930-004",
117
- "stageId": "stage-live-dome-04-00",
118
- "musicId": "music-mna-003",
119
- "musicChartPatternId": "chart-mna-003-001",
120
- "requiredUnlockItemAmount": 600,
121
- "requiredStamina": 30,
122
- "position1AttributeType": 2,
123
- "position2AttributeType": 2,
124
- "position3AttributeType": 2,
125
- "position4AttributeType": 1,
126
- "position5AttributeType": 2,
127
- "activeSkillWeightPermil": 1000,
128
- "specialSkillWeightPermil": 2000,
129
- "skillStaminaWeightPermil": 1000,
130
- "staminaRecoveryWeightPermil": 1000,
131
- "beatDanceWeightPermil": 200,
132
- "beatVocalWeightPermil": 600,
133
- "beatVisualWeightPermil": 200,
134
- "questPressureId": "quest_pressure-2",
135
- "questCharacterAdvantageId": "quest_character_advantage_1",
136
- "questAudienceAdvantageId": "quest_audience_advantage_1",
137
- "maxCapacity": 21000,
138
- "unlockDescription": "図らずもバースデーライブ\n佐伯遙子を所持している\n必要があります",
139
- "description": "",
140
- "moodType": 0,
141
- "dailyLimitCount": 0,
142
- "assetId": ""
143
- },
144
- {
145
- "id": "marathon-21-0930-quest-5",
146
- "marathonId": "marathon-21-0930",
147
- "name": "No.5",
148
- "order": 5,
149
- "unlockConditionId": "cd-obtain-card-hrk-02-eve-01",
150
- "marathonPointBonusCharacterIds": [
151
- "char-skr"
152
- ],
153
- "boxGachaId": "box_gacha-21-0930-005",
154
- "stageId": "stage-live-dome-01-02",
155
- "musicId": "music-mna-001",
156
- "musicChartPatternId": "chart-mna-001-001",
157
- "requiredUnlockItemAmount": 1500,
158
- "requiredStamina": 40,
159
- "position1AttributeType": 3,
160
- "position2AttributeType": 3,
161
- "position3AttributeType": 3,
162
- "position4AttributeType": 1,
163
- "position5AttributeType": 3,
164
- "activeSkillWeightPermil": 1500,
165
- "specialSkillWeightPermil": 2000,
166
- "skillStaminaWeightPermil": 2000,
167
- "staminaRecoveryWeightPermil": 1000,
168
- "beatDanceWeightPermil": 200,
169
- "beatVocalWeightPermil": 200,
170
- "beatVisualWeightPermil": 600,
171
- "questPressureId": "quest_pressure-1",
172
- "questCharacterAdvantageId": "quest_character_advantage_1",
173
- "questAudienceAdvantageId": "quest_audience_advantage_1",
174
- "maxCapacity": 32000,
175
- "unlockDescription": "図らずもバースデーライブ\n佐伯遙子を所持している\n必要があります",
176
- "description": "",
177
- "moodType": 0,
178
- "dailyLimitCount": 0,
179
- "assetId": ""
180
- },
181
- {
182
- "id": "marathon-21-1130-quest-1",
183
- "marathonId": "marathon-21-1130",
184
- "name": "No.1",
185
- "order": 1,
186
- "boxGachaId": "box_gacha-21-1130-001",
187
- "stageId": "stage-live-hall-02-03",
188
- "musicId": "music-hsm-002",
189
- "musicChartPatternId": "chart-hsm-002-001",
190
- "requiredStamina": 20,
191
- "position1AttributeType": 2,
192
- "position2AttributeType": 2,
193
- "position3AttributeType": 2,
194
- "position4AttributeType": 2,
195
- "position5AttributeType": 2,
196
- "activeSkillWeightPermil": 1000,
197
- "specialSkillWeightPermil": 1000,
198
- "skillStaminaWeightPermil": 1000,
199
- "staminaRecoveryWeightPermil": 1000,
200
- "beatDanceWeightPermil": 200,
201
- "beatVocalWeightPermil": 600,
202
- "beatVisualWeightPermil": 200,
203
- "questPressureId": "quest_pressure-0",
204
- "questCharacterAdvantageId": "quest_character_advantage_1",
205
- "questAudienceAdvantageId": "quest_audience_advantage_1",
206
- "maxCapacity": 4800,
207
- "description": "",
208
- "unlockConditionId": "",
209
- "marathonPointBonusCharacterIds": [],
210
- "requiredUnlockItemAmount": 0,
211
- "moodType": 0,
212
- "dailyLimitCount": 0,
213
- "assetId": "",
214
- "unlockDescription": ""
215
- },
216
- {
217
- "id": "marathon-21-1130-quest-2",
218
- "marathonId": "marathon-21-1130",
219
- "name": "No.2",
220
- "order": 2,
221
- "boxGachaId": "box_gacha-21-1130-002",
222
- "stageId": "stage-live-hall-03-02",
223
- "musicId": "music-hsm-003",
224
- "musicChartPatternId": "chart-hsm-003-001",
225
- "requiredUnlockItemAmount": 300,
226
- "requiredStamina": 20,
227
- "position1AttributeType": 1,
228
- "position2AttributeType": 1,
229
- "position3AttributeType": 1,
230
- "position4AttributeType": 1,
231
- "position5AttributeType": 1,
232
- "activeSkillWeightPermil": 1000,
233
- "specialSkillWeightPermil": 1000,
234
- "skillStaminaWeightPermil": 1000,
235
- "staminaRecoveryWeightPermil": 1000,
236
- "beatDanceWeightPermil": 600,
237
- "beatVocalWeightPermil": 200,
238
- "beatVisualWeightPermil": 200,
239
- "questPressureId": "quest_pressure-0",
240
- "questCharacterAdvantageId": "quest_character_advantage_1",
241
- "questAudienceAdvantageId": "quest_audience_advantage_1",
242
- "maxCapacity": 6000,
243
- "description": "",
244
- "unlockConditionId": "",
245
- "marathonPointBonusCharacterIds": [],
246
- "moodType": 0,
247
- "dailyLimitCount": 0,
248
- "assetId": "",
249
- "unlockDescription": ""
250
- },
251
- {
252
- "id": "marathon-21-1130-quest-3",
253
- "marathonId": "marathon-21-1130",
254
- "name": "No.3",
255
- "order": 3,
256
- "boxGachaId": "box_gacha-21-1130-003",
257
- "stageId": "stage-live-hall-03-03",
258
- "musicId": "music-hsm-005",
259
- "musicChartPatternId": "chart-hsm-005-001",
260
- "requiredUnlockItemAmount": 300,
261
- "requiredStamina": 20,
262
- "position1AttributeType": 3,
263
- "position2AttributeType": 3,
264
- "position3AttributeType": 3,
265
- "position4AttributeType": 3,
266
- "position5AttributeType": 3,
267
- "activeSkillWeightPermil": 1000,
268
- "specialSkillWeightPermil": 1000,
269
- "skillStaminaWeightPermil": 1000,
270
- "staminaRecoveryWeightPermil": 1000,
271
- "beatDanceWeightPermil": 200,
272
- "beatVocalWeightPermil": 200,
273
- "beatVisualWeightPermil": 600,
274
- "questPressureId": "quest_pressure-0",
275
- "questCharacterAdvantageId": "quest_character_advantage_1",
276
- "questAudienceAdvantageId": "quest_audience_advantage_1",
277
- "maxCapacity": 7500,
278
- "description": "",
279
- "unlockConditionId": "",
280
- "marathonPointBonusCharacterIds": [],
281
- "moodType": 0,
282
- "dailyLimitCount": 0,
283
- "assetId": "",
284
- "unlockDescription": ""
285
- },
286
- {
287
- "id": "marathon-21-1130-quest-4",
288
- "marathonId": "marathon-21-1130",
289
- "name": "No.4",
290
- "order": 4,
291
- "unlockConditionId": "cd-obtain-card-suz-02-eve-01",
292
- "marathonPointBonusCharacterIds": [
293
- "char-yu"
294
- ],
295
- "boxGachaId": "box_gacha-21-1130-004",
296
- "stageId": "stage-live-dome-04-00",
297
- "musicId": "music-tri-001",
298
- "musicChartPatternId": "chart-tri-001-001",
299
- "requiredUnlockItemAmount": 600,
300
- "requiredStamina": 30,
301
- "position1AttributeType": 3,
302
- "position2AttributeType": 3,
303
- "position3AttributeType": 3,
304
- "position4AttributeType": 1,
305
- "position5AttributeType": 3,
306
- "activeSkillWeightPermil": 1000,
307
- "specialSkillWeightPermil": 2000,
308
- "skillStaminaWeightPermil": 1000,
309
- "staminaRecoveryWeightPermil": 1000,
310
- "beatDanceWeightPermil": 200,
311
- "beatVocalWeightPermil": 200,
312
- "beatVisualWeightPermil": 600,
313
- "questPressureId": "quest_pressure-2",
314
- "questCharacterAdvantageId": "quest_character_advantage_1",
315
- "questAudienceAdvantageId": "quest_audience_advantage_1",
316
- "maxCapacity": 21000,
317
- "unlockDescription": "期待で胸いっぱい\n成宮すずを所持している\n必要があります",
318
- "description": "",
319
- "moodType": 0,
320
- "dailyLimitCount": 0,
321
- "assetId": ""
322
- },
323
- {
324
- "id": "marathon-21-1130-quest-5",
325
- "marathonId": "marathon-21-1130",
326
- "name": "No.5",
327
- "order": 5,
328
- "unlockConditionId": "cd-obtain-card-suz-02-eve-01",
329
- "marathonPointBonusCharacterIds": [
330
- "char-smr",
331
- "char-rui"
332
- ],
333
- "boxGachaId": "box_gacha-21-1130-005",
334
- "stageId": "stage-live-dome-01-02",
335
- "musicId": "music-tri-004",
336
- "musicChartPatternId": "chart-tri-004-001",
337
- "requiredUnlockItemAmount": 1500,
338
- "requiredStamina": 40,
339
- "position1AttributeType": 2,
340
- "position2AttributeType": 1,
341
- "position3AttributeType": 2,
342
- "position4AttributeType": 2,
343
- "position5AttributeType": 2,
344
- "activeSkillWeightPermil": 1500,
345
- "specialSkillWeightPermil": 2000,
346
- "skillStaminaWeightPermil": 2000,
347
- "staminaRecoveryWeightPermil": 1000,
348
- "beatDanceWeightPermil": 200,
349
- "beatVocalWeightPermil": 600,
350
- "beatVisualWeightPermil": 200,
351
- "questPressureId": "quest_pressure-1",
352
- "questCharacterAdvantageId": "quest_character_advantage_1",
353
- "questAudienceAdvantageId": "quest_audience_advantage_1",
354
- "maxCapacity": 32000,
355
- "unlockDescription": "期待で胸いっぱい\n成宮すずを所持している\n必要があります",
356
- "description": "",
357
- "moodType": 0,
358
- "dailyLimitCount": 0,
359
- "assetId": ""
360
- },
361
- {
362
- "id": "marathon-21-1130-quest-6",
363
- "marathonId": "marathon-21-1130",
364
- "name": "メダルステージ",
365
- "description": "BOXの抽選に必要なリンクスメダルが獲得しやすいステージです",
366
- "order": 6,
367
- "unlockConditionId": "cd-marathon-21-1130-quest-5-01",
368
- "stageId": "stage-live-dome-03-02",
369
- "musicId": "music-tri-003",
370
- "musicChartPatternId": "chart-tri-003-001",
371
- "requiredUnlockItemAmount": 3500,
372
- "requiredStamina": 50,
373
- "position1AttributeType": 1,
374
- "position2AttributeType": 3,
375
- "position3AttributeType": 1,
376
- "position4AttributeType": 1,
377
- "position5AttributeType": 1,
378
- "activeSkillWeightPermil": 1000,
379
- "specialSkillWeightPermil": 2000,
380
- "skillStaminaWeightPermil": 1000,
381
- "staminaRecoveryWeightPermil": 1000,
382
- "beatDanceWeightPermil": 600,
383
- "beatVocalWeightPermil": 200,
384
- "beatVisualWeightPermil": 200,
385
- "questPressureId": "quest_pressure-1",
386
- "questCharacterAdvantageId": "quest_character_advantage_1",
387
- "questAudienceAdvantageId": "quest_audience_advantage_1",
388
- "maxCapacity": 49000,
389
- "assetId": "img_item_thumb_medal-marathon",
390
- "unlockDescription": "No.5ステージの\nいずれかをクリアする\n必要があります",
391
- "marathonPointBonusCharacterIds": [],
392
- "boxGachaId": "",
393
- "moodType": 0,
394
- "dailyLimitCount": 0
395
- },
396
- {
397
- "id": "marathon-22-0131-quest-1",
398
- "marathonId": "marathon-22-0131",
399
- "name": "No.1",
400
- "order": 1,
401
- "boxGachaId": "box_gacha-22-0131-001",
402
- "stageId": "stage-live-hall-02-03",
403
- "musicId": "music-sun-003",
404
- "musicChartPatternId": "chart-sun-003-001",
405
- "requiredStamina": 20,
406
- "position1AttributeType": 2,
407
- "position2AttributeType": 2,
408
- "position3AttributeType": 2,
409
- "position4AttributeType": 2,
410
- "position5AttributeType": 2,
411
- "activeSkillWeightPermil": 1000,
412
- "specialSkillWeightPermil": 1000,
413
- "skillStaminaWeightPermil": 1000,
414
- "staminaRecoveryWeightPermil": 1000,
415
- "beatDanceWeightPermil": 200,
416
- "beatVocalWeightPermil": 600,
417
- "beatVisualWeightPermil": 200,
418
- "questPressureId": "quest_pressure-0",
419
- "questCharacterAdvantageId": "quest_character_advantage_1",
420
- "questAudienceAdvantageId": "quest_audience_advantage_1",
421
- "maxCapacity": 4800,
422
- "description": "",
423
- "unlockConditionId": "",
424
- "marathonPointBonusCharacterIds": [],
425
- "requiredUnlockItemAmount": 0,
426
- "moodType": 0,
427
- "dailyLimitCount": 0,
428
- "assetId": "",
429
- "unlockDescription": ""
430
- },
431
- {
432
- "id": "marathon-22-0131-quest-2",
433
- "marathonId": "marathon-22-0131",
434
- "name": "No.2",
435
- "order": 2,
436
- "boxGachaId": "box_gacha-22-0131-002",
437
- "stageId": "stage-live-hall-03-02",
438
- "musicId": "music-hsm-006",
439
- "musicChartPatternId": "chart-hsm-006-001",
440
- "requiredUnlockItemAmount": 300,
441
- "requiredStamina": 20,
442
- "position1AttributeType": 1,
443
- "position2AttributeType": 1,
444
- "position3AttributeType": 1,
445
- "position4AttributeType": 1,
446
- "position5AttributeType": 1,
447
- "activeSkillWeightPermil": 1000,
448
- "specialSkillWeightPermil": 1000,
449
- "skillStaminaWeightPermil": 1000,
450
- "staminaRecoveryWeightPermil": 1000,
451
- "beatDanceWeightPermil": 600,
452
- "beatVocalWeightPermil": 200,
453
- "beatVisualWeightPermil": 200,
454
- "questPressureId": "quest_pressure-0",
455
- "questCharacterAdvantageId": "quest_character_advantage_1",
456
- "questAudienceAdvantageId": "quest_audience_advantage_1",
457
- "maxCapacity": 6000,
458
- "description": "",
459
- "unlockConditionId": "",
460
- "marathonPointBonusCharacterIds": [],
461
- "moodType": 0,
462
- "dailyLimitCount": 0,
463
- "assetId": "",
464
- "unlockDescription": ""
465
- },
466
- {
467
- "id": "marathon-22-0131-quest-3",
468
- "marathonId": "marathon-22-0131",
469
- "name": "No.3",
470
- "order": 3,
471
- "boxGachaId": "box_gacha-22-0131-003",
472
- "stageId": "stage-live-hall-03-03",
473
- "musicId": "music-moon-004",
474
- "musicChartPatternId": "chart-moon-004-001",
475
- "requiredUnlockItemAmount": 300,
476
- "requiredStamina": 20,
477
- "position1AttributeType": 3,
478
- "position2AttributeType": 3,
479
- "position3AttributeType": 3,
480
- "position4AttributeType": 3,
481
- "position5AttributeType": 3,
482
- "activeSkillWeightPermil": 1000,
483
- "specialSkillWeightPermil": 1000,
484
- "skillStaminaWeightPermil": 1000,
485
- "staminaRecoveryWeightPermil": 1000,
486
- "beatDanceWeightPermil": 200,
487
- "beatVocalWeightPermil": 200,
488
- "beatVisualWeightPermil": 600,
489
- "questPressureId": "quest_pressure-0",
490
- "questCharacterAdvantageId": "quest_character_advantage_1",
491
- "questAudienceAdvantageId": "quest_audience_advantage_1",
492
- "maxCapacity": 7500,
493
- "description": "",
494
- "unlockConditionId": "",
495
- "marathonPointBonusCharacterIds": [],
496
- "moodType": 0,
497
- "dailyLimitCount": 0,
498
- "assetId": "",
499
- "unlockDescription": ""
500
- },
501
- {
502
- "id": "marathon-22-0131-quest-4",
503
- "marathonId": "marathon-22-0131",
504
- "name": "No.4",
505
- "order": 4,
506
- "unlockConditionId": "cd-obtain-card-rio-02-eve-02",
507
- "marathonPointBonusCharacterIds": [
508
- "char-kkr",
509
- "char-aoi"
510
- ],
511
- "boxGachaId": "box_gacha-22-0131-004",
512
- "stageId": "stage-live-dome-04-00",
513
- "musicId": "music-liz-001",
514
- "musicChartPatternId": "chart-liz-001-001",
515
- "requiredUnlockItemAmount": 600,
516
- "requiredStamina": 30,
517
- "position1AttributeType": 2,
518
- "position2AttributeType": 1,
519
- "position3AttributeType": 2,
520
- "position4AttributeType": 2,
521
- "position5AttributeType": 2,
522
- "activeSkillWeightPermil": 1000,
523
- "specialSkillWeightPermil": 2000,
524
- "skillStaminaWeightPermil": 1000,
525
- "staminaRecoveryWeightPermil": 1000,
526
- "beatDanceWeightPermil": 200,
527
- "beatVocalWeightPermil": 600,
528
- "beatVisualWeightPermil": 200,
529
- "questPressureId": "quest_pressure-2",
530
- "questCharacterAdvantageId": "quest_character_advantage_1",
531
- "questAudienceAdvantageId": "quest_audience_advantage_1",
532
- "maxCapacity": 21000,
533
- "unlockDescription": "緊張の一瞬\n神崎莉央を所持している\n必要があります",
534
- "description": "",
535
- "moodType": 0,
536
- "dailyLimitCount": 0,
537
- "assetId": ""
538
- },
539
- {
540
- "id": "marathon-22-0131-quest-5",
541
- "marathonId": "marathon-22-0131",
542
- "name": "No.5",
543
- "order": 5,
544
- "unlockConditionId": "cd-obtain-card-rio-02-eve-02",
545
- "marathonPointBonusCharacterIds": [
546
- "char-ai",
547
- "char-rio"
548
- ],
549
- "boxGachaId": "box_gacha-22-0131-005",
550
- "stageId": "stage-live-dome-01-02",
551
- "musicId": "music-liz-007",
552
- "musicChartPatternId": "chart-liz-007-001",
553
- "requiredUnlockItemAmount": 1500,
554
- "requiredStamina": 40,
555
- "position1AttributeType": 1,
556
- "position2AttributeType": 1,
557
- "position3AttributeType": 3,
558
- "position4AttributeType": 1,
559
- "position5AttributeType": 1,
560
- "activeSkillWeightPermil": 1500,
561
- "specialSkillWeightPermil": 2000,
562
- "skillStaminaWeightPermil": 2000,
563
- "staminaRecoveryWeightPermil": 1000,
564
- "beatDanceWeightPermil": 600,
565
- "beatVocalWeightPermil": 200,
566
- "beatVisualWeightPermil": 200,
567
- "questPressureId": "quest_pressure-1",
568
- "questCharacterAdvantageId": "quest_character_advantage_1",
569
- "questAudienceAdvantageId": "quest_audience_advantage_1",
570
- "maxCapacity": 32000,
571
- "unlockDescription": "緊張の一瞬\n神崎莉央を所持している\n必要があります",
572
- "description": "",
573
- "moodType": 0,
574
- "dailyLimitCount": 0,
575
- "assetId": ""
576
- },
577
- {
578
- "id": "marathon-22-0131-quest-6",
579
- "marathonId": "marathon-22-0131",
580
- "name": "メダルステージ",
581
- "description": "BOXの抽選に必要なリンクスメダルが獲得しやすいステージです",
582
- "order": 6,
583
- "unlockConditionId": "cd-marathon-22-0131-quest-5-01",
584
- "stageId": "stage-live-dome-03-02",
585
- "musicId": "music-liz-005",
586
- "musicChartPatternId": "chart-liz-005-001",
587
- "requiredUnlockItemAmount": 3500,
588
- "requiredStamina": 50,
589
- "position1AttributeType": 3,
590
- "position2AttributeType": 2,
591
- "position3AttributeType": 3,
592
- "position4AttributeType": 3,
593
- "position5AttributeType": 3,
594
- "activeSkillWeightPermil": 1000,
595
- "specialSkillWeightPermil": 2000,
596
- "skillStaminaWeightPermil": 1000,
597
- "staminaRecoveryWeightPermil": 1000,
598
- "beatDanceWeightPermil": 200,
599
- "beatVocalWeightPermil": 200,
600
- "beatVisualWeightPermil": 600,
601
- "questPressureId": "quest_pressure-1",
602
- "questCharacterAdvantageId": "quest_character_advantage_1",
603
- "questAudienceAdvantageId": "quest_audience_advantage_1",
604
- "maxCapacity": 49000,
605
- "assetId": "img_item_thumb_medal-marathon",
606
- "unlockDescription": "No.5ステージの\nいずれかをクリアする\n必要があります",
607
- "marathonPointBonusCharacterIds": [],
608
- "boxGachaId": "",
609
- "moodType": 0,
610
- "dailyLimitCount": 0
611
- },
612
- {
613
- "id": "marathon-22-0526-quest-1",
614
- "marathonId": "marathon-22-0526",
615
- "name": "No.1",
616
- "order": 1,
617
- "boxGachaId": "box_gacha-22-0526-001",
618
- "stageId": "stage-live-hall-02-03",
619
- "musicId": "music-liz-001",
620
- "musicChartPatternId": "chart-liz-001-001",
621
- "requiredStamina": 20,
622
- "position1AttributeType": 2,
623
- "position2AttributeType": 2,
624
- "position3AttributeType": 2,
625
- "position4AttributeType": 2,
626
- "position5AttributeType": 2,
627
- "activeSkillWeightPermil": 1000,
628
- "specialSkillWeightPermil": 1000,
629
- "skillStaminaWeightPermil": 1000,
630
- "staminaRecoveryWeightPermil": 1000,
631
- "beatDanceWeightPermil": 200,
632
- "beatVocalWeightPermil": 600,
633
- "beatVisualWeightPermil": 200,
634
- "questPressureId": "quest_pressure-0",
635
- "questCharacterAdvantageId": "quest_character_advantage_1",
636
- "questAudienceAdvantageId": "quest_audience_advantage_1",
637
- "maxCapacity": 4800,
638
- "description": "",
639
- "unlockConditionId": "",
640
- "marathonPointBonusCharacterIds": [],
641
- "requiredUnlockItemAmount": 0,
642
- "moodType": 0,
643
- "dailyLimitCount": 0,
644
- "assetId": "",
645
- "unlockDescription": ""
646
- },
647
- {
648
- "id": "marathon-22-0526-quest-2",
649
- "marathonId": "marathon-22-0526",
650
- "name": "No.2",
651
- "order": 2,
652
- "boxGachaId": "box_gacha-22-0526-002",
653
- "stageId": "stage-live-hall-03-02",
654
- "musicId": "music-tri-001",
655
- "musicChartPatternId": "chart-tri-001-001",
656
- "requiredUnlockItemAmount": 300,
657
- "requiredStamina": 20,
658
- "position1AttributeType": 1,
659
- "position2AttributeType": 1,
660
- "position3AttributeType": 1,
661
- "position4AttributeType": 1,
662
- "position5AttributeType": 1,
663
- "activeSkillWeightPermil": 1000,
664
- "specialSkillWeightPermil": 1000,
665
- "skillStaminaWeightPermil": 1000,
666
- "staminaRecoveryWeightPermil": 1000,
667
- "beatDanceWeightPermil": 600,
668
- "beatVocalWeightPermil": 200,
669
- "beatVisualWeightPermil": 200,
670
- "questPressureId": "quest_pressure-0",
671
- "questCharacterAdvantageId": "quest_character_advantage_1",
672
- "questAudienceAdvantageId": "quest_audience_advantage_1",
673
- "maxCapacity": 6000,
674
- "description": "",
675
- "unlockConditionId": "",
676
- "marathonPointBonusCharacterIds": [],
677
- "moodType": 0,
678
- "dailyLimitCount": 0,
679
- "assetId": "",
680
- "unlockDescription": ""
681
- },
682
- {
683
- "id": "marathon-22-0526-quest-3",
684
- "marathonId": "marathon-22-0526",
685
- "name": "No.3",
686
- "order": 3,
687
- "boxGachaId": "box_gacha-22-0526-003",
688
- "stageId": "stage-live-hall-03-03",
689
- "musicId": "music-moon-001",
690
- "musicChartPatternId": "chart-moon-001-001",
691
- "requiredUnlockItemAmount": 300,
692
- "requiredStamina": 20,
693
- "position1AttributeType": 3,
694
- "position2AttributeType": 3,
695
- "position3AttributeType": 3,
696
- "position4AttributeType": 3,
697
- "position5AttributeType": 3,
698
- "activeSkillWeightPermil": 1000,
699
- "specialSkillWeightPermil": 1000,
700
- "skillStaminaWeightPermil": 1000,
701
- "staminaRecoveryWeightPermil": 1000,
702
- "beatDanceWeightPermil": 200,
703
- "beatVocalWeightPermil": 200,
704
- "beatVisualWeightPermil": 600,
705
- "questPressureId": "quest_pressure-0",
706
- "questCharacterAdvantageId": "quest_character_advantage_1",
707
- "questAudienceAdvantageId": "quest_audience_advantage_1",
708
- "maxCapacity": 7500,
709
- "description": "",
710
- "unlockConditionId": "",
711
- "marathonPointBonusCharacterIds": [],
712
- "moodType": 0,
713
- "dailyLimitCount": 0,
714
- "assetId": "",
715
- "unlockDescription": ""
716
- },
717
- {
718
- "id": "marathon-22-0526-quest-4",
719
- "marathonId": "marathon-22-0526",
720
- "name": "No.4",
721
- "order": 4,
722
- "unlockConditionId": "cd-obtain-card-szk-02-eve-01",
723
- "marathonPointBonusCharacterIds": [
724
- "char-hrk",
725
- "char-szk"
726
- ],
727
- "boxGachaId": "box_gacha-22-0526-004",
728
- "stageId": "stage-live-dome-04-00",
729
- "musicId": "music-sun-003",
730
- "musicChartPatternId": "chart-sun-003-001",
731
- "requiredUnlockItemAmount": 600,
732
- "requiredStamina": 30,
733
- "position1AttributeType": 2,
734
- "position2AttributeType": 1,
735
- "position3AttributeType": 2,
736
- "position4AttributeType": 2,
737
- "position5AttributeType": 2,
738
- "activeSkillWeightPermil": 1000,
739
- "specialSkillWeightPermil": 1000,
740
- "skillStaminaWeightPermil": 1000,
741
- "staminaRecoveryWeightPermil": 1000,
742
- "beatDanceWeightPermil": 200,
743
- "beatVocalWeightPermil": 600,
744
- "beatVisualWeightPermil": 200,
745
- "questPressureId": "quest_pressure-2",
746
- "questCharacterAdvantageId": "quest_character_advantage_1",
747
- "questAudienceAdvantageId": "quest_audience_advantage_1",
748
- "maxCapacity": 21000,
749
- "unlockDescription": "みんなのピースを\n兵藤雫を所持している\n必要があります",
750
- "description": "",
751
- "moodType": 0,
752
- "dailyLimitCount": 0,
753
- "assetId": ""
754
- },
755
- {
756
- "id": "marathon-22-0526-quest-5",
757
- "marathonId": "marathon-22-0526",
758
- "name": "No.5",
759
- "order": 5,
760
- "unlockConditionId": "cd-obtain-card-szk-02-eve-01",
761
- "marathonPointBonusCharacterIds": [
762
- "char-skr"
763
- ],
764
- "boxGachaId": "box_gacha-22-0526-005",
765
- "stageId": "stage-live-dome-01-02",
766
- "musicId": "music-sun-006",
767
- "musicChartPatternId": "chart-sun-006-001",
768
- "requiredUnlockItemAmount": 1500,
769
- "requiredStamina": 40,
770
- "position1AttributeType": 1,
771
- "position2AttributeType": 1,
772
- "position3AttributeType": 3,
773
- "position4AttributeType": 1,
774
- "position5AttributeType": 1,
775
- "activeSkillWeightPermil": 1000,
776
- "specialSkillWeightPermil": 1000,
777
- "skillStaminaWeightPermil": 1000,
778
- "staminaRecoveryWeightPermil": 1000,
779
- "beatDanceWeightPermil": 600,
780
- "beatVocalWeightPermil": 200,
781
- "beatVisualWeightPermil": 200,
782
- "questPressureId": "quest_pressure-1",
783
- "questCharacterAdvantageId": "quest_character_advantage_1",
784
- "questAudienceAdvantageId": "quest_audience_advantage_1",
785
- "maxCapacity": 32000,
786
- "unlockDescription": "みんなのピースを\n兵藤雫を所持している\n必要があります",
787
- "description": "",
788
- "moodType": 0,
789
- "dailyLimitCount": 0,
790
- "assetId": ""
791
- },
792
- {
793
- "id": "marathon-22-0526-quest-6",
794
- "marathonId": "marathon-22-0526",
795
- "name": "メダルステージ",
796
- "description": "BOXの抽選に必要なリンクスメダルが獲得しやすいステージです",
797
- "order": 6,
798
- "unlockConditionId": "cd-marathon-22-0526-quest-5-01",
799
- "stageId": "stage-live-dome-03-02",
800
- "musicId": "music-sun-001",
801
- "musicChartPatternId": "chart-sun-001-001",
802
- "requiredUnlockItemAmount": 3500,
803
- "requiredStamina": 50,
804
- "position1AttributeType": 3,
805
- "position2AttributeType": 3,
806
- "position3AttributeType": 3,
807
- "position4AttributeType": 3,
808
- "position5AttributeType": 2,
809
- "activeSkillWeightPermil": 2000,
810
- "specialSkillWeightPermil": 2000,
811
- "skillStaminaWeightPermil": 1000,
812
- "staminaRecoveryWeightPermil": 1000,
813
- "beatDanceWeightPermil": 200,
814
- "beatVocalWeightPermil": 200,
815
- "beatVisualWeightPermil": 600,
816
- "questPressureId": "quest_pressure-2",
817
- "questCharacterAdvantageId": "quest_character_advantage_1",
818
- "questAudienceAdvantageId": "quest_audience_advantage_1",
819
- "maxCapacity": 49000,
820
- "assetId": "img_item_thumb_medal-marathon",
821
- "unlockDescription": "No.5ステージの\nいずれかをクリアする\n必要があります",
822
- "marathonPointBonusCharacterIds": [],
823
- "boxGachaId": "",
824
- "moodType": 0,
825
- "dailyLimitCount": 0
826
- },
827
- {
828
- "id": "marathon-raid-22-1028-quest-1",
829
- "marathonId": "marathon-raid-22-1028",
830
- "name": "No.1",
831
- "order": 1,
832
- "boxGachaId": "box_gacha-22-1028-001",
833
- "stageId": "stage-live-hall-00-00",
834
- "musicId": "music-sun-003",
835
- "musicChartPatternId": "chart-sun-003-001",
836
- "requiredStamina": 20,
837
- "position1AttributeType": 2,
838
- "position2AttributeType": 2,
839
- "position3AttributeType": 2,
840
- "position4AttributeType": 2,
841
- "position5AttributeType": 2,
842
- "activeSkillWeightPermil": 1000,
843
- "specialSkillWeightPermil": 1000,
844
- "skillStaminaWeightPermil": 1000,
845
- "staminaRecoveryWeightPermil": 1000,
846
- "beatDanceWeightPermil": 200,
847
- "beatVocalWeightPermil": 600,
848
- "beatVisualWeightPermil": 200,
849
- "questPressureId": "quest_pressure-2",
850
- "questAudienceAdvantageId": "quest_audience_advantage_1",
851
- "maxCapacity": 1000,
852
- "description": "",
853
- "unlockConditionId": "",
854
- "marathonPointBonusCharacterIds": [],
855
- "requiredUnlockItemAmount": 0,
856
- "questCharacterAdvantageId": "",
857
- "moodType": 0,
858
- "dailyLimitCount": 0,
859
- "assetId": "",
860
- "unlockDescription": ""
861
- },
862
- {
863
- "id": "marathon-raid-22-1028-quest-2",
864
- "marathonId": "marathon-raid-22-1028",
865
- "name": "No.2",
866
- "order": 2,
867
- "boxGachaId": "box_gacha-22-1028-002",
868
- "stageId": "stage-live-hall-01-02",
869
- "musicId": "music-tri-003",
870
- "musicChartPatternId": "chart-tri-003-001",
871
- "requiredStamina": 20,
872
- "position1AttributeType": 1,
873
- "position2AttributeType": 1,
874
- "position3AttributeType": 1,
875
- "position4AttributeType": 1,
876
- "position5AttributeType": 1,
877
- "activeSkillWeightPermil": 1000,
878
- "specialSkillWeightPermil": 1000,
879
- "skillStaminaWeightPermil": 1000,
880
- "staminaRecoveryWeightPermil": 1000,
881
- "beatDanceWeightPermil": 600,
882
- "beatVocalWeightPermil": 200,
883
- "beatVisualWeightPermil": 200,
884
- "questPressureId": "quest_pressure-2",
885
- "questAudienceAdvantageId": "quest_audience_advantage_1",
886
- "maxCapacity": 2900,
887
- "description": "",
888
- "unlockConditionId": "",
889
- "marathonPointBonusCharacterIds": [],
890
- "requiredUnlockItemAmount": 0,
891
- "questCharacterAdvantageId": "",
892
- "moodType": 0,
893
- "dailyLimitCount": 0,
894
- "assetId": "",
895
- "unlockDescription": ""
896
- },
897
- {
898
- "id": "marathon-raid-22-1028-quest-3",
899
- "marathonId": "marathon-raid-22-1028",
900
- "name": "No.3",
901
- "order": 3,
902
- "boxGachaId": "box_gacha-22-1028-003",
903
- "stageId": "stage-live-hall-01-03",
904
- "musicId": "music-liz-005",
905
- "musicChartPatternId": "chart-liz-005-001",
906
- "requiredStamina": 20,
907
- "position1AttributeType": 3,
908
- "position2AttributeType": 3,
909
- "position3AttributeType": 3,
910
- "position4AttributeType": 3,
911
- "position5AttributeType": 3,
912
- "activeSkillWeightPermil": 1000,
913
- "specialSkillWeightPermil": 1000,
914
- "skillStaminaWeightPermil": 1000,
915
- "staminaRecoveryWeightPermil": 1000,
916
- "beatDanceWeightPermil": 200,
917
- "beatVocalWeightPermil": 200,
918
- "beatVisualWeightPermil": 600,
919
- "questPressureId": "quest_pressure-2",
920
- "questAudienceAdvantageId": "quest_audience_advantage_1",
921
- "maxCapacity": 3300,
922
- "description": "",
923
- "unlockConditionId": "",
924
- "marathonPointBonusCharacterIds": [],
925
- "requiredUnlockItemAmount": 0,
926
- "questCharacterAdvantageId": "",
927
- "moodType": 0,
928
- "dailyLimitCount": 0,
929
- "assetId": "",
930
- "unlockDescription": ""
931
- },
932
- {
933
- "id": "marathon-raid-22-1028-quest-4",
934
- "marathonId": "marathon-raid-22-1028",
935
- "name": "No.4",
936
- "description": "協力ライブの各Lvを開放するステージです",
937
- "order": 4,
938
- "boxGachaId": "box_gacha-22-1028-004",
939
- "stageId": "stage-live-dome-03-01",
940
- "musicId": "music-moon-001",
941
- "musicChartPatternId": "chart-moon-001-001",
942
- "requiredUnlockItemAmount": 500,
943
- "requiredStamina": 30,
944
- "position1AttributeType": 3,
945
- "position2AttributeType": 3,
946
- "position3AttributeType": 2,
947
- "position4AttributeType": 3,
948
- "position5AttributeType": 2,
949
- "activeSkillWeightPermil": 1000,
950
- "specialSkillWeightPermil": 1000,
951
- "skillStaminaWeightPermil": 1000,
952
- "staminaRecoveryWeightPermil": 1000,
953
- "beatDanceWeightPermil": 200,
954
- "beatVocalWeightPermil": 400,
955
- "beatVisualWeightPermil": 400,
956
- "questPressureId": "quest_pressure-2",
957
- "questAudienceAdvantageId": "quest_audience_advantage_1",
958
- "maxCapacity": 19000,
959
- "assetId": "img_item_thumb_medal-marathon",
960
- "unlockConditionId": "",
961
- "marathonPointBonusCharacterIds": [],
962
- "questCharacterAdvantageId": "",
963
- "moodType": 0,
964
- "dailyLimitCount": 0,
965
- "unlockDescription": ""
966
- },
967
- {
968
- "id": "marathon-raid-23-0128-quest-1",
969
- "marathonId": "marathon-raid-23-0128",
970
- "name": "No.1",
971
- "order": 1,
972
- "boxGachaId": "box_gacha-23-0128-001",
973
- "stageId": "stage-live-hall-00-00",
974
- "musicId": "music-sun-002",
975
- "musicChartPatternId": "chart-sun-002-001",
976
- "requiredStamina": 20,
977
- "position1AttributeType": 2,
978
- "position2AttributeType": 2,
979
- "position3AttributeType": 2,
980
- "position4AttributeType": 2,
981
- "position5AttributeType": 2,
982
- "activeSkillWeightPermil": 1000,
983
- "specialSkillWeightPermil": 1000,
984
- "skillStaminaWeightPermil": 1000,
985
- "staminaRecoveryWeightPermil": 1000,
986
- "beatDanceWeightPermil": 200,
987
- "beatVocalWeightPermil": 600,
988
- "beatVisualWeightPermil": 200,
989
- "questPressureId": "quest_pressure-2",
990
- "questAudienceAdvantageId": "quest_audience_advantage_1",
991
- "maxCapacity": 1000,
992
- "description": "",
993
- "unlockConditionId": "",
994
- "marathonPointBonusCharacterIds": [],
995
- "requiredUnlockItemAmount": 0,
996
- "questCharacterAdvantageId": "",
997
- "moodType": 0,
998
- "dailyLimitCount": 0,
999
- "assetId": "",
1000
- "unlockDescription": ""
1001
- },
1002
- {
1003
- "id": "marathon-raid-23-0128-quest-2",
1004
- "marathonId": "marathon-raid-23-0128",
1005
- "name": "No.2",
1006
- "order": 2,
1007
- "boxGachaId": "box_gacha-23-0128-002",
1008
- "stageId": "stage-live-hall-01-02",
1009
- "musicId": "music-hsm-005",
1010
- "musicChartPatternId": "chart-hsm-005-001",
1011
- "requiredStamina": 20,
1012
- "position1AttributeType": 1,
1013
- "position2AttributeType": 1,
1014
- "position3AttributeType": 1,
1015
- "position4AttributeType": 1,
1016
- "position5AttributeType": 1,
1017
- "activeSkillWeightPermil": 1000,
1018
- "specialSkillWeightPermil": 1000,
1019
- "skillStaminaWeightPermil": 1000,
1020
- "staminaRecoveryWeightPermil": 1000,
1021
- "beatDanceWeightPermil": 600,
1022
- "beatVocalWeightPermil": 200,
1023
- "beatVisualWeightPermil": 200,
1024
- "questPressureId": "quest_pressure-2",
1025
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1026
- "maxCapacity": 2900,
1027
- "description": "",
1028
- "unlockConditionId": "",
1029
- "marathonPointBonusCharacterIds": [],
1030
- "requiredUnlockItemAmount": 0,
1031
- "questCharacterAdvantageId": "",
1032
- "moodType": 0,
1033
- "dailyLimitCount": 0,
1034
- "assetId": "",
1035
- "unlockDescription": ""
1036
- },
1037
- {
1038
- "id": "marathon-raid-23-0128-quest-3",
1039
- "marathonId": "marathon-raid-23-0128",
1040
- "name": "No.3",
1041
- "order": 3,
1042
- "boxGachaId": "box_gacha-23-0128-003",
1043
- "stageId": "stage-live-hall-01-03",
1044
- "musicId": "music-moon-004",
1045
- "musicChartPatternId": "chart-moon-004-001",
1046
- "requiredStamina": 20,
1047
- "position1AttributeType": 3,
1048
- "position2AttributeType": 3,
1049
- "position3AttributeType": 3,
1050
- "position4AttributeType": 3,
1051
- "position5AttributeType": 3,
1052
- "activeSkillWeightPermil": 1000,
1053
- "specialSkillWeightPermil": 1000,
1054
- "skillStaminaWeightPermil": 1000,
1055
- "staminaRecoveryWeightPermil": 1000,
1056
- "beatDanceWeightPermil": 200,
1057
- "beatVocalWeightPermil": 200,
1058
- "beatVisualWeightPermil": 600,
1059
- "questPressureId": "quest_pressure-2",
1060
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1061
- "maxCapacity": 3300,
1062
- "description": "",
1063
- "unlockConditionId": "",
1064
- "marathonPointBonusCharacterIds": [],
1065
- "requiredUnlockItemAmount": 0,
1066
- "questCharacterAdvantageId": "",
1067
- "moodType": 0,
1068
- "dailyLimitCount": 0,
1069
- "assetId": "",
1070
- "unlockDescription": ""
1071
- },
1072
- {
1073
- "id": "marathon-raid-23-0128-quest-4",
1074
- "marathonId": "marathon-raid-23-0128",
1075
- "name": "No.4",
1076
- "description": "協力ライブの各Lvを開放するステージです",
1077
- "order": 4,
1078
- "boxGachaId": "box_gacha-23-0128-004",
1079
- "stageId": "stage-live-dome-03-01",
1080
- "musicId": "music-tri-005",
1081
- "musicChartPatternId": "chart-tri-005-001",
1082
- "requiredUnlockItemAmount": 500,
1083
- "requiredStamina": 30,
1084
- "position1AttributeType": 3,
1085
- "position2AttributeType": 3,
1086
- "position3AttributeType": 1,
1087
- "position4AttributeType": 3,
1088
- "position5AttributeType": 1,
1089
- "activeSkillWeightPermil": 1000,
1090
- "specialSkillWeightPermil": 1000,
1091
- "skillStaminaWeightPermil": 1000,
1092
- "staminaRecoveryWeightPermil": 1000,
1093
- "beatDanceWeightPermil": 400,
1094
- "beatVocalWeightPermil": 200,
1095
- "beatVisualWeightPermil": 400,
1096
- "questPressureId": "quest_pressure-2",
1097
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1098
- "maxCapacity": 19000,
1099
- "assetId": "img_item_thumb_medal-marathon",
1100
- "unlockConditionId": "",
1101
- "marathonPointBonusCharacterIds": [],
1102
- "questCharacterAdvantageId": "",
1103
- "moodType": 0,
1104
- "dailyLimitCount": 0,
1105
- "unlockDescription": ""
1106
- },
1107
- {
1108
- "id": "marathon-raid-23-0328-quest-1",
1109
- "marathonId": "marathon-raid-23-0328",
1110
- "name": "No.1",
1111
- "order": 1,
1112
- "boxGachaId": "box_gacha-23-0328-001",
1113
- "stageId": "stage-live-hall-00-00",
1114
- "musicId": "music-hsm-004",
1115
- "musicChartPatternId": "chart-hsm-004-001",
1116
- "requiredStamina": 20,
1117
- "position1AttributeType": 2,
1118
- "position2AttributeType": 2,
1119
- "position3AttributeType": 2,
1120
- "position4AttributeType": 2,
1121
- "position5AttributeType": 2,
1122
- "activeSkillWeightPermil": 1000,
1123
- "specialSkillWeightPermil": 1000,
1124
- "skillStaminaWeightPermil": 1000,
1125
- "staminaRecoveryWeightPermil": 1000,
1126
- "beatDanceWeightPermil": 200,
1127
- "beatVocalWeightPermil": 600,
1128
- "beatVisualWeightPermil": 200,
1129
- "questPressureId": "quest_pressure-2",
1130
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1131
- "maxCapacity": 1000,
1132
- "description": "",
1133
- "unlockConditionId": "",
1134
- "marathonPointBonusCharacterIds": [],
1135
- "requiredUnlockItemAmount": 0,
1136
- "questCharacterAdvantageId": "",
1137
- "moodType": 0,
1138
- "dailyLimitCount": 0,
1139
- "assetId": "",
1140
- "unlockDescription": ""
1141
- },
1142
- {
1143
- "id": "marathon-raid-23-0328-quest-2",
1144
- "marathonId": "marathon-raid-23-0328",
1145
- "name": "No.2",
1146
- "order": 2,
1147
- "boxGachaId": "box_gacha-23-0328-002",
1148
- "stageId": "stage-live-hall-01-02",
1149
- "musicId": "music-hsm-006",
1150
- "musicChartPatternId": "chart-hsm-006-001",
1151
- "requiredStamina": 20,
1152
- "position1AttributeType": 1,
1153
- "position2AttributeType": 1,
1154
- "position3AttributeType": 1,
1155
- "position4AttributeType": 1,
1156
- "position5AttributeType": 1,
1157
- "activeSkillWeightPermil": 1000,
1158
- "specialSkillWeightPermil": 1000,
1159
- "skillStaminaWeightPermil": 1000,
1160
- "staminaRecoveryWeightPermil": 1000,
1161
- "beatDanceWeightPermil": 600,
1162
- "beatVocalWeightPermil": 200,
1163
- "beatVisualWeightPermil": 200,
1164
- "questPressureId": "quest_pressure-2",
1165
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1166
- "maxCapacity": 2900,
1167
- "description": "",
1168
- "unlockConditionId": "",
1169
- "marathonPointBonusCharacterIds": [],
1170
- "requiredUnlockItemAmount": 0,
1171
- "questCharacterAdvantageId": "",
1172
- "moodType": 0,
1173
- "dailyLimitCount": 0,
1174
- "assetId": "",
1175
- "unlockDescription": ""
1176
- },
1177
- {
1178
- "id": "marathon-raid-23-0328-quest-3",
1179
- "marathonId": "marathon-raid-23-0328",
1180
- "name": "No.3",
1181
- "order": 3,
1182
- "boxGachaId": "box_gacha-23-0328-003",
1183
- "stageId": "stage-live-hall-01-03",
1184
- "musicId": "music-hsm-007",
1185
- "musicChartPatternId": "chart-hsm-007-001",
1186
- "requiredStamina": 20,
1187
- "position1AttributeType": 3,
1188
- "position2AttributeType": 3,
1189
- "position3AttributeType": 3,
1190
- "position4AttributeType": 3,
1191
- "position5AttributeType": 3,
1192
- "activeSkillWeightPermil": 1000,
1193
- "specialSkillWeightPermil": 1000,
1194
- "skillStaminaWeightPermil": 1000,
1195
- "staminaRecoveryWeightPermil": 1000,
1196
- "beatDanceWeightPermil": 200,
1197
- "beatVocalWeightPermil": 200,
1198
- "beatVisualWeightPermil": 600,
1199
- "questPressureId": "quest_pressure-2",
1200
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1201
- "maxCapacity": 3300,
1202
- "description": "",
1203
- "unlockConditionId": "",
1204
- "marathonPointBonusCharacterIds": [],
1205
- "requiredUnlockItemAmount": 0,
1206
- "questCharacterAdvantageId": "",
1207
- "moodType": 0,
1208
- "dailyLimitCount": 0,
1209
- "assetId": "",
1210
- "unlockDescription": ""
1211
- },
1212
- {
1213
- "id": "marathon-raid-23-0328-quest-4",
1214
- "marathonId": "marathon-raid-23-0328",
1215
- "name": "No.4",
1216
- "description": "協力ライブの各Lvを開放するステージです",
1217
- "order": 4,
1218
- "boxGachaId": "box_gacha-23-0328-004",
1219
- "stageId": "stage-live-dome-03-01",
1220
- "musicId": "music-hsm-011",
1221
- "musicChartPatternId": "chart-hsm-011-001",
1222
- "requiredUnlockItemAmount": 500,
1223
- "requiredStamina": 30,
1224
- "position1AttributeType": 3,
1225
- "position2AttributeType": 2,
1226
- "position3AttributeType": 3,
1227
- "position4AttributeType": 2,
1228
- "position5AttributeType": 2,
1229
- "activeSkillWeightPermil": 1000,
1230
- "specialSkillWeightPermil": 1000,
1231
- "skillStaminaWeightPermil": 1000,
1232
- "staminaRecoveryWeightPermil": 1000,
1233
- "beatDanceWeightPermil": 200,
1234
- "beatVocalWeightPermil": 600,
1235
- "beatVisualWeightPermil": 200,
1236
- "questPressureId": "quest_pressure-2",
1237
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1238
- "maxCapacity": 19000,
1239
- "assetId": "img_item_thumb_medal-marathon",
1240
- "unlockConditionId": "",
1241
- "marathonPointBonusCharacterIds": [],
1242
- "questCharacterAdvantageId": "",
1243
- "moodType": 0,
1244
- "dailyLimitCount": 0,
1245
- "unlockDescription": ""
1246
- },
1247
- {
1248
- "id": "marathon-raid-23-0528-quest-1",
1249
- "marathonId": "marathon-raid-23-0528",
1250
- "name": "No.1",
1251
- "order": 1,
1252
- "boxGachaId": "box_gacha-23-0528-001",
1253
- "stageId": "stage-live-hall-00-00",
1254
- "musicId": "music-liz-003",
1255
- "musicChartPatternId": "chart-liz-003-001",
1256
- "requiredStamina": 20,
1257
- "position1AttributeType": 2,
1258
- "position2AttributeType": 2,
1259
- "position3AttributeType": 2,
1260
- "position4AttributeType": 2,
1261
- "position5AttributeType": 2,
1262
- "activeSkillWeightPermil": 1000,
1263
- "specialSkillWeightPermil": 1000,
1264
- "skillStaminaWeightPermil": 1000,
1265
- "staminaRecoveryWeightPermil": 1000,
1266
- "beatDanceWeightPermil": 200,
1267
- "beatVocalWeightPermil": 600,
1268
- "beatVisualWeightPermil": 200,
1269
- "questPressureId": "quest_pressure-2",
1270
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1271
- "maxCapacity": 1000,
1272
- "description": "",
1273
- "unlockConditionId": "",
1274
- "marathonPointBonusCharacterIds": [],
1275
- "requiredUnlockItemAmount": 0,
1276
- "questCharacterAdvantageId": "",
1277
- "moodType": 0,
1278
- "dailyLimitCount": 0,
1279
- "assetId": "",
1280
- "unlockDescription": ""
1281
- },
1282
- {
1283
- "id": "marathon-raid-23-0528-quest-2",
1284
- "marathonId": "marathon-raid-23-0528",
1285
- "name": "No.2",
1286
- "order": 2,
1287
- "boxGachaId": "box_gacha-23-0528-002",
1288
- "stageId": "stage-live-hall-01-02",
1289
- "musicId": "music-tri-001",
1290
- "musicChartPatternId": "chart-tri-001-001",
1291
- "requiredStamina": 20,
1292
- "position1AttributeType": 1,
1293
- "position2AttributeType": 1,
1294
- "position3AttributeType": 1,
1295
- "position4AttributeType": 1,
1296
- "position5AttributeType": 1,
1297
- "activeSkillWeightPermil": 1000,
1298
- "specialSkillWeightPermil": 1000,
1299
- "skillStaminaWeightPermil": 1000,
1300
- "staminaRecoveryWeightPermil": 1000,
1301
- "beatDanceWeightPermil": 600,
1302
- "beatVocalWeightPermil": 200,
1303
- "beatVisualWeightPermil": 200,
1304
- "questPressureId": "quest_pressure-2",
1305
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1306
- "maxCapacity": 2900,
1307
- "description": "",
1308
- "unlockConditionId": "",
1309
- "marathonPointBonusCharacterIds": [],
1310
- "requiredUnlockItemAmount": 0,
1311
- "questCharacterAdvantageId": "",
1312
- "moodType": 0,
1313
- "dailyLimitCount": 0,
1314
- "assetId": "",
1315
- "unlockDescription": ""
1316
- },
1317
- {
1318
- "id": "marathon-raid-23-0528-quest-3",
1319
- "marathonId": "marathon-raid-23-0528",
1320
- "name": "No.3",
1321
- "order": 3,
1322
- "boxGachaId": "box_gacha-23-0528-003",
1323
- "stageId": "stage-live-hall-01-03",
1324
- "musicId": "music-sun-003",
1325
- "musicChartPatternId": "chart-sun-003-001",
1326
- "requiredStamina": 20,
1327
- "position1AttributeType": 3,
1328
- "position2AttributeType": 3,
1329
- "position3AttributeType": 3,
1330
- "position4AttributeType": 3,
1331
- "position5AttributeType": 3,
1332
- "activeSkillWeightPermil": 1000,
1333
- "specialSkillWeightPermil": 1000,
1334
- "skillStaminaWeightPermil": 1000,
1335
- "staminaRecoveryWeightPermil": 1000,
1336
- "beatDanceWeightPermil": 200,
1337
- "beatVocalWeightPermil": 200,
1338
- "beatVisualWeightPermil": 600,
1339
- "questPressureId": "quest_pressure-2",
1340
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1341
- "maxCapacity": 3300,
1342
- "description": "",
1343
- "unlockConditionId": "",
1344
- "marathonPointBonusCharacterIds": [],
1345
- "requiredUnlockItemAmount": 0,
1346
- "questCharacterAdvantageId": "",
1347
- "moodType": 0,
1348
- "dailyLimitCount": 0,
1349
- "assetId": "",
1350
- "unlockDescription": ""
1351
- },
1352
- {
1353
- "id": "marathon-raid-23-0528-quest-4",
1354
- "marathonId": "marathon-raid-23-0528",
1355
- "name": "No.4",
1356
- "description": "協力ライブの各Lvを開放するステージです",
1357
- "order": 4,
1358
- "boxGachaId": "box_gacha-23-0528-004",
1359
- "stageId": "stage-live-dome-03-01",
1360
- "musicId": "music-moon-002",
1361
- "musicChartPatternId": "chart-moon-002-001",
1362
- "requiredUnlockItemAmount": 500,
1363
- "requiredStamina": 30,
1364
- "position1AttributeType": 3,
1365
- "position2AttributeType": 3,
1366
- "position3AttributeType": 3,
1367
- "position4AttributeType": 3,
1368
- "position5AttributeType": 3,
1369
- "activeSkillWeightPermil": 1000,
1370
- "specialSkillWeightPermil": 1000,
1371
- "skillStaminaWeightPermil": 3000,
1372
- "staminaRecoveryWeightPermil": 1000,
1373
- "beatDanceWeightPermil": 200,
1374
- "beatVocalWeightPermil": 200,
1375
- "beatVisualWeightPermil": 600,
1376
- "questPressureId": "quest_pressure-2",
1377
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1378
- "maxCapacity": 19000,
1379
- "assetId": "img_item_thumb_medal-marathon",
1380
- "unlockConditionId": "",
1381
- "marathonPointBonusCharacterIds": [],
1382
- "questCharacterAdvantageId": "",
1383
- "moodType": 0,
1384
- "dailyLimitCount": 0,
1385
- "unlockDescription": ""
1386
- },
1387
- {
1388
- "id": "marathon-raid-23-0728-quest-1",
1389
- "marathonId": "marathon-raid-23-0728",
1390
- "name": "No.1",
1391
- "order": 1,
1392
- "boxGachaId": "box_gacha-23-0728-001",
1393
- "stageId": "stage-live-hall-00-00",
1394
- "musicId": "music-tri-002",
1395
- "musicChartPatternId": "chart-tri-002-001",
1396
- "requiredStamina": 20,
1397
- "position1AttributeType": 2,
1398
- "position2AttributeType": 2,
1399
- "position3AttributeType": 2,
1400
- "position4AttributeType": 2,
1401
- "position5AttributeType": 2,
1402
- "activeSkillWeightPermil": 1000,
1403
- "specialSkillWeightPermil": 1000,
1404
- "skillStaminaWeightPermil": 1000,
1405
- "staminaRecoveryWeightPermil": 1000,
1406
- "beatDanceWeightPermil": 200,
1407
- "beatVocalWeightPermil": 600,
1408
- "beatVisualWeightPermil": 200,
1409
- "questPressureId": "quest_pressure-2",
1410
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1411
- "maxCapacity": 1000,
1412
- "description": "",
1413
- "unlockConditionId": "",
1414
- "marathonPointBonusCharacterIds": [],
1415
- "requiredUnlockItemAmount": 0,
1416
- "questCharacterAdvantageId": "",
1417
- "moodType": 0,
1418
- "dailyLimitCount": 0,
1419
- "assetId": "",
1420
- "unlockDescription": ""
1421
- },
1422
- {
1423
- "id": "marathon-raid-23-0728-quest-2",
1424
- "marathonId": "marathon-raid-23-0728",
1425
- "name": "No.2",
1426
- "order": 2,
1427
- "boxGachaId": "box_gacha-23-0728-002",
1428
- "stageId": "stage-live-hall-01-02",
1429
- "musicId": "music-tri-001",
1430
- "musicChartPatternId": "chart-tri-001-001",
1431
- "requiredStamina": 20,
1432
- "position1AttributeType": 1,
1433
- "position2AttributeType": 1,
1434
- "position3AttributeType": 1,
1435
- "position4AttributeType": 1,
1436
- "position5AttributeType": 1,
1437
- "activeSkillWeightPermil": 1000,
1438
- "specialSkillWeightPermil": 1000,
1439
- "skillStaminaWeightPermil": 1000,
1440
- "staminaRecoveryWeightPermil": 1000,
1441
- "beatDanceWeightPermil": 600,
1442
- "beatVocalWeightPermil": 200,
1443
- "beatVisualWeightPermil": 200,
1444
- "questPressureId": "quest_pressure-2",
1445
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1446
- "maxCapacity": 2900,
1447
- "description": "",
1448
- "unlockConditionId": "",
1449
- "marathonPointBonusCharacterIds": [],
1450
- "requiredUnlockItemAmount": 0,
1451
- "questCharacterAdvantageId": "",
1452
- "moodType": 0,
1453
- "dailyLimitCount": 0,
1454
- "assetId": "",
1455
- "unlockDescription": ""
1456
- },
1457
- {
1458
- "id": "marathon-raid-23-0728-quest-3",
1459
- "marathonId": "marathon-raid-23-0728",
1460
- "name": "No.3",
1461
- "order": 3,
1462
- "boxGachaId": "box_gacha-23-0728-003",
1463
- "stageId": "stage-live-hall-01-03",
1464
- "musicId": "music-tri-004",
1465
- "musicChartPatternId": "chart-tri-004-001",
1466
- "requiredStamina": 20,
1467
- "position1AttributeType": 3,
1468
- "position2AttributeType": 3,
1469
- "position3AttributeType": 3,
1470
- "position4AttributeType": 3,
1471
- "position5AttributeType": 3,
1472
- "activeSkillWeightPermil": 1000,
1473
- "specialSkillWeightPermil": 1000,
1474
- "skillStaminaWeightPermil": 1000,
1475
- "staminaRecoveryWeightPermil": 1000,
1476
- "beatDanceWeightPermil": 200,
1477
- "beatVocalWeightPermil": 200,
1478
- "beatVisualWeightPermil": 600,
1479
- "questPressureId": "quest_pressure-2",
1480
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1481
- "maxCapacity": 3300,
1482
- "description": "",
1483
- "unlockConditionId": "",
1484
- "marathonPointBonusCharacterIds": [],
1485
- "requiredUnlockItemAmount": 0,
1486
- "questCharacterAdvantageId": "",
1487
- "moodType": 0,
1488
- "dailyLimitCount": 0,
1489
- "assetId": "",
1490
- "unlockDescription": ""
1491
- },
1492
- {
1493
- "id": "marathon-raid-23-0728-quest-4",
1494
- "marathonId": "marathon-raid-23-0728",
1495
- "name": "No.4",
1496
- "description": "協力ライブの各Lvを解放するステージです",
1497
- "order": 4,
1498
- "boxGachaId": "box_gacha-23-0728-004",
1499
- "stageId": "stage-live-dome-03-01",
1500
- "musicId": "music-tri-006",
1501
- "musicChartPatternId": "chart-tri-006-001",
1502
- "requiredUnlockItemAmount": 500,
1503
- "requiredStamina": 30,
1504
- "position1AttributeType": 1,
1505
- "position2AttributeType": 1,
1506
- "position3AttributeType": 2,
1507
- "position4AttributeType": 1,
1508
- "position5AttributeType": 2,
1509
- "activeSkillWeightPermil": 1000,
1510
- "specialSkillWeightPermil": 1000,
1511
- "skillStaminaWeightPermil": 1000,
1512
- "staminaRecoveryWeightPermil": 1000,
1513
- "beatDanceWeightPermil": 400,
1514
- "beatVocalWeightPermil": 400,
1515
- "beatVisualWeightPermil": 200,
1516
- "questPressureId": "quest_pressure-2",
1517
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1518
- "maxCapacity": 19000,
1519
- "assetId": "img_item_thumb_medal-marathon",
1520
- "unlockConditionId": "",
1521
- "marathonPointBonusCharacterIds": [],
1522
- "questCharacterAdvantageId": "",
1523
- "moodType": 0,
1524
- "dailyLimitCount": 0,
1525
- "unlockDescription": ""
1526
- },
1527
- {
1528
- "id": "marathon-raid-23-0927-quest-1",
1529
- "marathonId": "marathon-raid-23-0927",
1530
- "name": "No.1",
1531
- "order": 1,
1532
- "boxGachaId": "box_gacha-23-0927-001",
1533
- "stageId": "stage-live-hall-00-00",
1534
- "musicId": "music-liz-001",
1535
- "musicChartPatternId": "chart-liz-001-001",
1536
- "requiredStamina": 20,
1537
- "position1AttributeType": 2,
1538
- "position2AttributeType": 2,
1539
- "position3AttributeType": 2,
1540
- "position4AttributeType": 2,
1541
- "position5AttributeType": 2,
1542
- "activeSkillWeightPermil": 1000,
1543
- "specialSkillWeightPermil": 1000,
1544
- "skillStaminaWeightPermil": 1000,
1545
- "staminaRecoveryWeightPermil": 1000,
1546
- "beatDanceWeightPermil": 200,
1547
- "beatVocalWeightPermil": 600,
1548
- "beatVisualWeightPermil": 200,
1549
- "questPressureId": "quest_pressure-2",
1550
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1551
- "maxCapacity": 1000,
1552
- "description": "",
1553
- "unlockConditionId": "",
1554
- "marathonPointBonusCharacterIds": [],
1555
- "requiredUnlockItemAmount": 0,
1556
- "questCharacterAdvantageId": "",
1557
- "moodType": 0,
1558
- "dailyLimitCount": 0,
1559
- "assetId": "",
1560
- "unlockDescription": ""
1561
- },
1562
- {
1563
- "id": "marathon-raid-23-0927-quest-2",
1564
- "marathonId": "marathon-raid-23-0927",
1565
- "name": "No.2",
1566
- "order": 2,
1567
- "boxGachaId": "box_gacha-23-0927-002",
1568
- "stageId": "stage-live-hall-01-02",
1569
- "musicId": "music-liz-005",
1570
- "musicChartPatternId": "chart-liz-005-001",
1571
- "requiredStamina": 20,
1572
- "position1AttributeType": 1,
1573
- "position2AttributeType": 1,
1574
- "position3AttributeType": 1,
1575
- "position4AttributeType": 1,
1576
- "position5AttributeType": 1,
1577
- "activeSkillWeightPermil": 1000,
1578
- "specialSkillWeightPermil": 1000,
1579
- "skillStaminaWeightPermil": 1000,
1580
- "staminaRecoveryWeightPermil": 1000,
1581
- "beatDanceWeightPermil": 600,
1582
- "beatVocalWeightPermil": 200,
1583
- "beatVisualWeightPermil": 200,
1584
- "questPressureId": "quest_pressure-2",
1585
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1586
- "maxCapacity": 2900,
1587
- "description": "",
1588
- "unlockConditionId": "",
1589
- "marathonPointBonusCharacterIds": [],
1590
- "requiredUnlockItemAmount": 0,
1591
- "questCharacterAdvantageId": "",
1592
- "moodType": 0,
1593
- "dailyLimitCount": 0,
1594
- "assetId": "",
1595
- "unlockDescription": ""
1596
- },
1597
- {
1598
- "id": "marathon-raid-23-0927-quest-3",
1599
- "marathonId": "marathon-raid-23-0927",
1600
- "name": "No.3",
1601
- "order": 3,
1602
- "boxGachaId": "box_gacha-23-0927-003",
1603
- "stageId": "stage-live-hall-01-03",
1604
- "musicId": "music-liz-007",
1605
- "musicChartPatternId": "chart-liz-007-001",
1606
- "requiredStamina": 20,
1607
- "position1AttributeType": 3,
1608
- "position2AttributeType": 3,
1609
- "position3AttributeType": 3,
1610
- "position4AttributeType": 3,
1611
- "position5AttributeType": 3,
1612
- "activeSkillWeightPermil": 1000,
1613
- "specialSkillWeightPermil": 1000,
1614
- "skillStaminaWeightPermil": 1000,
1615
- "staminaRecoveryWeightPermil": 1000,
1616
- "beatDanceWeightPermil": 200,
1617
- "beatVocalWeightPermil": 200,
1618
- "beatVisualWeightPermil": 600,
1619
- "questPressureId": "quest_pressure-2",
1620
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1621
- "maxCapacity": 3300,
1622
- "description": "",
1623
- "unlockConditionId": "",
1624
- "marathonPointBonusCharacterIds": [],
1625
- "requiredUnlockItemAmount": 0,
1626
- "questCharacterAdvantageId": "",
1627
- "moodType": 0,
1628
- "dailyLimitCount": 0,
1629
- "assetId": "",
1630
- "unlockDescription": ""
1631
- },
1632
- {
1633
- "id": "marathon-raid-23-0927-quest-4",
1634
- "marathonId": "marathon-raid-23-0927",
1635
- "name": "No.4",
1636
- "description": "協力ライブの各Lvを開放するステージです",
1637
- "order": 4,
1638
- "boxGachaId": "box_gacha-23-0927-004",
1639
- "stageId": "stage-live-dome-03-01",
1640
- "musicId": "music-liz-003",
1641
- "musicChartPatternId": "chart-liz-003-001",
1642
- "requiredUnlockItemAmount": 500,
1643
- "requiredStamina": 30,
1644
- "position1AttributeType": 2,
1645
- "position2AttributeType": 2,
1646
- "position3AttributeType": 2,
1647
- "position4AttributeType": 2,
1648
- "position5AttributeType": 2,
1649
- "activeSkillWeightPermil": 1000,
1650
- "specialSkillWeightPermil": 1000,
1651
- "skillStaminaWeightPermil": 3000,
1652
- "staminaRecoveryWeightPermil": 1000,
1653
- "beatDanceWeightPermil": 200,
1654
- "beatVocalWeightPermil": 600,
1655
- "beatVisualWeightPermil": 200,
1656
- "questPressureId": "quest_pressure-2",
1657
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1658
- "maxCapacity": 19000,
1659
- "assetId": "img_item_thumb_medal-marathon",
1660
- "unlockConditionId": "",
1661
- "marathonPointBonusCharacterIds": [],
1662
- "questCharacterAdvantageId": "",
1663
- "moodType": 0,
1664
- "dailyLimitCount": 0,
1665
- "unlockDescription": ""
1666
- },
1667
- {
1668
- "id": "marathon-raid-23-1027-quest-1",
1669
- "marathonId": "marathon-raid-23-1027",
1670
- "name": "No.1",
1671
- "order": 1,
1672
- "boxGachaId": "box_gacha-23-1027-001",
1673
- "stageId": "stage-live-hall-00-00",
1674
- "musicId": "music-tri-002",
1675
- "musicChartPatternId": "chart-tri-002-001",
1676
- "requiredStamina": 20,
1677
- "position1AttributeType": 2,
1678
- "position2AttributeType": 2,
1679
- "position3AttributeType": 2,
1680
- "position4AttributeType": 2,
1681
- "position5AttributeType": 2,
1682
- "activeSkillWeightPermil": 1000,
1683
- "specialSkillWeightPermil": 1000,
1684
- "skillStaminaWeightPermil": 1000,
1685
- "staminaRecoveryWeightPermil": 1000,
1686
- "beatDanceWeightPermil": 200,
1687
- "beatVocalWeightPermil": 600,
1688
- "beatVisualWeightPermil": 200,
1689
- "questPressureId": "quest_pressure-2",
1690
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1691
- "maxCapacity": 1000,
1692
- "description": "",
1693
- "unlockConditionId": "",
1694
- "marathonPointBonusCharacterIds": [],
1695
- "requiredUnlockItemAmount": 0,
1696
- "questCharacterAdvantageId": "",
1697
- "moodType": 0,
1698
- "dailyLimitCount": 0,
1699
- "assetId": "",
1700
- "unlockDescription": ""
1701
- },
1702
- {
1703
- "id": "marathon-raid-23-1027-quest-2",
1704
- "marathonId": "marathon-raid-23-1027",
1705
- "name": "No.2",
1706
- "order": 2,
1707
- "boxGachaId": "box_gacha-23-1027-002",
1708
- "stageId": "stage-live-hall-01-02",
1709
- "musicId": "music-tri-001",
1710
- "musicChartPatternId": "chart-tri-001-001",
1711
- "requiredStamina": 20,
1712
- "position1AttributeType": 1,
1713
- "position2AttributeType": 1,
1714
- "position3AttributeType": 1,
1715
- "position4AttributeType": 1,
1716
- "position5AttributeType": 1,
1717
- "activeSkillWeightPermil": 1000,
1718
- "specialSkillWeightPermil": 1000,
1719
- "skillStaminaWeightPermil": 1000,
1720
- "staminaRecoveryWeightPermil": 1000,
1721
- "beatDanceWeightPermil": 600,
1722
- "beatVocalWeightPermil": 200,
1723
- "beatVisualWeightPermil": 200,
1724
- "questPressureId": "quest_pressure-2",
1725
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1726
- "maxCapacity": 2900,
1727
- "description": "",
1728
- "unlockConditionId": "",
1729
- "marathonPointBonusCharacterIds": [],
1730
- "requiredUnlockItemAmount": 0,
1731
- "questCharacterAdvantageId": "",
1732
- "moodType": 0,
1733
- "dailyLimitCount": 0,
1734
- "assetId": "",
1735
- "unlockDescription": ""
1736
- },
1737
- {
1738
- "id": "marathon-raid-23-1027-quest-3",
1739
- "marathonId": "marathon-raid-23-1027",
1740
- "name": "No.3",
1741
- "order": 3,
1742
- "boxGachaId": "box_gacha-23-1027-003",
1743
- "stageId": "stage-live-hall-01-03",
1744
- "musicId": "music-tri-004",
1745
- "musicChartPatternId": "chart-tri-004-001",
1746
- "requiredStamina": 20,
1747
- "position1AttributeType": 3,
1748
- "position2AttributeType": 3,
1749
- "position3AttributeType": 3,
1750
- "position4AttributeType": 3,
1751
- "position5AttributeType": 3,
1752
- "activeSkillWeightPermil": 1000,
1753
- "specialSkillWeightPermil": 1000,
1754
- "skillStaminaWeightPermil": 1000,
1755
- "staminaRecoveryWeightPermil": 1000,
1756
- "beatDanceWeightPermil": 200,
1757
- "beatVocalWeightPermil": 200,
1758
- "beatVisualWeightPermil": 600,
1759
- "questPressureId": "quest_pressure-2",
1760
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1761
- "maxCapacity": 3300,
1762
- "description": "",
1763
- "unlockConditionId": "",
1764
- "marathonPointBonusCharacterIds": [],
1765
- "requiredUnlockItemAmount": 0,
1766
- "questCharacterAdvantageId": "",
1767
- "moodType": 0,
1768
- "dailyLimitCount": 0,
1769
- "assetId": "",
1770
- "unlockDescription": ""
1771
- },
1772
- {
1773
- "id": "marathon-raid-23-1027-quest-4",
1774
- "marathonId": "marathon-raid-23-1027",
1775
- "name": "No.4",
1776
- "description": "協力ライブの各Lvを解放するステージです",
1777
- "order": 4,
1778
- "boxGachaId": "box_gacha-23-1027-004",
1779
- "stageId": "stage-live-dome-03-01",
1780
- "musicId": "music-tri-007",
1781
- "musicChartPatternId": "chart-tri-007-001",
1782
- "requiredUnlockItemAmount": 500,
1783
- "requiredStamina": 30,
1784
- "position1AttributeType": 2,
1785
- "position2AttributeType": 1,
1786
- "position3AttributeType": 2,
1787
- "position4AttributeType": 1,
1788
- "position5AttributeType": 2,
1789
- "activeSkillWeightPermil": 1000,
1790
- "specialSkillWeightPermil": 1000,
1791
- "skillStaminaWeightPermil": 1000,
1792
- "staminaRecoveryWeightPermil": 1000,
1793
- "beatDanceWeightPermil": 200,
1794
- "beatVocalWeightPermil": 600,
1795
- "beatVisualWeightPermil": 200,
1796
- "questPressureId": "quest_pressure-2",
1797
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1798
- "maxCapacity": 19000,
1799
- "assetId": "img_item_thumb_medal-marathon",
1800
- "unlockConditionId": "",
1801
- "marathonPointBonusCharacterIds": [],
1802
- "questCharacterAdvantageId": "",
1803
- "moodType": 0,
1804
- "dailyLimitCount": 0,
1805
- "unlockDescription": ""
1806
- },
1807
- {
1808
- "id": "mini-marathon-22-0413-quest-1",
1809
- "marathonId": "mini-marathon-22-0413",
1810
- "name": "No.1",
1811
- "order": 1,
1812
- "boxGachaId": "box_gacha-22-0413-001",
1813
- "stageId": "stage-live-dome-00-00",
1814
- "musicId": "music-unit-002",
1815
- "musicChartPatternId": "chart-unit-002-001",
1816
- "requiredStamina": 20,
1817
- "position1AttributeType": 2,
1818
- "position2AttributeType": 2,
1819
- "position3AttributeType": 2,
1820
- "position4AttributeType": 2,
1821
- "position5AttributeType": 2,
1822
- "activeSkillWeightPermil": 1000,
1823
- "specialSkillWeightPermil": 1000,
1824
- "skillStaminaWeightPermil": 1000,
1825
- "staminaRecoveryWeightPermil": 1000,
1826
- "beatDanceWeightPermil": 200,
1827
- "beatVocalWeightPermil": 600,
1828
- "beatVisualWeightPermil": 200,
1829
- "questPressureId": "quest_pressure-0",
1830
- "questCharacterAdvantageId": "quest_character_advantage_1",
1831
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1832
- "maxCapacity": 10000,
1833
- "description": "",
1834
- "unlockConditionId": "",
1835
- "marathonPointBonusCharacterIds": [],
1836
- "requiredUnlockItemAmount": 0,
1837
- "moodType": 0,
1838
- "dailyLimitCount": 0,
1839
- "assetId": "",
1840
- "unlockDescription": ""
1841
- },
1842
- {
1843
- "id": "mini-marathon-22-0413-quest-2",
1844
- "marathonId": "mini-marathon-22-0413",
1845
- "name": "No.2",
1846
- "order": 2,
1847
- "boxGachaId": "box_gacha-22-0413-002",
1848
- "stageId": "stage-live-dome-01-00",
1849
- "musicId": "music-mna-008",
1850
- "musicChartPatternId": "chart-mna-008-001",
1851
- "requiredStamina": 20,
1852
- "position1AttributeType": 1,
1853
- "position2AttributeType": 1,
1854
- "position3AttributeType": 1,
1855
- "position4AttributeType": 1,
1856
- "position5AttributeType": 1,
1857
- "activeSkillWeightPermil": 1000,
1858
- "specialSkillWeightPermil": 1000,
1859
- "skillStaminaWeightPermil": 1000,
1860
- "staminaRecoveryWeightPermil": 1000,
1861
- "beatDanceWeightPermil": 600,
1862
- "beatVocalWeightPermil": 200,
1863
- "beatVisualWeightPermil": 200,
1864
- "questPressureId": "quest_pressure-0",
1865
- "questCharacterAdvantageId": "quest_character_advantage_1",
1866
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1867
- "maxCapacity": 12000,
1868
- "description": "",
1869
- "unlockConditionId": "",
1870
- "marathonPointBonusCharacterIds": [],
1871
- "requiredUnlockItemAmount": 0,
1872
- "moodType": 0,
1873
- "dailyLimitCount": 0,
1874
- "assetId": "",
1875
- "unlockDescription": ""
1876
- },
1877
- {
1878
- "id": "mini-marathon-22-0413-quest-3",
1879
- "marathonId": "mini-marathon-22-0413",
1880
- "name": "No.3",
1881
- "order": 3,
1882
- "boxGachaId": "box_gacha-22-0413-003",
1883
- "stageId": "stage-live-dome-02-00",
1884
- "musicId": "music-sun-005",
1885
- "musicChartPatternId": "chart-sun-005-001",
1886
- "requiredStamina": 20,
1887
- "position1AttributeType": 3,
1888
- "position2AttributeType": 3,
1889
- "position3AttributeType": 3,
1890
- "position4AttributeType": 3,
1891
- "position5AttributeType": 3,
1892
- "activeSkillWeightPermil": 1000,
1893
- "specialSkillWeightPermil": 1000,
1894
- "skillStaminaWeightPermil": 1000,
1895
- "staminaRecoveryWeightPermil": 1000,
1896
- "beatDanceWeightPermil": 200,
1897
- "beatVocalWeightPermil": 200,
1898
- "beatVisualWeightPermil": 600,
1899
- "questPressureId": "quest_pressure-0",
1900
- "questCharacterAdvantageId": "quest_character_advantage_1",
1901
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1902
- "maxCapacity": 14500,
1903
- "description": "",
1904
- "unlockConditionId": "",
1905
- "marathonPointBonusCharacterIds": [],
1906
- "requiredUnlockItemAmount": 0,
1907
- "moodType": 0,
1908
- "dailyLimitCount": 0,
1909
- "assetId": "",
1910
- "unlockDescription": ""
1911
- },
1912
- {
1913
- "id": "mini-marathon-22-0712-quest-1",
1914
- "marathonId": "mini-marathon-22-0712",
1915
- "name": "No.1",
1916
- "order": 1,
1917
- "boxGachaId": "box_gacha-22-0712-001",
1918
- "stageId": "stage-live-dome-00-00",
1919
- "musicId": "music-liz-007",
1920
- "musicChartPatternId": "chart-liz-007-001",
1921
- "requiredStamina": 20,
1922
- "position1AttributeType": 2,
1923
- "position2AttributeType": 2,
1924
- "position3AttributeType": 2,
1925
- "position4AttributeType": 2,
1926
- "position5AttributeType": 2,
1927
- "activeSkillWeightPermil": 1000,
1928
- "specialSkillWeightPermil": 1500,
1929
- "skillStaminaWeightPermil": 1000,
1930
- "staminaRecoveryWeightPermil": 1000,
1931
- "beatDanceWeightPermil": 200,
1932
- "beatVocalWeightPermil": 600,
1933
- "beatVisualWeightPermil": 200,
1934
- "questPressureId": "quest_pressure-0",
1935
- "questCharacterAdvantageId": "quest_character_advantage_1",
1936
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1937
- "maxCapacity": 10000,
1938
- "description": "",
1939
- "unlockConditionId": "",
1940
- "marathonPointBonusCharacterIds": [],
1941
- "requiredUnlockItemAmount": 0,
1942
- "moodType": 0,
1943
- "dailyLimitCount": 0,
1944
- "assetId": "",
1945
- "unlockDescription": ""
1946
- },
1947
- {
1948
- "id": "mini-marathon-22-0712-quest-2",
1949
- "marathonId": "mini-marathon-22-0712",
1950
- "name": "No.2",
1951
- "order": 2,
1952
- "boxGachaId": "box_gacha-22-0712-002",
1953
- "stageId": "stage-live-dome-01-00",
1954
- "musicId": "music-unit-003",
1955
- "musicChartPatternId": "chart-unit-003-001",
1956
- "requiredStamina": 20,
1957
- "position1AttributeType": 1,
1958
- "position2AttributeType": 1,
1959
- "position3AttributeType": 1,
1960
- "position4AttributeType": 1,
1961
- "position5AttributeType": 1,
1962
- "activeSkillWeightPermil": 1000,
1963
- "specialSkillWeightPermil": 1000,
1964
- "skillStaminaWeightPermil": 1000,
1965
- "staminaRecoveryWeightPermil": 1000,
1966
- "beatDanceWeightPermil": 900,
1967
- "beatVocalWeightPermil": 300,
1968
- "beatVisualWeightPermil": 300,
1969
- "questPressureId": "quest_pressure-0",
1970
- "questCharacterAdvantageId": "quest_character_advantage_1",
1971
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1972
- "maxCapacity": 12000,
1973
- "description": "",
1974
- "unlockConditionId": "",
1975
- "marathonPointBonusCharacterIds": [],
1976
- "requiredUnlockItemAmount": 0,
1977
- "moodType": 0,
1978
- "dailyLimitCount": 0,
1979
- "assetId": "",
1980
- "unlockDescription": ""
1981
- },
1982
- {
1983
- "id": "mini-marathon-22-0712-quest-3",
1984
- "marathonId": "mini-marathon-22-0712",
1985
- "name": "No.3",
1986
- "order": 3,
1987
- "boxGachaId": "box_gacha-22-0712-003",
1988
- "stageId": "stage-live-dome-02-00",
1989
- "musicId": "music-sun-006",
1990
- "musicChartPatternId": "chart-sun-006-001",
1991
- "requiredStamina": 20,
1992
- "position1AttributeType": 3,
1993
- "position2AttributeType": 3,
1994
- "position3AttributeType": 3,
1995
- "position4AttributeType": 3,
1996
- "position5AttributeType": 3,
1997
- "activeSkillWeightPermil": 1500,
1998
- "specialSkillWeightPermil": 1000,
1999
- "skillStaminaWeightPermil": 1000,
2000
- "staminaRecoveryWeightPermil": 1000,
2001
- "beatDanceWeightPermil": 200,
2002
- "beatVocalWeightPermil": 200,
2003
- "beatVisualWeightPermil": 600,
2004
- "questPressureId": "quest_pressure-0",
2005
- "questCharacterAdvantageId": "quest_character_advantage_1",
2006
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2007
- "maxCapacity": 14500,
2008
- "description": "",
2009
- "unlockConditionId": "",
2010
- "marathonPointBonusCharacterIds": [],
2011
- "requiredUnlockItemAmount": 0,
2012
- "moodType": 0,
2013
- "dailyLimitCount": 0,
2014
- "assetId": "",
2015
- "unlockDescription": ""
2016
- },
2017
- {
2018
- "id": "mini-marathon-22-0928-quest-1",
2019
- "marathonId": "mini-marathon-22-0928",
2020
- "name": "No.1",
2021
- "order": 1,
2022
- "boxGachaId": "box_gacha-22-0928-001",
2023
- "stageId": "stage-live-dome-00-00",
2024
- "musicId": "music-tri-002",
2025
- "musicChartPatternId": "chart-tri-002-001",
2026
- "requiredStamina": 20,
2027
- "position1AttributeType": 2,
2028
- "position2AttributeType": 2,
2029
- "position3AttributeType": 2,
2030
- "position4AttributeType": 2,
2031
- "position5AttributeType": 2,
2032
- "activeSkillWeightPermil": 1500,
2033
- "specialSkillWeightPermil": 1000,
2034
- "skillStaminaWeightPermil": 1000,
2035
- "staminaRecoveryWeightPermil": 1000,
2036
- "beatDanceWeightPermil": 200,
2037
- "beatVocalWeightPermil": 600,
2038
- "beatVisualWeightPermil": 200,
2039
- "questPressureId": "quest_pressure-0",
2040
- "questCharacterAdvantageId": "quest_character_advantage_1",
2041
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2042
- "maxCapacity": 10000,
2043
- "description": "",
2044
- "unlockConditionId": "",
2045
- "marathonPointBonusCharacterIds": [],
2046
- "requiredUnlockItemAmount": 0,
2047
- "moodType": 0,
2048
- "dailyLimitCount": 0,
2049
- "assetId": "",
2050
- "unlockDescription": ""
2051
- },
2052
- {
2053
- "id": "mini-marathon-22-0928-quest-2",
2054
- "marathonId": "mini-marathon-22-0928",
2055
- "name": "No.2",
2056
- "order": 2,
2057
- "boxGachaId": "box_gacha-22-0928-002",
2058
- "stageId": "stage-live-dome-01-00",
2059
- "musicId": "music-unit-002",
2060
- "musicChartPatternId": "chart-unit-002-001",
2061
- "requiredStamina": 20,
2062
- "position1AttributeType": 1,
2063
- "position2AttributeType": 1,
2064
- "position3AttributeType": 1,
2065
- "position4AttributeType": 1,
2066
- "position5AttributeType": 1,
2067
- "activeSkillWeightPermil": 1000,
2068
- "specialSkillWeightPermil": 1500,
2069
- "skillStaminaWeightPermil": 1000,
2070
- "staminaRecoveryWeightPermil": 1000,
2071
- "beatDanceWeightPermil": 600,
2072
- "beatVocalWeightPermil": 200,
2073
- "beatVisualWeightPermil": 200,
2074
- "questPressureId": "quest_pressure-0",
2075
- "questCharacterAdvantageId": "quest_character_advantage_1",
2076
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2077
- "maxCapacity": 12000,
2078
- "description": "",
2079
- "unlockConditionId": "",
2080
- "marathonPointBonusCharacterIds": [],
2081
- "requiredUnlockItemAmount": 0,
2082
- "moodType": 0,
2083
- "dailyLimitCount": 0,
2084
- "assetId": "",
2085
- "unlockDescription": ""
2086
- },
2087
- {
2088
- "id": "mini-marathon-22-0928-quest-3",
2089
- "marathonId": "mini-marathon-22-0928",
2090
- "name": "No.3",
2091
- "order": 3,
2092
- "boxGachaId": "box_gacha-22-0928-003",
2093
- "stageId": "stage-live-dome-02-00",
2094
- "musicId": "music-moon-001",
2095
- "musicChartPatternId": "chart-moon-001-001",
2096
- "requiredStamina": 20,
2097
- "position1AttributeType": 3,
2098
- "position2AttributeType": 3,
2099
- "position3AttributeType": 3,
2100
- "position4AttributeType": 3,
2101
- "position5AttributeType": 3,
2102
- "activeSkillWeightPermil": 1000,
2103
- "specialSkillWeightPermil": 1000,
2104
- "skillStaminaWeightPermil": 1000,
2105
- "staminaRecoveryWeightPermil": 1000,
2106
- "beatDanceWeightPermil": 300,
2107
- "beatVocalWeightPermil": 300,
2108
- "beatVisualWeightPermil": 900,
2109
- "questPressureId": "quest_pressure-0",
2110
- "questCharacterAdvantageId": "quest_character_advantage_1",
2111
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2112
- "maxCapacity": 14500,
2113
- "description": "",
2114
- "unlockConditionId": "",
2115
- "marathonPointBonusCharacterIds": [],
2116
- "requiredUnlockItemAmount": 0,
2117
- "moodType": 0,
2118
- "dailyLimitCount": 0,
2119
- "assetId": "",
2120
- "unlockDescription": ""
2121
- },
2122
- {
2123
- "id": "mini-marathon-23-0110-quest-1",
2124
- "marathonId": "mini-marathon-23-0110",
2125
- "name": "No.1",
2126
- "order": 1,
2127
- "boxGachaId": "box_gacha-23-0110-001",
2128
- "stageId": "stage-live-dome-00-00",
2129
- "musicId": "music-hsm-007",
2130
- "musicChartPatternId": "chart-hsm-007-001",
2131
- "requiredStamina": 20,
2132
- "position1AttributeType": 2,
2133
- "position2AttributeType": 2,
2134
- "position3AttributeType": 2,
2135
- "position4AttributeType": 2,
2136
- "position5AttributeType": 2,
2137
- "activeSkillWeightPermil": 1500,
2138
- "specialSkillWeightPermil": 1000,
2139
- "skillStaminaWeightPermil": 1000,
2140
- "staminaRecoveryWeightPermil": 1000,
2141
- "beatDanceWeightPermil": 200,
2142
- "beatVocalWeightPermil": 600,
2143
- "beatVisualWeightPermil": 200,
2144
- "questPressureId": "quest_pressure-0",
2145
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2146
- "maxCapacity": 10000,
2147
- "description": "",
2148
- "unlockConditionId": "",
2149
- "marathonPointBonusCharacterIds": [],
2150
- "requiredUnlockItemAmount": 0,
2151
- "questCharacterAdvantageId": "",
2152
- "moodType": 0,
2153
- "dailyLimitCount": 0,
2154
- "assetId": "",
2155
- "unlockDescription": ""
2156
- },
2157
- {
2158
- "id": "mini-marathon-23-0110-quest-2",
2159
- "marathonId": "mini-marathon-23-0110",
2160
- "name": "No.2",
2161
- "order": 2,
2162
- "boxGachaId": "box_gacha-23-0110-002",
2163
- "stageId": "stage-live-dome-01-00",
2164
- "musicId": "music-mna-006",
2165
- "musicChartPatternId": "chart-mna-006-001",
2166
- "requiredStamina": 20,
2167
- "position1AttributeType": 1,
2168
- "position2AttributeType": 1,
2169
- "position3AttributeType": 1,
2170
- "position4AttributeType": 1,
2171
- "position5AttributeType": 1,
2172
- "activeSkillWeightPermil": 1000,
2173
- "specialSkillWeightPermil": 1500,
2174
- "skillStaminaWeightPermil": 1000,
2175
- "staminaRecoveryWeightPermil": 1000,
2176
- "beatDanceWeightPermil": 600,
2177
- "beatVocalWeightPermil": 200,
2178
- "beatVisualWeightPermil": 200,
2179
- "questPressureId": "quest_pressure-0",
2180
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2181
- "maxCapacity": 12000,
2182
- "description": "",
2183
- "unlockConditionId": "",
2184
- "marathonPointBonusCharacterIds": [],
2185
- "requiredUnlockItemAmount": 0,
2186
- "questCharacterAdvantageId": "",
2187
- "moodType": 0,
2188
- "dailyLimitCount": 0,
2189
- "assetId": "",
2190
- "unlockDescription": ""
2191
- },
2192
- {
2193
- "id": "mini-marathon-23-0110-quest-3",
2194
- "marathonId": "mini-marathon-23-0110",
2195
- "name": "No.3",
2196
- "order": 3,
2197
- "boxGachaId": "box_gacha-23-0110-003",
2198
- "stageId": "stage-live-dome-02-00",
2199
- "musicId": "music-unit-003",
2200
- "musicChartPatternId": "chart-unit-003-001",
2201
- "requiredStamina": 20,
2202
- "position1AttributeType": 3,
2203
- "position2AttributeType": 3,
2204
- "position3AttributeType": 3,
2205
- "position4AttributeType": 3,
2206
- "position5AttributeType": 3,
2207
- "activeSkillWeightPermil": 1000,
2208
- "specialSkillWeightPermil": 1000,
2209
- "skillStaminaWeightPermil": 1000,
2210
- "staminaRecoveryWeightPermil": 1000,
2211
- "beatDanceWeightPermil": 300,
2212
- "beatVocalWeightPermil": 300,
2213
- "beatVisualWeightPermil": 900,
2214
- "questPressureId": "quest_pressure-0",
2215
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2216
- "maxCapacity": 14500,
2217
- "description": "",
2218
- "unlockConditionId": "",
2219
- "marathonPointBonusCharacterIds": [],
2220
- "requiredUnlockItemAmount": 0,
2221
- "questCharacterAdvantageId": "",
2222
- "moodType": 0,
2223
- "dailyLimitCount": 0,
2224
- "assetId": "",
2225
- "unlockDescription": ""
2226
- },
2227
- {
2228
- "id": "mini-marathon-23-0310-quest-1",
2229
- "marathonId": "mini-marathon-23-0310",
2230
- "name": "No.1",
2231
- "order": 1,
2232
- "boxGachaId": "box_gacha-23-0310-001",
2233
- "stageId": "stage-live-dome-00-00",
2234
- "musicId": "music-hsm-005",
2235
- "musicChartPatternId": "chart-hsm-005-001",
2236
- "requiredStamina": 20,
2237
- "position1AttributeType": 2,
2238
- "position2AttributeType": 2,
2239
- "position3AttributeType": 2,
2240
- "position4AttributeType": 2,
2241
- "position5AttributeType": 2,
2242
- "activeSkillWeightPermil": 1500,
2243
- "specialSkillWeightPermil": 1000,
2244
- "skillStaminaWeightPermil": 1000,
2245
- "staminaRecoveryWeightPermil": 1000,
2246
- "beatDanceWeightPermil": 200,
2247
- "beatVocalWeightPermil": 600,
2248
- "beatVisualWeightPermil": 200,
2249
- "questPressureId": "quest_pressure-0",
2250
- "questCharacterAdvantageId": "quest_character_advantage_pajm-1300",
2251
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2252
- "maxCapacity": 10000,
2253
- "description": "",
2254
- "unlockConditionId": "",
2255
- "marathonPointBonusCharacterIds": [],
2256
- "requiredUnlockItemAmount": 0,
2257
- "moodType": 0,
2258
- "dailyLimitCount": 0,
2259
- "assetId": "",
2260
- "unlockDescription": ""
2261
- },
2262
- {
2263
- "id": "mini-marathon-23-0310-quest-2",
2264
- "marathonId": "mini-marathon-23-0310",
2265
- "name": "No.2",
2266
- "order": 2,
2267
- "boxGachaId": "box_gacha-23-0310-002",
2268
- "stageId": "stage-live-dome-01-00",
2269
- "musicId": "music-sun-003",
2270
- "musicChartPatternId": "chart-sun-003-001",
2271
- "requiredStamina": 20,
2272
- "position1AttributeType": 1,
2273
- "position2AttributeType": 1,
2274
- "position3AttributeType": 1,
2275
- "position4AttributeType": 1,
2276
- "position5AttributeType": 1,
2277
- "activeSkillWeightPermil": 1000,
2278
- "specialSkillWeightPermil": 1500,
2279
- "skillStaminaWeightPermil": 1000,
2280
- "staminaRecoveryWeightPermil": 1000,
2281
- "beatDanceWeightPermil": 600,
2282
- "beatVocalWeightPermil": 200,
2283
- "beatVisualWeightPermil": 200,
2284
- "questPressureId": "quest_pressure-0",
2285
- "questCharacterAdvantageId": "quest_character_advantage_pajm-1300",
2286
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2287
- "maxCapacity": 12000,
2288
- "description": "",
2289
- "unlockConditionId": "",
2290
- "marathonPointBonusCharacterIds": [],
2291
- "requiredUnlockItemAmount": 0,
2292
- "moodType": 0,
2293
- "dailyLimitCount": 0,
2294
- "assetId": "",
2295
- "unlockDescription": ""
2296
- },
2297
- {
2298
- "id": "mini-marathon-23-0310-quest-3",
2299
- "marathonId": "mini-marathon-23-0310",
2300
- "name": "No.3",
2301
- "order": 3,
2302
- "boxGachaId": "box_gacha-23-0310-003",
2303
- "stageId": "stage-live-dome-02-00",
2304
- "musicId": "music-liz-005",
2305
- "musicChartPatternId": "chart-liz-005-001",
2306
- "requiredStamina": 20,
2307
- "position1AttributeType": 3,
2308
- "position2AttributeType": 3,
2309
- "position3AttributeType": 3,
2310
- "position4AttributeType": 3,
2311
- "position5AttributeType": 3,
2312
- "activeSkillWeightPermil": 1000,
2313
- "specialSkillWeightPermil": 1000,
2314
- "skillStaminaWeightPermil": 1000,
2315
- "staminaRecoveryWeightPermil": 1000,
2316
- "beatDanceWeightPermil": 300,
2317
- "beatVocalWeightPermil": 300,
2318
- "beatVisualWeightPermil": 900,
2319
- "questPressureId": "quest_pressure-0",
2320
- "questCharacterAdvantageId": "quest_character_advantage_pajm-1300",
2321
- "questAudienceAdvantageId": "quest_audience_advantage_1",
2322
- "maxCapacity": 14500,
2323
- "description": "",
2324
- "unlockConditionId": "",
2325
- "marathonPointBonusCharacterIds": [],
2326
- "requiredUnlockItemAmount": 0,
2327
- "moodType": 0,
2328
- "dailyLimitCount": 0,
2329
- "assetId": "",
2330
- "unlockDescription": ""
2331
- }
2332
- ]