hoshimi-venus 0.16.90 → 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 -1
  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 -1
  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 -1
  160. package/out/database/SkillEfficacy.json +0 -1
  161. package/out/database/SkillTarget.json +0 -252
  162. package/out/database/SkillTrigger.json +0 -816
@@ -1,1857 +0,0 @@
1
- [
2
- {
3
- "id": "marathon-raid-23-0927-quest-raid",
4
- "stageId": "stage-live-dome-02-02",
5
- "name": "協力ライブ",
6
- "description": "協力ライブ",
7
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-open",
8
- "unlockDescription": "No.4を1つでもクリアしましょう",
9
- "musicId": "music-liz-003",
10
- "musicChartPatternId": "chart-liz-003-001",
11
- "position1AttributeType": 1,
12
- "position2AttributeType": 2,
13
- "position3AttributeType": 2,
14
- "position4AttributeType": 1,
15
- "position5AttributeType": 1,
16
- "activeSkillWeightPermil": 1000,
17
- "specialSkillWeightPermil": 1000,
18
- "skillStaminaWeightPermil": 1000,
19
- "staminaRecoveryWeightPermil": 1000,
20
- "beatDanceWeightPermil": 200,
21
- "beatVocalWeightPermil": 400,
22
- "beatVisualWeightPermil": 400,
23
- "questPressureId": "quest_pressure-2",
24
- "questAudienceAdvantageId": "quest_audience_advantage_1",
25
- "maxCapacity": 40000,
26
- "difficulties": [
27
- {
28
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
29
- "difficultyNumber": 1,
30
- "difficultyLevel": 80,
31
- "mentalThreshold": 10,
32
- "clearScore": "23900000",
33
- "requiredRaidStamina": 50,
34
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;1685",
35
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;217",
36
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-01",
37
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-01",
38
- "liveSkipType": 2,
39
- "rewardManagerExp": 0,
40
- "rewardCardExp": 0,
41
- "cleared": false,
42
- "unlocked": false
43
- },
44
- {
45
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
46
- "difficultyNumber": 2,
47
- "difficultyLevel": 90,
48
- "mentalThreshold": 10,
49
- "clearScore": "39700000",
50
- "requiredRaidStamina": 50,
51
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;1760",
52
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;219",
53
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-02",
54
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-01",
55
- "liveSkipType": 2,
56
- "rewardManagerExp": 0,
57
- "rewardCardExp": 0,
58
- "cleared": false,
59
- "unlocked": false
60
- },
61
- {
62
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
63
- "difficultyNumber": 3,
64
- "difficultyLevel": 100,
65
- "mentalThreshold": 10,
66
- "clearScore": "68900000",
67
- "requiredRaidStamina": 55,
68
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;1836",
69
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;244",
70
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-03",
71
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-01",
72
- "liveSkipType": 2,
73
- "rewardManagerExp": 0,
74
- "rewardCardExp": 0,
75
- "cleared": false,
76
- "unlocked": false
77
- },
78
- {
79
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
80
- "difficultyNumber": 4,
81
- "difficultyLevel": 110,
82
- "mentalThreshold": 10,
83
- "clearScore": "118000000",
84
- "requiredRaidStamina": 55,
85
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;1911",
86
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;247",
87
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-04",
88
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-01",
89
- "liveSkipType": 2,
90
- "rewardManagerExp": 0,
91
- "rewardCardExp": 0,
92
- "cleared": false,
93
- "unlocked": false
94
- },
95
- {
96
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
97
- "difficultyNumber": 5,
98
- "difficultyLevel": 120,
99
- "mentalThreshold": 10,
100
- "clearScore": "203000000",
101
- "requiredRaidStamina": 60,
102
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;1987",
103
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;272",
104
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-05",
105
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-01",
106
- "liveSkipType": 2,
107
- "rewardManagerExp": 0,
108
- "rewardCardExp": 0,
109
- "cleared": false,
110
- "unlocked": false
111
- },
112
- {
113
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
114
- "difficultyNumber": 6,
115
- "difficultyLevel": 130,
116
- "mentalThreshold": 10,
117
- "clearScore": "317000000",
118
- "requiredRaidStamina": 60,
119
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2062",
120
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;275",
121
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-06",
122
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-02",
123
- "liveSkipType": 2,
124
- "rewardManagerExp": 0,
125
- "rewardCardExp": 0,
126
- "cleared": false,
127
- "unlocked": false
128
- },
129
- {
130
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
131
- "difficultyNumber": 7,
132
- "difficultyLevel": 140,
133
- "mentalThreshold": 10,
134
- "clearScore": "451000000",
135
- "requiredRaidStamina": 65,
136
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2137",
137
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;301",
138
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-07",
139
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-03",
140
- "liveSkipType": 2,
141
- "rewardManagerExp": 0,
142
- "rewardCardExp": 0,
143
- "cleared": false,
144
- "unlocked": false
145
- },
146
- {
147
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
148
- "difficultyNumber": 8,
149
- "difficultyLevel": 150,
150
- "mentalThreshold": 10,
151
- "clearScore": "672000000",
152
- "requiredRaidStamina": 65,
153
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2213",
154
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;304",
155
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-08",
156
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-04",
157
- "liveSkipType": 2,
158
- "rewardManagerExp": 0,
159
- "rewardCardExp": 0,
160
- "cleared": false,
161
- "unlocked": false
162
- },
163
- {
164
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
165
- "difficultyNumber": 9,
166
- "difficultyLevel": 160,
167
- "mentalThreshold": 10,
168
- "clearScore": "911000000",
169
- "requiredRaidStamina": 70,
170
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2288",
171
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;331",
172
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-09",
173
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-05",
174
- "liveSkipType": 2,
175
- "rewardManagerExp": 0,
176
- "rewardCardExp": 0,
177
- "cleared": false,
178
- "unlocked": false
179
- },
180
- {
181
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
182
- "difficultyNumber": 10,
183
- "difficultyLevel": 170,
184
- "mentalThreshold": 10,
185
- "clearScore": "1170000000",
186
- "requiredRaidStamina": 80,
187
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2364",
188
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;382",
189
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-10",
190
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-06",
191
- "liveSkipType": 2,
192
- "rewardManagerExp": 0,
193
- "rewardCardExp": 0,
194
- "cleared": false,
195
- "unlocked": false
196
- },
197
- {
198
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
199
- "difficultyNumber": 11,
200
- "difficultyLevel": 180,
201
- "mentalThreshold": 10,
202
- "clearScore": "1470000000",
203
- "requiredRaidStamina": 85,
204
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2439",
205
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;410",
206
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-11",
207
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-07",
208
- "liveSkipType": 2,
209
- "rewardManagerExp": 0,
210
- "rewardCardExp": 0,
211
- "cleared": false,
212
- "unlocked": false
213
- },
214
- {
215
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
216
- "difficultyNumber": 12,
217
- "difficultyLevel": 190,
218
- "mentalThreshold": 10,
219
- "clearScore": "1790000000",
220
- "requiredRaidStamina": 85,
221
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2515",
222
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;415",
223
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-12",
224
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-08",
225
- "liveSkipType": 2,
226
- "rewardManagerExp": 0,
227
- "rewardCardExp": 0,
228
- "cleared": false,
229
- "unlocked": false
230
- },
231
- {
232
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
233
- "difficultyNumber": 13,
234
- "difficultyLevel": 200,
235
- "mentalThreshold": 10,
236
- "clearScore": "2130000000",
237
- "requiredRaidStamina": 90,
238
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2590",
239
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;461",
240
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-13",
241
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-09",
242
- "liveSkipType": 2,
243
- "rewardManagerExp": 0,
244
- "rewardCardExp": 0,
245
- "cleared": false,
246
- "unlocked": false
247
- },
248
- {
249
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
250
- "difficultyNumber": 14,
251
- "difficultyLevel": 210,
252
- "mentalThreshold": 10,
253
- "clearScore": "2490000000",
254
- "requiredRaidStamina": 90,
255
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2666",
256
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;483",
257
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-14",
258
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-10",
259
- "liveSkipType": 2,
260
- "rewardManagerExp": 0,
261
- "rewardCardExp": 0,
262
- "cleared": false,
263
- "unlocked": false
264
- },
265
- {
266
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
267
- "difficultyNumber": 15,
268
- "difficultyLevel": 220,
269
- "mentalThreshold": 10,
270
- "clearScore": "2900000000",
271
- "requiredRaidStamina": 95,
272
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2741",
273
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;533",
274
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-15",
275
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-11",
276
- "liveSkipType": 2,
277
- "rewardManagerExp": 0,
278
- "rewardCardExp": 0,
279
- "cleared": false,
280
- "unlocked": false
281
- },
282
- {
283
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
284
- "difficultyNumber": 16,
285
- "difficultyLevel": 230,
286
- "mentalThreshold": 10,
287
- "clearScore": "3380000000",
288
- "requiredRaidStamina": 95,
289
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2817",
290
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;556",
291
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-16",
292
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-12",
293
- "liveSkipType": 2,
294
- "rewardManagerExp": 0,
295
- "rewardCardExp": 0,
296
- "cleared": false,
297
- "unlocked": false
298
- },
299
- {
300
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
301
- "difficultyNumber": 17,
302
- "difficultyLevel": 240,
303
- "mentalThreshold": 10,
304
- "clearScore": "3880000000",
305
- "requiredRaidStamina": 100,
306
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2892",
307
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;610",
308
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-17",
309
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-13",
310
- "liveSkipType": 2,
311
- "rewardManagerExp": 0,
312
- "rewardCardExp": 0,
313
- "cleared": false,
314
- "unlocked": false
315
- },
316
- {
317
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
318
- "difficultyNumber": 18,
319
- "difficultyLevel": 250,
320
- "mentalThreshold": 10,
321
- "clearScore": "5760000000",
322
- "requiredRaidStamina": 100,
323
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;2967",
324
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;634",
325
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-18",
326
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-14",
327
- "liveSkipType": 2,
328
- "rewardManagerExp": 0,
329
- "rewardCardExp": 0,
330
- "cleared": false,
331
- "unlocked": false
332
- },
333
- {
334
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
335
- "difficultyNumber": 19,
336
- "difficultyLevel": 260,
337
- "mentalThreshold": 10,
338
- "clearScore": "7620000000",
339
- "requiredRaidStamina": 105,
340
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;3043",
341
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;692",
342
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-19",
343
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-15",
344
- "liveSkipType": 2,
345
- "rewardManagerExp": 0,
346
- "rewardCardExp": 0,
347
- "cleared": false,
348
- "unlocked": false
349
- },
350
- {
351
- "raidQuestId": "marathon-raid-23-0927-quest-raid",
352
- "difficultyNumber": 20,
353
- "difficultyLevel": 270,
354
- "mentalThreshold": 10,
355
- "clearScore": "9790000000",
356
- "requiredRaidStamina": 120,
357
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;3118",
358
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0927-raid;820",
359
- "mvpRewardId": "rd-marathon-raid-23-0927-quest-raid-mvp-20",
360
- "unlockConditionId": "cd-marathon-raid-23-0927-quest-raid-1-16",
361
- "liveSkipType": 2,
362
- "rewardManagerExp": 0,
363
- "rewardCardExp": 0,
364
- "cleared": false,
365
- "unlocked": false
366
- }
367
- ],
368
- "questCharacterAdvantageId": "",
369
- "moodType": 0,
370
- "liveBonusGroupId": "",
371
- "unlocked": false
372
- },
373
- {
374
- "id": "marathon-raid-23-0728-quest-raid",
375
- "stageId": "stage-live-dome-02-02",
376
- "name": "協力ライブ",
377
- "description": "協力ライブ",
378
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-open",
379
- "unlockDescription": "No.4を1つでもクリアしましょう",
380
- "musicId": "music-tri-006",
381
- "musicChartPatternId": "chart-tri-006-001",
382
- "position1AttributeType": 3,
383
- "position2AttributeType": 3,
384
- "position3AttributeType": 2,
385
- "position4AttributeType": 3,
386
- "position5AttributeType": 2,
387
- "activeSkillWeightPermil": 1000,
388
- "specialSkillWeightPermil": 1000,
389
- "skillStaminaWeightPermil": 1000,
390
- "staminaRecoveryWeightPermil": 1000,
391
- "beatDanceWeightPermil": 200,
392
- "beatVocalWeightPermil": 400,
393
- "beatVisualWeightPermil": 400,
394
- "questPressureId": "quest_pressure-2",
395
- "questAudienceAdvantageId": "quest_audience_advantage_1",
396
- "maxCapacity": 40000,
397
- "difficulties": [
398
- {
399
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
400
- "difficultyNumber": 1,
401
- "difficultyLevel": 80,
402
- "mentalThreshold": 10,
403
- "clearScore": "26100000",
404
- "requiredRaidStamina": 50,
405
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;982",
406
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;126",
407
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-01",
408
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-01",
409
- "liveSkipType": 2,
410
- "rewardManagerExp": 0,
411
- "rewardCardExp": 0,
412
- "cleared": false,
413
- "unlocked": false
414
- },
415
- {
416
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
417
- "difficultyNumber": 2,
418
- "difficultyLevel": 90,
419
- "mentalThreshold": 10,
420
- "clearScore": "53000000",
421
- "requiredRaidStamina": 50,
422
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1026",
423
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;128",
424
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-02",
425
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-01",
426
- "liveSkipType": 2,
427
- "rewardManagerExp": 0,
428
- "rewardCardExp": 0,
429
- "cleared": false,
430
- "unlocked": false
431
- },
432
- {
433
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
434
- "difficultyNumber": 3,
435
- "difficultyLevel": 100,
436
- "mentalThreshold": 10,
437
- "clearScore": "86200000",
438
- "requiredRaidStamina": 55,
439
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1069",
440
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;142",
441
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-03",
442
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-01",
443
- "liveSkipType": 2,
444
- "rewardManagerExp": 0,
445
- "rewardCardExp": 0,
446
- "cleared": false,
447
- "unlocked": false
448
- },
449
- {
450
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
451
- "difficultyNumber": 4,
452
- "difficultyLevel": 110,
453
- "mentalThreshold": 10,
454
- "clearScore": "141000000",
455
- "requiredRaidStamina": 55,
456
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1113",
457
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;143",
458
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-04",
459
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-01",
460
- "liveSkipType": 2,
461
- "rewardManagerExp": 0,
462
- "rewardCardExp": 0,
463
- "cleared": false,
464
- "unlocked": false
465
- },
466
- {
467
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
468
- "difficultyNumber": 5,
469
- "difficultyLevel": 120,
470
- "mentalThreshold": 10,
471
- "clearScore": "219000000",
472
- "requiredRaidStamina": 60,
473
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1157",
474
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;158",
475
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-05",
476
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-01",
477
- "liveSkipType": 2,
478
- "rewardManagerExp": 0,
479
- "rewardCardExp": 0,
480
- "cleared": false,
481
- "unlocked": false
482
- },
483
- {
484
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
485
- "difficultyNumber": 6,
486
- "difficultyLevel": 130,
487
- "mentalThreshold": 10,
488
- "clearScore": "340000000",
489
- "requiredRaidStamina": 60,
490
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1201",
491
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;160",
492
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-06",
493
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-02",
494
- "liveSkipType": 2,
495
- "rewardManagerExp": 0,
496
- "rewardCardExp": 0,
497
- "cleared": false,
498
- "unlocked": false
499
- },
500
- {
501
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
502
- "difficultyNumber": 7,
503
- "difficultyLevel": 140,
504
- "mentalThreshold": 10,
505
- "clearScore": "483000000",
506
- "requiredRaidStamina": 65,
507
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1245",
508
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;175",
509
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-07",
510
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-03",
511
- "liveSkipType": 2,
512
- "rewardManagerExp": 0,
513
- "rewardCardExp": 0,
514
- "cleared": false,
515
- "unlocked": false
516
- },
517
- {
518
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
519
- "difficultyNumber": 8,
520
- "difficultyLevel": 150,
521
- "mentalThreshold": 10,
522
- "clearScore": "718000000",
523
- "requiredRaidStamina": 65,
524
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1289",
525
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;177",
526
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-08",
527
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-04",
528
- "liveSkipType": 2,
529
- "rewardManagerExp": 0,
530
- "rewardCardExp": 0,
531
- "cleared": false,
532
- "unlocked": false
533
- },
534
- {
535
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
536
- "difficultyNumber": 9,
537
- "difficultyLevel": 160,
538
- "mentalThreshold": 10,
539
- "clearScore": "1020000000",
540
- "requiredRaidStamina": 70,
541
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1333",
542
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;193",
543
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-09",
544
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-05",
545
- "liveSkipType": 2,
546
- "rewardManagerExp": 0,
547
- "rewardCardExp": 0,
548
- "cleared": false,
549
- "unlocked": false
550
- },
551
- {
552
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
553
- "difficultyNumber": 10,
554
- "difficultyLevel": 170,
555
- "mentalThreshold": 10,
556
- "clearScore": "1350000000",
557
- "requiredRaidStamina": 80,
558
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1377",
559
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;223",
560
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-10",
561
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-06",
562
- "liveSkipType": 2,
563
- "rewardManagerExp": 0,
564
- "rewardCardExp": 0,
565
- "cleared": false,
566
- "unlocked": false
567
- },
568
- {
569
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
570
- "difficultyNumber": 11,
571
- "difficultyLevel": 180,
572
- "mentalThreshold": 10,
573
- "clearScore": "1740000000",
574
- "requiredRaidStamina": 85,
575
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1421",
576
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;239",
577
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-11",
578
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-07",
579
- "liveSkipType": 2,
580
- "rewardManagerExp": 0,
581
- "rewardCardExp": 0,
582
- "cleared": false,
583
- "unlocked": false
584
- },
585
- {
586
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
587
- "difficultyNumber": 12,
588
- "difficultyLevel": 190,
589
- "mentalThreshold": 10,
590
- "clearScore": "2160000000",
591
- "requiredRaidStamina": 85,
592
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1465",
593
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;241",
594
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-12",
595
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-08",
596
- "liveSkipType": 2,
597
- "rewardManagerExp": 0,
598
- "rewardCardExp": 0,
599
- "cleared": false,
600
- "unlocked": false
601
- },
602
- {
603
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
604
- "difficultyNumber": 13,
605
- "difficultyLevel": 200,
606
- "mentalThreshold": 10,
607
- "clearScore": "2700000000",
608
- "requiredRaidStamina": 90,
609
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1509",
610
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;268",
611
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-13",
612
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-09",
613
- "liveSkipType": 2,
614
- "rewardManagerExp": 0,
615
- "rewardCardExp": 0,
616
- "cleared": false,
617
- "unlocked": false
618
- },
619
- {
620
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
621
- "difficultyNumber": 14,
622
- "difficultyLevel": 210,
623
- "mentalThreshold": 10,
624
- "clearScore": "3150000000",
625
- "requiredRaidStamina": 90,
626
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1553",
627
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;281",
628
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-14",
629
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-10",
630
- "liveSkipType": 2,
631
- "rewardManagerExp": 0,
632
- "rewardCardExp": 0,
633
- "cleared": false,
634
- "unlocked": false
635
- },
636
- {
637
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
638
- "difficultyNumber": 15,
639
- "difficultyLevel": 220,
640
- "mentalThreshold": 10,
641
- "clearScore": "3650000000",
642
- "requiredRaidStamina": 95,
643
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1597",
644
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;310",
645
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-15",
646
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-11",
647
- "liveSkipType": 2,
648
- "rewardManagerExp": 0,
649
- "rewardCardExp": 0,
650
- "cleared": false,
651
- "unlocked": false
652
- },
653
- {
654
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
655
- "difficultyNumber": 16,
656
- "difficultyLevel": 230,
657
- "mentalThreshold": 10,
658
- "clearScore": "4240000000",
659
- "requiredRaidStamina": 95,
660
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1641",
661
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;324",
662
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-16",
663
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-12",
664
- "liveSkipType": 2,
665
- "rewardManagerExp": 0,
666
- "rewardCardExp": 0,
667
- "cleared": false,
668
- "unlocked": false
669
- },
670
- {
671
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
672
- "difficultyNumber": 17,
673
- "difficultyLevel": 240,
674
- "mentalThreshold": 10,
675
- "clearScore": "4860000000",
676
- "requiredRaidStamina": 100,
677
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1685",
678
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;355",
679
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-17",
680
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-13",
681
- "liveSkipType": 2,
682
- "rewardManagerExp": 0,
683
- "rewardCardExp": 0,
684
- "cleared": false,
685
- "unlocked": false
686
- },
687
- {
688
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
689
- "difficultyNumber": 18,
690
- "difficultyLevel": 250,
691
- "mentalThreshold": 10,
692
- "clearScore": "7110000000",
693
- "requiredRaidStamina": 100,
694
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1729",
695
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;369",
696
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-18",
697
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-14",
698
- "liveSkipType": 2,
699
- "rewardManagerExp": 0,
700
- "rewardCardExp": 0,
701
- "cleared": false,
702
- "unlocked": false
703
- },
704
- {
705
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
706
- "difficultyNumber": 19,
707
- "difficultyLevel": 260,
708
- "mentalThreshold": 10,
709
- "clearScore": "9370000000",
710
- "requiredRaidStamina": 105,
711
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1773",
712
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;403",
713
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-19",
714
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-15",
715
- "liveSkipType": 2,
716
- "rewardManagerExp": 0,
717
- "rewardCardExp": 0,
718
- "cleared": false,
719
- "unlocked": false
720
- },
721
- {
722
- "raidQuestId": "marathon-raid-23-0728-quest-raid",
723
- "difficultyNumber": 20,
724
- "difficultyLevel": 270,
725
- "mentalThreshold": 10,
726
- "clearScore": "12000000000",
727
- "requiredRaidStamina": 120,
728
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;1817",
729
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0728-raid;477",
730
- "mvpRewardId": "rd-marathon-raid-23-0728-quest-raid-mvp-20",
731
- "unlockConditionId": "cd-marathon-raid-23-0728-quest-raid-1-16",
732
- "liveSkipType": 2,
733
- "rewardManagerExp": 0,
734
- "rewardCardExp": 0,
735
- "cleared": false,
736
- "unlocked": false
737
- }
738
- ],
739
- "questCharacterAdvantageId": "",
740
- "moodType": 0,
741
- "liveBonusGroupId": "",
742
- "unlocked": false
743
- },
744
- {
745
- "id": "marathon-raid-23-0528-quest-raid",
746
- "stageId": "stage-live-dome-02-02",
747
- "name": "協力ライブ",
748
- "description": "協力ライブ",
749
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-open",
750
- "unlockDescription": "No.4を1つでもクリアしましょう",
751
- "musicId": "music-moon-002",
752
- "musicChartPatternId": "chart-moon-002-001",
753
- "position1AttributeType": 2,
754
- "position2AttributeType": 1,
755
- "position3AttributeType": 2,
756
- "position4AttributeType": 1,
757
- "position5AttributeType": 2,
758
- "activeSkillWeightPermil": 1000,
759
- "specialSkillWeightPermil": 1000,
760
- "skillStaminaWeightPermil": 1000,
761
- "staminaRecoveryWeightPermil": 1000,
762
- "beatDanceWeightPermil": 200,
763
- "beatVocalWeightPermil": 400,
764
- "beatVisualWeightPermil": 400,
765
- "questPressureId": "quest_pressure-2",
766
- "questAudienceAdvantageId": "quest_audience_advantage_1",
767
- "maxCapacity": 40000,
768
- "difficulties": [
769
- {
770
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
771
- "difficultyNumber": 1,
772
- "difficultyLevel": 80,
773
- "mentalThreshold": 10,
774
- "clearScore": "23100000",
775
- "requiredRaidStamina": 50,
776
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;955",
777
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;123",
778
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-01",
779
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-01",
780
- "liveSkipType": 2,
781
- "rewardManagerExp": 0,
782
- "rewardCardExp": 0,
783
- "cleared": false,
784
- "unlocked": false
785
- },
786
- {
787
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
788
- "difficultyNumber": 2,
789
- "difficultyLevel": 90,
790
- "mentalThreshold": 10,
791
- "clearScore": "38400000",
792
- "requiredRaidStamina": 50,
793
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;998",
794
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;124",
795
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-02",
796
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-01",
797
- "liveSkipType": 2,
798
- "rewardManagerExp": 0,
799
- "rewardCardExp": 0,
800
- "cleared": false,
801
- "unlocked": false
802
- },
803
- {
804
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
805
- "difficultyNumber": 3,
806
- "difficultyLevel": 100,
807
- "mentalThreshold": 10,
808
- "clearScore": "66800000",
809
- "requiredRaidStamina": 55,
810
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1040",
811
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;138",
812
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-03",
813
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-01",
814
- "liveSkipType": 2,
815
- "rewardManagerExp": 0,
816
- "rewardCardExp": 0,
817
- "cleared": false,
818
- "unlocked": false
819
- },
820
- {
821
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
822
- "difficultyNumber": 4,
823
- "difficultyLevel": 110,
824
- "mentalThreshold": 10,
825
- "clearScore": "114000000",
826
- "requiredRaidStamina": 55,
827
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1083",
828
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;140",
829
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-04",
830
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-01",
831
- "liveSkipType": 2,
832
- "rewardManagerExp": 0,
833
- "rewardCardExp": 0,
834
- "cleared": false,
835
- "unlocked": false
836
- },
837
- {
838
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
839
- "difficultyNumber": 5,
840
- "difficultyLevel": 120,
841
- "mentalThreshold": 10,
842
- "clearScore": "197000000",
843
- "requiredRaidStamina": 60,
844
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1126",
845
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;154",
846
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-05",
847
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-01",
848
- "liveSkipType": 2,
849
- "rewardManagerExp": 0,
850
- "rewardCardExp": 0,
851
- "cleared": false,
852
- "unlocked": false
853
- },
854
- {
855
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
856
- "difficultyNumber": 6,
857
- "difficultyLevel": 130,
858
- "mentalThreshold": 10,
859
- "clearScore": "309000000",
860
- "requiredRaidStamina": 60,
861
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1169",
862
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;156",
863
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-06",
864
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-02",
865
- "liveSkipType": 2,
866
- "rewardManagerExp": 0,
867
- "rewardCardExp": 0,
868
- "cleared": false,
869
- "unlocked": false
870
- },
871
- {
872
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
873
- "difficultyNumber": 7,
874
- "difficultyLevel": 140,
875
- "mentalThreshold": 10,
876
- "clearScore": "441000000",
877
- "requiredRaidStamina": 65,
878
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1211",
879
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;170",
880
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-07",
881
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-03",
882
- "liveSkipType": 2,
883
- "rewardManagerExp": 0,
884
- "rewardCardExp": 0,
885
- "cleared": false,
886
- "unlocked": false
887
- },
888
- {
889
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
890
- "difficultyNumber": 8,
891
- "difficultyLevel": 150,
892
- "mentalThreshold": 10,
893
- "clearScore": "657000000",
894
- "requiredRaidStamina": 65,
895
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1254",
896
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;172",
897
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-08",
898
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-04",
899
- "liveSkipType": 2,
900
- "rewardManagerExp": 0,
901
- "rewardCardExp": 0,
902
- "cleared": false,
903
- "unlocked": false
904
- },
905
- {
906
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
907
- "difficultyNumber": 9,
908
- "difficultyLevel": 160,
909
- "mentalThreshold": 10,
910
- "clearScore": "892000000",
911
- "requiredRaidStamina": 70,
912
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1297",
913
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;187",
914
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-09",
915
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-05",
916
- "liveSkipType": 2,
917
- "rewardManagerExp": 0,
918
- "rewardCardExp": 0,
919
- "cleared": false,
920
- "unlocked": false
921
- },
922
- {
923
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
924
- "difficultyNumber": 10,
925
- "difficultyLevel": 170,
926
- "mentalThreshold": 10,
927
- "clearScore": "1140000000",
928
- "requiredRaidStamina": 80,
929
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1340",
930
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;216",
931
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-10",
932
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-06",
933
- "liveSkipType": 2,
934
- "rewardManagerExp": 0,
935
- "rewardCardExp": 0,
936
- "cleared": false,
937
- "unlocked": false
938
- },
939
- {
940
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
941
- "difficultyNumber": 11,
942
- "difficultyLevel": 180,
943
- "mentalThreshold": 10,
944
- "clearScore": "1440000000",
945
- "requiredRaidStamina": 85,
946
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1382",
947
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;232",
948
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-11",
949
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-07",
950
- "liveSkipType": 2,
951
- "rewardManagerExp": 0,
952
- "rewardCardExp": 0,
953
- "cleared": false,
954
- "unlocked": false
955
- },
956
- {
957
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
958
- "difficultyNumber": 12,
959
- "difficultyLevel": 190,
960
- "mentalThreshold": 10,
961
- "clearScore": "1760000000",
962
- "requiredRaidStamina": 85,
963
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1425",
964
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;235",
965
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-12",
966
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-08",
967
- "liveSkipType": 2,
968
- "rewardManagerExp": 0,
969
- "rewardCardExp": 0,
970
- "cleared": false,
971
- "unlocked": false
972
- },
973
- {
974
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
975
- "difficultyNumber": 13,
976
- "difficultyLevel": 200,
977
- "mentalThreshold": 10,
978
- "clearScore": "2090000000",
979
- "requiredRaidStamina": 90,
980
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1468",
981
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;261",
982
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-13",
983
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-09",
984
- "liveSkipType": 2,
985
- "rewardManagerExp": 0,
986
- "rewardCardExp": 0,
987
- "cleared": false,
988
- "unlocked": false
989
- },
990
- {
991
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
992
- "difficultyNumber": 14,
993
- "difficultyLevel": 210,
994
- "mentalThreshold": 10,
995
- "clearScore": "2440000000",
996
- "requiredRaidStamina": 90,
997
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1511",
998
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;273",
999
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-14",
1000
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-10",
1001
- "liveSkipType": 2,
1002
- "rewardManagerExp": 0,
1003
- "rewardCardExp": 0,
1004
- "cleared": false,
1005
- "unlocked": false
1006
- },
1007
- {
1008
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
1009
- "difficultyNumber": 15,
1010
- "difficultyLevel": 220,
1011
- "mentalThreshold": 10,
1012
- "clearScore": "2840000000",
1013
- "requiredRaidStamina": 95,
1014
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1554",
1015
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;302",
1016
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-15",
1017
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-11",
1018
- "liveSkipType": 2,
1019
- "rewardManagerExp": 0,
1020
- "rewardCardExp": 0,
1021
- "cleared": false,
1022
- "unlocked": false
1023
- },
1024
- {
1025
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
1026
- "difficultyNumber": 16,
1027
- "difficultyLevel": 230,
1028
- "mentalThreshold": 10,
1029
- "clearScore": "3310000000",
1030
- "requiredRaidStamina": 95,
1031
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1596",
1032
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;315",
1033
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-16",
1034
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-12",
1035
- "liveSkipType": 2,
1036
- "rewardManagerExp": 0,
1037
- "rewardCardExp": 0,
1038
- "cleared": false,
1039
- "unlocked": false
1040
- },
1041
- {
1042
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
1043
- "difficultyNumber": 17,
1044
- "difficultyLevel": 240,
1045
- "mentalThreshold": 10,
1046
- "clearScore": "3800000000",
1047
- "requiredRaidStamina": 100,
1048
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1639",
1049
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;345",
1050
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-17",
1051
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-13",
1052
- "liveSkipType": 2,
1053
- "rewardManagerExp": 0,
1054
- "rewardCardExp": 0,
1055
- "cleared": false,
1056
- "unlocked": false
1057
- },
1058
- {
1059
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
1060
- "difficultyNumber": 18,
1061
- "difficultyLevel": 250,
1062
- "mentalThreshold": 10,
1063
- "clearScore": "5640000000",
1064
- "requiredRaidStamina": 100,
1065
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1682",
1066
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;359",
1067
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-18",
1068
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-14",
1069
- "liveSkipType": 2,
1070
- "rewardManagerExp": 0,
1071
- "rewardCardExp": 0,
1072
- "cleared": false,
1073
- "unlocked": false
1074
- },
1075
- {
1076
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
1077
- "difficultyNumber": 19,
1078
- "difficultyLevel": 260,
1079
- "mentalThreshold": 10,
1080
- "clearScore": "7460000000",
1081
- "requiredRaidStamina": 105,
1082
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1725",
1083
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;392",
1084
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-19",
1085
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-15",
1086
- "liveSkipType": 2,
1087
- "rewardManagerExp": 0,
1088
- "rewardCardExp": 0,
1089
- "cleared": false,
1090
- "unlocked": false
1091
- },
1092
- {
1093
- "raidQuestId": "marathon-raid-23-0528-quest-raid",
1094
- "difficultyNumber": 20,
1095
- "difficultyLevel": 270,
1096
- "mentalThreshold": 10,
1097
- "clearScore": "9600000000",
1098
- "requiredRaidStamina": 120,
1099
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;1767",
1100
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0528-raid;464",
1101
- "mvpRewardId": "rd-marathon-raid-23-0528-quest-raid-mvp-20",
1102
- "unlockConditionId": "cd-marathon-raid-23-0528-quest-raid-1-16",
1103
- "liveSkipType": 2,
1104
- "rewardManagerExp": 0,
1105
- "rewardCardExp": 0,
1106
- "cleared": false,
1107
- "unlocked": false
1108
- }
1109
- ],
1110
- "questCharacterAdvantageId": "",
1111
- "moodType": 0,
1112
- "liveBonusGroupId": "",
1113
- "unlocked": false
1114
- },
1115
- {
1116
- "id": "marathon-raid-23-0328-quest-raid",
1117
- "stageId": "stage-live-dome-02-02",
1118
- "name": "協力ライブ",
1119
- "description": "協力ライブ",
1120
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-open",
1121
- "unlockDescription": "No.4を1つでもクリアしましょう",
1122
- "musicId": "music-hsm-011",
1123
- "musicChartPatternId": "chart-hsm-011-001",
1124
- "position1AttributeType": 1,
1125
- "position2AttributeType": 3,
1126
- "position3AttributeType": 1,
1127
- "position4AttributeType": 3,
1128
- "position5AttributeType": 3,
1129
- "activeSkillWeightPermil": 1000,
1130
- "specialSkillWeightPermil": 1000,
1131
- "skillStaminaWeightPermil": 1000,
1132
- "staminaRecoveryWeightPermil": 1000,
1133
- "beatDanceWeightPermil": 200,
1134
- "beatVocalWeightPermil": 400,
1135
- "beatVisualWeightPermil": 400,
1136
- "questPressureId": "quest_pressure-2",
1137
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1138
- "maxCapacity": 40000,
1139
- "difficulties": [
1140
- {
1141
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1142
- "difficultyNumber": 1,
1143
- "difficultyLevel": 80,
1144
- "mentalThreshold": 10,
1145
- "clearScore": "25400000",
1146
- "requiredRaidStamina": 50,
1147
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;982",
1148
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;126",
1149
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-01",
1150
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-01",
1151
- "liveSkipType": 2,
1152
- "rewardManagerExp": 0,
1153
- "rewardCardExp": 0,
1154
- "cleared": false,
1155
- "unlocked": false
1156
- },
1157
- {
1158
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1159
- "difficultyNumber": 2,
1160
- "difficultyLevel": 90,
1161
- "mentalThreshold": 10,
1162
- "clearScore": "51500000",
1163
- "requiredRaidStamina": 50,
1164
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1026",
1165
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;128",
1166
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-02",
1167
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-01",
1168
- "liveSkipType": 2,
1169
- "rewardManagerExp": 0,
1170
- "rewardCardExp": 0,
1171
- "cleared": false,
1172
- "unlocked": false
1173
- },
1174
- {
1175
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1176
- "difficultyNumber": 3,
1177
- "difficultyLevel": 100,
1178
- "mentalThreshold": 10,
1179
- "clearScore": "83700000",
1180
- "requiredRaidStamina": 55,
1181
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1069",
1182
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;142",
1183
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-03",
1184
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-01",
1185
- "liveSkipType": 2,
1186
- "rewardManagerExp": 0,
1187
- "rewardCardExp": 0,
1188
- "cleared": false,
1189
- "unlocked": false
1190
- },
1191
- {
1192
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1193
- "difficultyNumber": 4,
1194
- "difficultyLevel": 110,
1195
- "mentalThreshold": 10,
1196
- "clearScore": "137000000",
1197
- "requiredRaidStamina": 55,
1198
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1113",
1199
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;143",
1200
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-04",
1201
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-01",
1202
- "liveSkipType": 2,
1203
- "rewardManagerExp": 0,
1204
- "rewardCardExp": 0,
1205
- "cleared": false,
1206
- "unlocked": false
1207
- },
1208
- {
1209
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1210
- "difficultyNumber": 5,
1211
- "difficultyLevel": 120,
1212
- "mentalThreshold": 10,
1213
- "clearScore": "213000000",
1214
- "requiredRaidStamina": 60,
1215
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1157",
1216
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;158",
1217
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-05",
1218
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-01",
1219
- "liveSkipType": 2,
1220
- "rewardManagerExp": 0,
1221
- "rewardCardExp": 0,
1222
- "cleared": false,
1223
- "unlocked": false
1224
- },
1225
- {
1226
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1227
- "difficultyNumber": 6,
1228
- "difficultyLevel": 130,
1229
- "mentalThreshold": 10,
1230
- "clearScore": "334000000",
1231
- "requiredRaidStamina": 60,
1232
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1201",
1233
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;160",
1234
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-06",
1235
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-02",
1236
- "liveSkipType": 2,
1237
- "rewardManagerExp": 0,
1238
- "rewardCardExp": 0,
1239
- "cleared": false,
1240
- "unlocked": false
1241
- },
1242
- {
1243
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1244
- "difficultyNumber": 7,
1245
- "difficultyLevel": 140,
1246
- "mentalThreshold": 10,
1247
- "clearScore": "474000000",
1248
- "requiredRaidStamina": 65,
1249
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1245",
1250
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;175",
1251
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-07",
1252
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-03",
1253
- "liveSkipType": 2,
1254
- "rewardManagerExp": 0,
1255
- "rewardCardExp": 0,
1256
- "cleared": false,
1257
- "unlocked": false
1258
- },
1259
- {
1260
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1261
- "difficultyNumber": 8,
1262
- "difficultyLevel": 150,
1263
- "mentalThreshold": 10,
1264
- "clearScore": "705000000",
1265
- "requiredRaidStamina": 65,
1266
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1289",
1267
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;177",
1268
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-08",
1269
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-04",
1270
- "liveSkipType": 2,
1271
- "rewardManagerExp": 0,
1272
- "rewardCardExp": 0,
1273
- "cleared": false,
1274
- "unlocked": false
1275
- },
1276
- {
1277
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1278
- "difficultyNumber": 9,
1279
- "difficultyLevel": 160,
1280
- "mentalThreshold": 10,
1281
- "clearScore": "1000000000",
1282
- "requiredRaidStamina": 70,
1283
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1333",
1284
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;193",
1285
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-09",
1286
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-05",
1287
- "liveSkipType": 2,
1288
- "rewardManagerExp": 0,
1289
- "rewardCardExp": 0,
1290
- "cleared": false,
1291
- "unlocked": false
1292
- },
1293
- {
1294
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1295
- "difficultyNumber": 10,
1296
- "difficultyLevel": 170,
1297
- "mentalThreshold": 10,
1298
- "clearScore": "1330000000",
1299
- "requiredRaidStamina": 80,
1300
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1377",
1301
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;223",
1302
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-10",
1303
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-06",
1304
- "liveSkipType": 2,
1305
- "rewardManagerExp": 0,
1306
- "rewardCardExp": 0,
1307
- "cleared": false,
1308
- "unlocked": false
1309
- },
1310
- {
1311
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1312
- "difficultyNumber": 11,
1313
- "difficultyLevel": 180,
1314
- "mentalThreshold": 10,
1315
- "clearScore": "1700000000",
1316
- "requiredRaidStamina": 85,
1317
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1421",
1318
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;239",
1319
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-11",
1320
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-07",
1321
- "liveSkipType": 2,
1322
- "rewardManagerExp": 0,
1323
- "rewardCardExp": 0,
1324
- "cleared": false,
1325
- "unlocked": false
1326
- },
1327
- {
1328
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1329
- "difficultyNumber": 12,
1330
- "difficultyLevel": 190,
1331
- "mentalThreshold": 10,
1332
- "clearScore": "2120000000",
1333
- "requiredRaidStamina": 85,
1334
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1465",
1335
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;241",
1336
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-12",
1337
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-08",
1338
- "liveSkipType": 2,
1339
- "rewardManagerExp": 0,
1340
- "rewardCardExp": 0,
1341
- "cleared": false,
1342
- "unlocked": false
1343
- },
1344
- {
1345
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1346
- "difficultyNumber": 13,
1347
- "difficultyLevel": 200,
1348
- "mentalThreshold": 10,
1349
- "clearScore": "2650000000",
1350
- "requiredRaidStamina": 90,
1351
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1509",
1352
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;268",
1353
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-13",
1354
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-09",
1355
- "liveSkipType": 2,
1356
- "rewardManagerExp": 0,
1357
- "rewardCardExp": 0,
1358
- "cleared": false,
1359
- "unlocked": false
1360
- },
1361
- {
1362
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1363
- "difficultyNumber": 14,
1364
- "difficultyLevel": 210,
1365
- "mentalThreshold": 10,
1366
- "clearScore": "3090000000",
1367
- "requiredRaidStamina": 90,
1368
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1553",
1369
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;281",
1370
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-14",
1371
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-10",
1372
- "liveSkipType": 2,
1373
- "rewardManagerExp": 0,
1374
- "rewardCardExp": 0,
1375
- "cleared": false,
1376
- "unlocked": false
1377
- },
1378
- {
1379
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1380
- "difficultyNumber": 15,
1381
- "difficultyLevel": 220,
1382
- "mentalThreshold": 10,
1383
- "clearScore": "3590000000",
1384
- "requiredRaidStamina": 95,
1385
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1597",
1386
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;310",
1387
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-15",
1388
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-11",
1389
- "liveSkipType": 2,
1390
- "rewardManagerExp": 0,
1391
- "rewardCardExp": 0,
1392
- "cleared": false,
1393
- "unlocked": false
1394
- },
1395
- {
1396
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1397
- "difficultyNumber": 16,
1398
- "difficultyLevel": 230,
1399
- "mentalThreshold": 10,
1400
- "clearScore": "4160000000",
1401
- "requiredRaidStamina": 95,
1402
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1641",
1403
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;324",
1404
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-16",
1405
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-12",
1406
- "liveSkipType": 2,
1407
- "rewardManagerExp": 0,
1408
- "rewardCardExp": 0,
1409
- "cleared": false,
1410
- "unlocked": false
1411
- },
1412
- {
1413
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1414
- "difficultyNumber": 17,
1415
- "difficultyLevel": 240,
1416
- "mentalThreshold": 10,
1417
- "clearScore": "4770000000",
1418
- "requiredRaidStamina": 100,
1419
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1685",
1420
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;355",
1421
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-17",
1422
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-13",
1423
- "liveSkipType": 2,
1424
- "rewardManagerExp": 0,
1425
- "rewardCardExp": 0,
1426
- "cleared": false,
1427
- "unlocked": false
1428
- },
1429
- {
1430
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1431
- "difficultyNumber": 18,
1432
- "difficultyLevel": 250,
1433
- "mentalThreshold": 10,
1434
- "clearScore": "6980000000",
1435
- "requiredRaidStamina": 100,
1436
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1729",
1437
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;369",
1438
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-18",
1439
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-14",
1440
- "liveSkipType": 2,
1441
- "rewardManagerExp": 0,
1442
- "rewardCardExp": 0,
1443
- "cleared": false,
1444
- "unlocked": false
1445
- },
1446
- {
1447
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1448
- "difficultyNumber": 19,
1449
- "difficultyLevel": 260,
1450
- "mentalThreshold": 10,
1451
- "clearScore": "9200000000",
1452
- "requiredRaidStamina": 105,
1453
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1773",
1454
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;403",
1455
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-19",
1456
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-15",
1457
- "liveSkipType": 2,
1458
- "rewardManagerExp": 0,
1459
- "rewardCardExp": 0,
1460
- "cleared": false,
1461
- "unlocked": false
1462
- },
1463
- {
1464
- "raidQuestId": "marathon-raid-23-0328-quest-raid",
1465
- "difficultyNumber": 20,
1466
- "difficultyLevel": 270,
1467
- "mentalThreshold": 10,
1468
- "clearScore": "11800000000",
1469
- "requiredRaidStamina": 120,
1470
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;1817",
1471
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0328-raid;477",
1472
- "mvpRewardId": "rd-marathon-raid-23-0328-quest-raid-mvp-20",
1473
- "unlockConditionId": "cd-marathon-raid-23-0328-quest-raid-1-16",
1474
- "liveSkipType": 2,
1475
- "rewardManagerExp": 0,
1476
- "rewardCardExp": 0,
1477
- "cleared": false,
1478
- "unlocked": false
1479
- }
1480
- ],
1481
- "questCharacterAdvantageId": "",
1482
- "moodType": 0,
1483
- "liveBonusGroupId": "",
1484
- "unlocked": false
1485
- },
1486
- {
1487
- "id": "marathon-raid-23-0128-quest-raid",
1488
- "stageId": "stage-live-dome-02-02",
1489
- "name": "協力ライブ",
1490
- "description": "協力ライブ",
1491
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-open",
1492
- "unlockDescription": "No.4を1つでもクリアしましょう",
1493
- "musicId": "music-tri-005",
1494
- "musicChartPatternId": "chart-tri-005-001",
1495
- "position1AttributeType": 2,
1496
- "position2AttributeType": 2,
1497
- "position3AttributeType": 3,
1498
- "position4AttributeType": 2,
1499
- "position5AttributeType": 3,
1500
- "activeSkillWeightPermil": 1000,
1501
- "specialSkillWeightPermil": 1000,
1502
- "skillStaminaWeightPermil": 1000,
1503
- "staminaRecoveryWeightPermil": 1000,
1504
- "beatDanceWeightPermil": 200,
1505
- "beatVocalWeightPermil": 400,
1506
- "beatVisualWeightPermil": 400,
1507
- "questPressureId": "quest_pressure-2",
1508
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1509
- "maxCapacity": 40000,
1510
- "difficulties": [
1511
- {
1512
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1513
- "difficultyNumber": 1,
1514
- "difficultyLevel": 80,
1515
- "mentalThreshold": 10,
1516
- "clearScore": "25400000",
1517
- "requiredRaidStamina": 50,
1518
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;982",
1519
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;126",
1520
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-01",
1521
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-01",
1522
- "liveSkipType": 2,
1523
- "rewardManagerExp": 0,
1524
- "rewardCardExp": 0,
1525
- "cleared": false,
1526
- "unlocked": false
1527
- },
1528
- {
1529
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1530
- "difficultyNumber": 2,
1531
- "difficultyLevel": 90,
1532
- "mentalThreshold": 10,
1533
- "clearScore": "51500000",
1534
- "requiredRaidStamina": 50,
1535
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1026",
1536
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;128",
1537
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-02",
1538
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-01",
1539
- "liveSkipType": 2,
1540
- "rewardManagerExp": 0,
1541
- "rewardCardExp": 0,
1542
- "cleared": false,
1543
- "unlocked": false
1544
- },
1545
- {
1546
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1547
- "difficultyNumber": 3,
1548
- "difficultyLevel": 100,
1549
- "mentalThreshold": 10,
1550
- "clearScore": "83700000",
1551
- "requiredRaidStamina": 55,
1552
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1069",
1553
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;142",
1554
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-03",
1555
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-01",
1556
- "liveSkipType": 2,
1557
- "rewardManagerExp": 0,
1558
- "rewardCardExp": 0,
1559
- "cleared": false,
1560
- "unlocked": false
1561
- },
1562
- {
1563
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1564
- "difficultyNumber": 4,
1565
- "difficultyLevel": 110,
1566
- "mentalThreshold": 10,
1567
- "clearScore": "137000000",
1568
- "requiredRaidStamina": 55,
1569
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1113",
1570
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;143",
1571
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-04",
1572
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-01",
1573
- "liveSkipType": 2,
1574
- "rewardManagerExp": 0,
1575
- "rewardCardExp": 0,
1576
- "cleared": false,
1577
- "unlocked": false
1578
- },
1579
- {
1580
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1581
- "difficultyNumber": 5,
1582
- "difficultyLevel": 120,
1583
- "mentalThreshold": 10,
1584
- "clearScore": "213000000",
1585
- "requiredRaidStamina": 60,
1586
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1157",
1587
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;158",
1588
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-05",
1589
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-01",
1590
- "liveSkipType": 2,
1591
- "rewardManagerExp": 0,
1592
- "rewardCardExp": 0,
1593
- "cleared": false,
1594
- "unlocked": false
1595
- },
1596
- {
1597
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1598
- "difficultyNumber": 6,
1599
- "difficultyLevel": 130,
1600
- "mentalThreshold": 10,
1601
- "clearScore": "333000000",
1602
- "requiredRaidStamina": 60,
1603
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1201",
1604
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;160",
1605
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-06",
1606
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-02",
1607
- "liveSkipType": 2,
1608
- "rewardManagerExp": 0,
1609
- "rewardCardExp": 0,
1610
- "cleared": false,
1611
- "unlocked": false
1612
- },
1613
- {
1614
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1615
- "difficultyNumber": 7,
1616
- "difficultyLevel": 140,
1617
- "mentalThreshold": 10,
1618
- "clearScore": "472000000",
1619
- "requiredRaidStamina": 65,
1620
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1245",
1621
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;175",
1622
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-07",
1623
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-03",
1624
- "liveSkipType": 2,
1625
- "rewardManagerExp": 0,
1626
- "rewardCardExp": 0,
1627
- "cleared": false,
1628
- "unlocked": false
1629
- },
1630
- {
1631
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1632
- "difficultyNumber": 8,
1633
- "difficultyLevel": 150,
1634
- "mentalThreshold": 10,
1635
- "clearScore": "703000000",
1636
- "requiredRaidStamina": 65,
1637
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1289",
1638
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;177",
1639
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-08",
1640
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-04",
1641
- "liveSkipType": 2,
1642
- "rewardManagerExp": 0,
1643
- "rewardCardExp": 0,
1644
- "cleared": false,
1645
- "unlocked": false
1646
- },
1647
- {
1648
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1649
- "difficultyNumber": 9,
1650
- "difficultyLevel": 160,
1651
- "mentalThreshold": 10,
1652
- "clearScore": "1000000000",
1653
- "requiredRaidStamina": 70,
1654
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1333",
1655
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;193",
1656
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-09",
1657
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-05",
1658
- "liveSkipType": 2,
1659
- "rewardManagerExp": 0,
1660
- "rewardCardExp": 0,
1661
- "cleared": false,
1662
- "unlocked": false
1663
- },
1664
- {
1665
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1666
- "difficultyNumber": 10,
1667
- "difficultyLevel": 170,
1668
- "mentalThreshold": 10,
1669
- "clearScore": "1330000000",
1670
- "requiredRaidStamina": 80,
1671
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1377",
1672
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;223",
1673
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-10",
1674
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-06",
1675
- "liveSkipType": 2,
1676
- "rewardManagerExp": 0,
1677
- "rewardCardExp": 0,
1678
- "cleared": false,
1679
- "unlocked": false
1680
- },
1681
- {
1682
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1683
- "difficultyNumber": 11,
1684
- "difficultyLevel": 180,
1685
- "mentalThreshold": 10,
1686
- "clearScore": "1700000000",
1687
- "requiredRaidStamina": 85,
1688
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1421",
1689
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;239",
1690
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-11",
1691
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-07",
1692
- "liveSkipType": 2,
1693
- "rewardManagerExp": 0,
1694
- "rewardCardExp": 0,
1695
- "cleared": false,
1696
- "unlocked": false
1697
- },
1698
- {
1699
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1700
- "difficultyNumber": 12,
1701
- "difficultyLevel": 190,
1702
- "mentalThreshold": 10,
1703
- "clearScore": "2120000000",
1704
- "requiredRaidStamina": 85,
1705
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1465",
1706
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;241",
1707
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-12",
1708
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-08",
1709
- "liveSkipType": 2,
1710
- "rewardManagerExp": 0,
1711
- "rewardCardExp": 0,
1712
- "cleared": false,
1713
- "unlocked": false
1714
- },
1715
- {
1716
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1717
- "difficultyNumber": 13,
1718
- "difficultyLevel": 200,
1719
- "mentalThreshold": 10,
1720
- "clearScore": "2650000000",
1721
- "requiredRaidStamina": 90,
1722
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1509",
1723
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;268",
1724
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-13",
1725
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-09",
1726
- "liveSkipType": 2,
1727
- "rewardManagerExp": 0,
1728
- "rewardCardExp": 0,
1729
- "cleared": false,
1730
- "unlocked": false
1731
- },
1732
- {
1733
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1734
- "difficultyNumber": 14,
1735
- "difficultyLevel": 210,
1736
- "mentalThreshold": 10,
1737
- "clearScore": "3090000000",
1738
- "requiredRaidStamina": 90,
1739
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1553",
1740
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;281",
1741
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-14",
1742
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-10",
1743
- "liveSkipType": 2,
1744
- "rewardManagerExp": 0,
1745
- "rewardCardExp": 0,
1746
- "cleared": false,
1747
- "unlocked": false
1748
- },
1749
- {
1750
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1751
- "difficultyNumber": 15,
1752
- "difficultyLevel": 220,
1753
- "mentalThreshold": 10,
1754
- "clearScore": "3590000000",
1755
- "requiredRaidStamina": 95,
1756
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1597",
1757
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;310",
1758
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-15",
1759
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-11",
1760
- "liveSkipType": 2,
1761
- "rewardManagerExp": 0,
1762
- "rewardCardExp": 0,
1763
- "cleared": false,
1764
- "unlocked": false
1765
- },
1766
- {
1767
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1768
- "difficultyNumber": 16,
1769
- "difficultyLevel": 230,
1770
- "mentalThreshold": 10,
1771
- "clearScore": "4160000000",
1772
- "requiredRaidStamina": 95,
1773
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1641",
1774
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;324",
1775
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-16",
1776
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-12",
1777
- "liveSkipType": 2,
1778
- "rewardManagerExp": 0,
1779
- "rewardCardExp": 0,
1780
- "cleared": false,
1781
- "unlocked": false
1782
- },
1783
- {
1784
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1785
- "difficultyNumber": 17,
1786
- "difficultyLevel": 240,
1787
- "mentalThreshold": 10,
1788
- "clearScore": "4770000000",
1789
- "requiredRaidStamina": 100,
1790
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1685",
1791
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;355",
1792
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-17",
1793
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-13",
1794
- "liveSkipType": 2,
1795
- "rewardManagerExp": 0,
1796
- "rewardCardExp": 0,
1797
- "cleared": false,
1798
- "unlocked": false
1799
- },
1800
- {
1801
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1802
- "difficultyNumber": 18,
1803
- "difficultyLevel": 250,
1804
- "mentalThreshold": 10,
1805
- "clearScore": "6980000000",
1806
- "requiredRaidStamina": 100,
1807
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1729",
1808
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;369",
1809
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-18",
1810
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-14",
1811
- "liveSkipType": 2,
1812
- "rewardManagerExp": 0,
1813
- "rewardCardExp": 0,
1814
- "cleared": false,
1815
- "unlocked": false
1816
- },
1817
- {
1818
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1819
- "difficultyNumber": 19,
1820
- "difficultyLevel": 260,
1821
- "mentalThreshold": 10,
1822
- "clearScore": "9200000000",
1823
- "requiredRaidStamina": 105,
1824
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1773",
1825
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;403",
1826
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-19",
1827
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-15",
1828
- "liveSkipType": 2,
1829
- "rewardManagerExp": 0,
1830
- "rewardCardExp": 0,
1831
- "cleared": false,
1832
- "unlocked": false
1833
- },
1834
- {
1835
- "raidQuestId": "marathon-raid-23-0128-quest-raid",
1836
- "difficultyNumber": 20,
1837
- "difficultyLevel": 270,
1838
- "mentalThreshold": 10,
1839
- "clearScore": "11800000000",
1840
- "requiredRaidStamina": 120,
1841
- "hostRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;1817",
1842
- "joinRewardId": "rd_auto;item;item-ladder_pt_23-0128-raid;477",
1843
- "mvpRewardId": "rd-marathon-raid-23-0128-quest-raid-mvp-20",
1844
- "unlockConditionId": "cd-marathon-raid-23-0128-quest-raid-1-16",
1845
- "liveSkipType": 2,
1846
- "rewardManagerExp": 0,
1847
- "rewardCardExp": 0,
1848
- "cleared": false,
1849
- "unlocked": false
1850
- }
1851
- ],
1852
- "questCharacterAdvantageId": "",
1853
- "moodType": 0,
1854
- "liveBonusGroupId": "",
1855
- "unlocked": false
1856
- }
1857
- ]