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,1078 +0,0 @@
1
- [
2
- {
3
- "id": "league-quest-season-049-b",
4
- "stageId": "stage-live-hall-03-02",
5
- "musicId": "music-tri-001",
6
- "musicChartPatternId": "chart-tri-001-001",
7
- "position1AttributeType": 3,
8
- "position2AttributeType": 1,
9
- "position3AttributeType": 3,
10
- "position4AttributeType": 1,
11
- "position5AttributeType": 1,
12
- "activeSkillWeightPermil": 2000,
13
- "specialSkillWeightPermil": 1000,
14
- "skillStaminaWeightPermil": 2000,
15
- "staminaRecoveryWeightPermil": 1000,
16
- "beatDanceWeightPermil": 400,
17
- "beatVocalWeightPermil": 200,
18
- "beatVisualWeightPermil": 400,
19
- "maxCapacity": 6000,
20
- "mentalThreshold": 50,
21
- "questPressureId": "quest_pressure-2",
22
- "questAudienceAdvantageId": "quest_audience_advantage_1",
23
- "liveBonusGroupId": "live-bonus-group-083",
24
- "liveSkipType": 1,
25
- "questCharacterAdvantageId": "",
26
- "moodType": 0
27
- },
28
- {
29
- "id": "league-quest-season-049-a",
30
- "stageId": "stage-live-unique-01-00",
31
- "musicId": "music-clb-006",
32
- "musicChartPatternId": "chart-clb-006-001",
33
- "position1AttributeType": 3,
34
- "position2AttributeType": 2,
35
- "position3AttributeType": 2,
36
- "position4AttributeType": 2,
37
- "position5AttributeType": 3,
38
- "activeSkillWeightPermil": 2000,
39
- "specialSkillWeightPermil": 1000,
40
- "skillStaminaWeightPermil": 2000,
41
- "staminaRecoveryWeightPermil": 1000,
42
- "beatDanceWeightPermil": 200,
43
- "beatVocalWeightPermil": 400,
44
- "beatVisualWeightPermil": 400,
45
- "maxCapacity": 38000,
46
- "mentalThreshold": 10,
47
- "questPressureId": "quest_pressure-1",
48
- "questAudienceAdvantageId": "quest_audience_advantage_1",
49
- "liveBonusGroupId": "live-bonus-group-083",
50
- "liveSkipType": 1,
51
- "questCharacterAdvantageId": "",
52
- "moodType": 0
53
- },
54
- {
55
- "id": "league-quest-season-048-b",
56
- "stageId": "stage-live-hall-01-03",
57
- "musicId": "music-hsm-002",
58
- "musicChartPatternId": "chart-hsm-002-001",
59
- "position1AttributeType": 2,
60
- "position2AttributeType": 3,
61
- "position3AttributeType": 3,
62
- "position4AttributeType": 2,
63
- "position5AttributeType": 2,
64
- "activeSkillWeightPermil": 2500,
65
- "specialSkillWeightPermil": 1000,
66
- "skillStaminaWeightPermil": 1500,
67
- "staminaRecoveryWeightPermil": 1000,
68
- "beatDanceWeightPermil": 200,
69
- "beatVocalWeightPermil": 400,
70
- "beatVisualWeightPermil": 400,
71
- "maxCapacity": 3300,
72
- "mentalThreshold": 50,
73
- "questPressureId": "quest_pressure-2",
74
- "questAudienceAdvantageId": "quest_audience_advantage_1",
75
- "liveBonusGroupId": "live-bonus-group-036",
76
- "liveSkipType": 1,
77
- "questCharacterAdvantageId": "",
78
- "moodType": 0
79
- },
80
- {
81
- "id": "league-quest-season-048-a",
82
- "stageId": "stage-live-hall-01-03",
83
- "musicId": "music-liz-009",
84
- "musicChartPatternId": "chart-liz-009-001",
85
- "position1AttributeType": 3,
86
- "position2AttributeType": 3,
87
- "position3AttributeType": 1,
88
- "position4AttributeType": 1,
89
- "position5AttributeType": 1,
90
- "activeSkillWeightPermil": 2500,
91
- "specialSkillWeightPermil": 1000,
92
- "skillStaminaWeightPermil": 1500,
93
- "staminaRecoveryWeightPermil": 1000,
94
- "beatDanceWeightPermil": 400,
95
- "beatVocalWeightPermil": 200,
96
- "beatVisualWeightPermil": 400,
97
- "maxCapacity": 3300,
98
- "mentalThreshold": 50,
99
- "questPressureId": "quest_pressure-2",
100
- "questAudienceAdvantageId": "quest_audience_advantage_1",
101
- "liveBonusGroupId": "live-bonus-group-036",
102
- "liveSkipType": 1,
103
- "questCharacterAdvantageId": "",
104
- "moodType": 0
105
- },
106
- {
107
- "id": "league-quest-season-047-b",
108
- "stageId": "stage-live-hall-00-01",
109
- "musicId": "music-hsm-001",
110
- "musicChartPatternId": "chart-hsm-001-001",
111
- "position1AttributeType": 2,
112
- "position2AttributeType": 3,
113
- "position3AttributeType": 2,
114
- "position4AttributeType": 3,
115
- "position5AttributeType": 3,
116
- "activeSkillWeightPermil": 2000,
117
- "specialSkillWeightPermil": 1000,
118
- "skillStaminaWeightPermil": 1000,
119
- "staminaRecoveryWeightPermil": 1000,
120
- "beatDanceWeightPermil": 200,
121
- "beatVocalWeightPermil": 400,
122
- "beatVisualWeightPermil": 400,
123
- "maxCapacity": 1100,
124
- "mentalThreshold": 50,
125
- "questPressureId": "quest_pressure-2",
126
- "questAudienceAdvantageId": "quest_audience_advantage_1",
127
- "liveBonusGroupId": "live-bonus-group-092",
128
- "liveSkipType": 1,
129
- "questCharacterAdvantageId": "",
130
- "moodType": 0
131
- },
132
- {
133
- "id": "league-quest-season-047-a",
134
- "stageId": "stage-live-hall-00-01",
135
- "musicId": "music-sun-001",
136
- "musicChartPatternId": "chart-sun-001-001",
137
- "position1AttributeType": 2,
138
- "position2AttributeType": 1,
139
- "position3AttributeType": 1,
140
- "position4AttributeType": 2,
141
- "position5AttributeType": 1,
142
- "activeSkillWeightPermil": 2000,
143
- "specialSkillWeightPermil": 1000,
144
- "skillStaminaWeightPermil": 1000,
145
- "staminaRecoveryWeightPermil": 1000,
146
- "beatDanceWeightPermil": 400,
147
- "beatVocalWeightPermil": 400,
148
- "beatVisualWeightPermil": 200,
149
- "maxCapacity": 1100,
150
- "mentalThreshold": 50,
151
- "questPressureId": "quest_pressure-2",
152
- "questAudienceAdvantageId": "quest_audience_advantage_1",
153
- "liveBonusGroupId": "live-bonus-group-092",
154
- "liveSkipType": 1,
155
- "questCharacterAdvantageId": "",
156
- "moodType": 0
157
- },
158
- {
159
- "id": "league-quest-season-046-b",
160
- "stageId": "stage-live-dome-04-00",
161
- "musicId": "music-thrx-003",
162
- "musicChartPatternId": "chart-thrx-003-001",
163
- "position1AttributeType": 1,
164
- "position2AttributeType": 3,
165
- "position3AttributeType": 3,
166
- "position4AttributeType": 3,
167
- "position5AttributeType": 1,
168
- "activeSkillWeightPermil": 2000,
169
- "specialSkillWeightPermil": 1000,
170
- "skillStaminaWeightPermil": 1000,
171
- "staminaRecoveryWeightPermil": 1000,
172
- "beatDanceWeightPermil": 400,
173
- "beatVocalWeightPermil": 200,
174
- "beatVisualWeightPermil": 400,
175
- "maxCapacity": 21000,
176
- "mentalThreshold": 50,
177
- "questPressureId": "quest_pressure-2",
178
- "questAudienceAdvantageId": "quest_audience_advantage_1",
179
- "liveBonusGroupId": "live-bonus-group-083",
180
- "liveSkipType": 1,
181
- "questCharacterAdvantageId": "",
182
- "moodType": 0
183
- },
184
- {
185
- "id": "league-quest-season-046-a",
186
- "stageId": "stage-live-dome-04-00",
187
- "musicId": "music-mna-003",
188
- "musicChartPatternId": "chart-mna-003-001",
189
- "position1AttributeType": 2,
190
- "position2AttributeType": 2,
191
- "position3AttributeType": 2,
192
- "position4AttributeType": 1,
193
- "position5AttributeType": 1,
194
- "activeSkillWeightPermil": 2000,
195
- "specialSkillWeightPermil": 1000,
196
- "skillStaminaWeightPermil": 1000,
197
- "staminaRecoveryWeightPermil": 1000,
198
- "beatDanceWeightPermil": 200,
199
- "beatVocalWeightPermil": 600,
200
- "beatVisualWeightPermil": 200,
201
- "maxCapacity": 21000,
202
- "mentalThreshold": 50,
203
- "questPressureId": "quest_pressure-2",
204
- "questAudienceAdvantageId": "quest_audience_advantage_1",
205
- "liveBonusGroupId": "live-bonus-group-083",
206
- "liveSkipType": 1,
207
- "questCharacterAdvantageId": "",
208
- "moodType": 0
209
- },
210
- {
211
- "id": "league-quest-season-045-b",
212
- "stageId": "stage-live-dome-02-01",
213
- "musicId": "music-liz-007",
214
- "musicChartPatternId": "chart-liz-007-001",
215
- "position1AttributeType": 1,
216
- "position2AttributeType": 3,
217
- "position3AttributeType": 3,
218
- "position4AttributeType": 3,
219
- "position5AttributeType": 1,
220
- "activeSkillWeightPermil": 2000,
221
- "specialSkillWeightPermil": 1000,
222
- "skillStaminaWeightPermil": 2000,
223
- "staminaRecoveryWeightPermil": 1000,
224
- "beatDanceWeightPermil": 1200,
225
- "beatVocalWeightPermil": 600,
226
- "beatVisualWeightPermil": 1200,
227
- "maxCapacity": 16000,
228
- "mentalThreshold": 50,
229
- "questPressureId": "quest_pressure-2",
230
- "questAudienceAdvantageId": "quest_audience_advantage_1",
231
- "liveBonusGroupId": "live-bonus-group-089",
232
- "liveSkipType": 1,
233
- "questCharacterAdvantageId": "",
234
- "moodType": 0
235
- },
236
- {
237
- "id": "league-quest-season-045-a",
238
- "stageId": "stage-live-dome-02-01",
239
- "musicId": "music-hsm-006",
240
- "musicChartPatternId": "chart-hsm-006-001",
241
- "position1AttributeType": 2,
242
- "position2AttributeType": 1,
243
- "position3AttributeType": 2,
244
- "position4AttributeType": 3,
245
- "position5AttributeType": 2,
246
- "activeSkillWeightPermil": 2000,
247
- "specialSkillWeightPermil": 1000,
248
- "skillStaminaWeightPermil": 2000,
249
- "staminaRecoveryWeightPermil": 1000,
250
- "beatDanceWeightPermil": 1200,
251
- "beatVocalWeightPermil": 1200,
252
- "beatVisualWeightPermil": 600,
253
- "maxCapacity": 16000,
254
- "mentalThreshold": 50,
255
- "questPressureId": "quest_pressure-2",
256
- "questAudienceAdvantageId": "quest_audience_advantage_1",
257
- "liveBonusGroupId": "live-bonus-group-089",
258
- "liveSkipType": 1,
259
- "questCharacterAdvantageId": "",
260
- "moodType": 0
261
- },
262
- {
263
- "id": "league-quest-season-044-b",
264
- "stageId": "stage-live-dome-02-00",
265
- "musicId": "music-tri-007",
266
- "musicChartPatternId": "chart-tri-007-001",
267
- "position1AttributeType": 2,
268
- "position2AttributeType": 3,
269
- "position3AttributeType": 2,
270
- "position4AttributeType": 3,
271
- "position5AttributeType": 2,
272
- "activeSkillWeightPermil": 2500,
273
- "specialSkillWeightPermil": 1000,
274
- "skillStaminaWeightPermil": 2000,
275
- "staminaRecoveryWeightPermil": 1000,
276
- "beatDanceWeightPermil": 200,
277
- "beatVocalWeightPermil": 400,
278
- "beatVisualWeightPermil": 400,
279
- "maxCapacity": 14500,
280
- "mentalThreshold": 50,
281
- "questPressureId": "quest_pressure-2",
282
- "questAudienceAdvantageId": "quest_audience_advantage_1",
283
- "liveBonusGroupId": "live-bonus-group-111",
284
- "liveSkipType": 1,
285
- "questCharacterAdvantageId": "",
286
- "moodType": 0
287
- },
288
- {
289
- "id": "league-quest-season-044-a",
290
- "stageId": "stage-live-dome-02-00",
291
- "musicId": "music-hsm-004",
292
- "musicChartPatternId": "chart-hsm-004-001",
293
- "position1AttributeType": 1,
294
- "position2AttributeType": 1,
295
- "position3AttributeType": 3,
296
- "position4AttributeType": 3,
297
- "position5AttributeType": 1,
298
- "activeSkillWeightPermil": 2500,
299
- "specialSkillWeightPermil": 1000,
300
- "skillStaminaWeightPermil": 2000,
301
- "staminaRecoveryWeightPermil": 1000,
302
- "beatDanceWeightPermil": 400,
303
- "beatVocalWeightPermil": 200,
304
- "beatVisualWeightPermil": 400,
305
- "maxCapacity": 14500,
306
- "mentalThreshold": 50,
307
- "questPressureId": "quest_pressure-2",
308
- "questAudienceAdvantageId": "quest_audience_advantage_1",
309
- "liveBonusGroupId": "live-bonus-group-112",
310
- "liveSkipType": 1,
311
- "questCharacterAdvantageId": "",
312
- "moodType": 0
313
- },
314
- {
315
- "id": "league-quest-season-021-b",
316
- "stageId": "stage-live-hall-02-03",
317
- "musicId": "music-sun-001",
318
- "musicChartPatternId": "chart-sun-001-001",
319
- "position1AttributeType": 2,
320
- "position2AttributeType": 3,
321
- "position3AttributeType": 3,
322
- "position4AttributeType": 3,
323
- "position5AttributeType": 2,
324
- "activeSkillWeightPermil": 2000,
325
- "specialSkillWeightPermil": 1000,
326
- "skillStaminaWeightPermil": 4000,
327
- "staminaRecoveryWeightPermil": 2000,
328
- "beatDanceWeightPermil": 200,
329
- "beatVocalWeightPermil": 400,
330
- "beatVisualWeightPermil": 400,
331
- "maxCapacity": 4800,
332
- "mentalThreshold": 50,
333
- "questPressureId": "quest_pressure-2",
334
- "questAudienceAdvantageId": "quest_audience_advantage_1",
335
- "liveBonusGroupId": "live-bonus-group-086",
336
- "liveSkipType": 1,
337
- "questCharacterAdvantageId": "",
338
- "moodType": 0
339
- },
340
- {
341
- "id": "league-quest-season-021-a",
342
- "stageId": "stage-live-hall-02-03",
343
- "musicId": "music-liz-001",
344
- "musicChartPatternId": "chart-liz-001-001",
345
- "position1AttributeType": 1,
346
- "position2AttributeType": 3,
347
- "position3AttributeType": 3,
348
- "position4AttributeType": 1,
349
- "position5AttributeType": 3,
350
- "activeSkillWeightPermil": 2000,
351
- "specialSkillWeightPermil": 1000,
352
- "skillStaminaWeightPermil": 4000,
353
- "staminaRecoveryWeightPermil": 2000,
354
- "beatDanceWeightPermil": 400,
355
- "beatVocalWeightPermil": 200,
356
- "beatVisualWeightPermil": 400,
357
- "maxCapacity": 4800,
358
- "mentalThreshold": 50,
359
- "questPressureId": "quest_pressure-2",
360
- "questAudienceAdvantageId": "quest_audience_advantage_1",
361
- "liveBonusGroupId": "live-bonus-group-086",
362
- "liveSkipType": 1,
363
- "questCharacterAdvantageId": "",
364
- "moodType": 0
365
- },
366
- {
367
- "id": "league-quest-season-020-b",
368
- "stageId": "stage-live-hall-01-03",
369
- "musicId": "music-hsm-003",
370
- "musicChartPatternId": "chart-hsm-003-001",
371
- "position1AttributeType": 2,
372
- "position2AttributeType": 2,
373
- "position3AttributeType": 2,
374
- "position4AttributeType": 1,
375
- "position5AttributeType": 1,
376
- "activeSkillWeightPermil": 2500,
377
- "specialSkillWeightPermil": 1000,
378
- "skillStaminaWeightPermil": 2000,
379
- "staminaRecoveryWeightPermil": 1000,
380
- "beatDanceWeightPermil": 250,
381
- "beatVocalWeightPermil": 600,
382
- "beatVisualWeightPermil": 150,
383
- "maxCapacity": 3300,
384
- "mentalThreshold": 50,
385
- "questPressureId": "quest_pressure-2",
386
- "questAudienceAdvantageId": "quest_audience_advantage_1",
387
- "liveBonusGroupId": "live-bonus-group-104",
388
- "liveSkipType": 1,
389
- "questCharacterAdvantageId": "",
390
- "moodType": 0
391
- },
392
- {
393
- "id": "league-quest-season-020-a",
394
- "stageId": "stage-live-hall-01-03",
395
- "musicId": "music-unit-004",
396
- "musicChartPatternId": "chart-unit-004-001",
397
- "position1AttributeType": 3,
398
- "position2AttributeType": 1,
399
- "position3AttributeType": 3,
400
- "position4AttributeType": 3,
401
- "position5AttributeType": 1,
402
- "activeSkillWeightPermil": 2500,
403
- "specialSkillWeightPermil": 1000,
404
- "skillStaminaWeightPermil": 2000,
405
- "staminaRecoveryWeightPermil": 1000,
406
- "beatDanceWeightPermil": 400,
407
- "beatVocalWeightPermil": 200,
408
- "beatVisualWeightPermil": 400,
409
- "maxCapacity": 3300,
410
- "mentalThreshold": 50,
411
- "questPressureId": "quest_pressure-2",
412
- "questAudienceAdvantageId": "quest_audience_advantage_1",
413
- "liveBonusGroupId": "live-bonus-group-104",
414
- "liveSkipType": 1,
415
- "questCharacterAdvantageId": "",
416
- "moodType": 0
417
- },
418
- {
419
- "id": "league-quest-season-013-b",
420
- "stageId": "stage-live-hall-03-02",
421
- "musicId": "music-mna-007",
422
- "musicChartPatternId": "chart-mna-007-001",
423
- "position1AttributeType": 1,
424
- "position2AttributeType": 3,
425
- "position3AttributeType": 1,
426
- "position4AttributeType": 3,
427
- "position5AttributeType": 1,
428
- "activeSkillWeightPermil": 2500,
429
- "specialSkillWeightPermil": 1500,
430
- "skillStaminaWeightPermil": 2000,
431
- "staminaRecoveryWeightPermil": 1000,
432
- "beatDanceWeightPermil": 600,
433
- "beatVocalWeightPermil": 200,
434
- "beatVisualWeightPermil": 200,
435
- "maxCapacity": 6000,
436
- "mentalThreshold": 50,
437
- "questPressureId": "quest_pressure-2",
438
- "questAudienceAdvantageId": "quest_audience_advantage_1",
439
- "liveBonusGroupId": "live-bonus-group-008",
440
- "liveSkipType": 1,
441
- "questCharacterAdvantageId": "",
442
- "moodType": 0
443
- },
444
- {
445
- "id": "league-quest-season-013-a",
446
- "stageId": "stage-live-hall-03-02",
447
- "musicId": "music-thrx-001",
448
- "musicChartPatternId": "chart-thrx-001-001",
449
- "position1AttributeType": 2,
450
- "position2AttributeType": 3,
451
- "position3AttributeType": 2,
452
- "position4AttributeType": 2,
453
- "position5AttributeType": 3,
454
- "activeSkillWeightPermil": 2000,
455
- "specialSkillWeightPermil": 1000,
456
- "skillStaminaWeightPermil": 2000,
457
- "staminaRecoveryWeightPermil": 1000,
458
- "beatDanceWeightPermil": 200,
459
- "beatVocalWeightPermil": 400,
460
- "beatVisualWeightPermil": 400,
461
- "maxCapacity": 6000,
462
- "mentalThreshold": 50,
463
- "questPressureId": "quest_pressure-2",
464
- "questAudienceAdvantageId": "quest_audience_advantage_1",
465
- "liveBonusGroupId": "live-bonus-group-007",
466
- "liveSkipType": 1,
467
- "questCharacterAdvantageId": "",
468
- "moodType": 0
469
- },
470
- {
471
- "id": "league-quest-season-012-b",
472
- "stageId": "stage-live-hall-01-01",
473
- "musicId": "music-mna-008",
474
- "musicChartPatternId": "chart-mna-008-001",
475
- "position1AttributeType": 2,
476
- "position2AttributeType": 2,
477
- "position3AttributeType": 2,
478
- "position4AttributeType": 1,
479
- "position5AttributeType": 2,
480
- "activeSkillWeightPermil": 2500,
481
- "specialSkillWeightPermil": 1000,
482
- "skillStaminaWeightPermil": 2000,
483
- "staminaRecoveryWeightPermil": 1000,
484
- "beatDanceWeightPermil": 200,
485
- "beatVocalWeightPermil": 600,
486
- "beatVisualWeightPermil": 200,
487
- "maxCapacity": 1350,
488
- "mentalThreshold": 50,
489
- "questPressureId": "quest_pressure-2",
490
- "questAudienceAdvantageId": "quest_audience_advantage_1",
491
- "liveBonusGroupId": "live-bonus-group-045",
492
- "liveSkipType": 1,
493
- "questCharacterAdvantageId": "",
494
- "moodType": 0
495
- },
496
- {
497
- "id": "league-quest-season-012-a",
498
- "stageId": "stage-live-hall-01-01",
499
- "musicId": "music-mna-006",
500
- "musicChartPatternId": "chart-mna-006-001",
501
- "position1AttributeType": 3,
502
- "position2AttributeType": 3,
503
- "position3AttributeType": 3,
504
- "position4AttributeType": 1,
505
- "position5AttributeType": 1,
506
- "activeSkillWeightPermil": 2000,
507
- "specialSkillWeightPermil": 1500,
508
- "skillStaminaWeightPermil": 3000,
509
- "staminaRecoveryWeightPermil": 2000,
510
- "beatDanceWeightPermil": 200,
511
- "beatVocalWeightPermil": 200,
512
- "beatVisualWeightPermil": 600,
513
- "maxCapacity": 1350,
514
- "mentalThreshold": 50,
515
- "questPressureId": "quest_pressure-2",
516
- "questAudienceAdvantageId": "quest_audience_advantage_1",
517
- "liveBonusGroupId": "live-bonus-group-047",
518
- "liveSkipType": 1,
519
- "questCharacterAdvantageId": "",
520
- "moodType": 0
521
- },
522
- {
523
- "id": "league-quest-season-011-b",
524
- "stageId": "stage-live-dome-02-03",
525
- "musicId": "music-moon-001",
526
- "musicChartPatternId": "chart-moon-001-001",
527
- "position1AttributeType": 1,
528
- "position2AttributeType": 1,
529
- "position3AttributeType": 3,
530
- "position4AttributeType": 1,
531
- "position5AttributeType": 3,
532
- "activeSkillWeightPermil": 2500,
533
- "specialSkillWeightPermil": 1500,
534
- "skillStaminaWeightPermil": 2000,
535
- "staminaRecoveryWeightPermil": 1000,
536
- "beatDanceWeightPermil": 500,
537
- "beatVocalWeightPermil": 200,
538
- "beatVisualWeightPermil": 300,
539
- "maxCapacity": 44000,
540
- "mentalThreshold": 50,
541
- "questPressureId": "quest_pressure-2",
542
- "questAudienceAdvantageId": "quest_audience_advantage_1",
543
- "liveBonusGroupId": "live-bonus-group-092",
544
- "liveSkipType": 1,
545
- "questCharacterAdvantageId": "",
546
- "moodType": 0
547
- },
548
- {
549
- "id": "league-quest-season-011-a",
550
- "stageId": "stage-live-dome-02-03",
551
- "musicId": "music-sun-006",
552
- "musicChartPatternId": "chart-sun-006-001",
553
- "position1AttributeType": 1,
554
- "position2AttributeType": 1,
555
- "position3AttributeType": 1,
556
- "position4AttributeType": 2,
557
- "position5AttributeType": 1,
558
- "activeSkillWeightPermil": 2500,
559
- "specialSkillWeightPermil": 1500,
560
- "skillStaminaWeightPermil": 2000,
561
- "staminaRecoveryWeightPermil": 1000,
562
- "beatDanceWeightPermil": 600,
563
- "beatVocalWeightPermil": 200,
564
- "beatVisualWeightPermil": 200,
565
- "maxCapacity": 44000,
566
- "mentalThreshold": 50,
567
- "questPressureId": "quest_pressure-2",
568
- "questAudienceAdvantageId": "quest_audience_advantage_1",
569
- "liveBonusGroupId": "live-bonus-group-092",
570
- "liveSkipType": 1,
571
- "questCharacterAdvantageId": "",
572
- "moodType": 0
573
- },
574
- {
575
- "id": "league-quest-season-010-b",
576
- "stageId": "stage-live-dome-02-02",
577
- "musicId": "music-tri-002",
578
- "musicChartPatternId": "chart-tri-002-001",
579
- "position1AttributeType": 2,
580
- "position2AttributeType": 2,
581
- "position3AttributeType": 2,
582
- "position4AttributeType": 3,
583
- "position5AttributeType": 2,
584
- "activeSkillWeightPermil": 2500,
585
- "specialSkillWeightPermil": 1000,
586
- "skillStaminaWeightPermil": 2000,
587
- "staminaRecoveryWeightPermil": 1000,
588
- "beatDanceWeightPermil": 200,
589
- "beatVocalWeightPermil": 600,
590
- "beatVisualWeightPermil": 200,
591
- "maxCapacity": 40000,
592
- "mentalThreshold": 50,
593
- "questPressureId": "quest_pressure-2",
594
- "questAudienceAdvantageId": "quest_audience_advantage_1",
595
- "liveBonusGroupId": "live-bonus-group-089",
596
- "liveSkipType": 1,
597
- "questCharacterAdvantageId": "",
598
- "moodType": 0
599
- },
600
- {
601
- "id": "league-quest-season-010-a",
602
- "stageId": "stage-live-dome-02-02",
603
- "musicId": "music-sun-001",
604
- "musicChartPatternId": "chart-sun-001-001",
605
- "position1AttributeType": 2,
606
- "position2AttributeType": 1,
607
- "position3AttributeType": 2,
608
- "position4AttributeType": 2,
609
- "position5AttributeType": 1,
610
- "activeSkillWeightPermil": 2500,
611
- "specialSkillWeightPermil": 1000,
612
- "skillStaminaWeightPermil": 2000,
613
- "staminaRecoveryWeightPermil": 1000,
614
- "beatDanceWeightPermil": 300,
615
- "beatVocalWeightPermil": 500,
616
- "beatVisualWeightPermil": 200,
617
- "maxCapacity": 40000,
618
- "mentalThreshold": 50,
619
- "questPressureId": "quest_pressure-2",
620
- "questAudienceAdvantageId": "quest_audience_advantage_1",
621
- "liveBonusGroupId": "live-bonus-group-089",
622
- "liveSkipType": 1,
623
- "questCharacterAdvantageId": "",
624
- "moodType": 0
625
- },
626
- {
627
- "id": "league-quest-season-009-b",
628
- "stageId": "stage-live-dome-01-03",
629
- "musicId": "music-unit-004",
630
- "musicChartPatternId": "chart-unit-004-001",
631
- "position1AttributeType": 3,
632
- "position2AttributeType": 3,
633
- "position3AttributeType": 3,
634
- "position4AttributeType": 3,
635
- "position5AttributeType": 1,
636
- "activeSkillWeightPermil": 2000,
637
- "specialSkillWeightPermil": 1500,
638
- "skillStaminaWeightPermil": 2000,
639
- "staminaRecoveryWeightPermil": 1000,
640
- "beatDanceWeightPermil": 600,
641
- "beatVocalWeightPermil": 600,
642
- "beatVisualWeightPermil": 1800,
643
- "maxCapacity": 36000,
644
- "mentalThreshold": 50,
645
- "questPressureId": "quest_pressure-2",
646
- "questAudienceAdvantageId": "quest_audience_advantage_1",
647
- "liveBonusGroupId": "live-bonus-group-088",
648
- "liveSkipType": 1,
649
- "questCharacterAdvantageId": "",
650
- "moodType": 0
651
- },
652
- {
653
- "id": "league-quest-season-009-a",
654
- "stageId": "stage-live-dome-01-03",
655
- "musicId": "music-hsm-002",
656
- "musicChartPatternId": "chart-hsm-002-001",
657
- "position1AttributeType": 2,
658
- "position2AttributeType": 3,
659
- "position3AttributeType": 3,
660
- "position4AttributeType": 2,
661
- "position5AttributeType": 3,
662
- "activeSkillWeightPermil": 2000,
663
- "specialSkillWeightPermil": 1500,
664
- "skillStaminaWeightPermil": 2000,
665
- "staminaRecoveryWeightPermil": 1000,
666
- "beatDanceWeightPermil": 600,
667
- "beatVocalWeightPermil": 900,
668
- "beatVisualWeightPermil": 1500,
669
- "maxCapacity": 36000,
670
- "mentalThreshold": 50,
671
- "questPressureId": "quest_pressure-2",
672
- "questAudienceAdvantageId": "quest_audience_advantage_1",
673
- "liveBonusGroupId": "live-bonus-group-088",
674
- "liveSkipType": 1,
675
- "questCharacterAdvantageId": "",
676
- "moodType": 0
677
- },
678
- {
679
- "id": "league-quest-season-008-b",
680
- "stageId": "stage-live-dome-01-02",
681
- "musicId": "music-liz-001",
682
- "musicChartPatternId": "chart-liz-001-001",
683
- "position1AttributeType": 1,
684
- "position2AttributeType": 2,
685
- "position3AttributeType": 1,
686
- "position4AttributeType": 2,
687
- "position5AttributeType": 1,
688
- "activeSkillWeightPermil": 2000,
689
- "specialSkillWeightPermil": 1500,
690
- "skillStaminaWeightPermil": 2500,
691
- "staminaRecoveryWeightPermil": 1500,
692
- "beatDanceWeightPermil": 400,
693
- "beatVocalWeightPermil": 400,
694
- "beatVisualWeightPermil": 200,
695
- "maxCapacity": 32000,
696
- "mentalThreshold": 50,
697
- "questPressureId": "quest_pressure-2",
698
- "questAudienceAdvantageId": "quest_audience_advantage_1",
699
- "liveBonusGroupId": "live-bonus-group-086",
700
- "liveSkipType": 1,
701
- "questCharacterAdvantageId": "",
702
- "moodType": 0
703
- },
704
- {
705
- "id": "league-quest-season-008-a",
706
- "stageId": "stage-live-dome-01-02",
707
- "musicId": "music-hsm-001",
708
- "musicChartPatternId": "chart-hsm-001-001",
709
- "position1AttributeType": 1,
710
- "position2AttributeType": 1,
711
- "position3AttributeType": 1,
712
- "position4AttributeType": 3,
713
- "position5AttributeType": 1,
714
- "activeSkillWeightPermil": 2000,
715
- "specialSkillWeightPermil": 1500,
716
- "skillStaminaWeightPermil": 2500,
717
- "staminaRecoveryWeightPermil": 1500,
718
- "beatDanceWeightPermil": 600,
719
- "beatVocalWeightPermil": 200,
720
- "beatVisualWeightPermil": 200,
721
- "maxCapacity": 32000,
722
- "mentalThreshold": 50,
723
- "questPressureId": "quest_pressure-2",
724
- "questAudienceAdvantageId": "quest_audience_advantage_1",
725
- "liveBonusGroupId": "live-bonus-group-086",
726
- "liveSkipType": 1,
727
- "questCharacterAdvantageId": "",
728
- "moodType": 0
729
- },
730
- {
731
- "id": "league-quest-season-007-b",
732
- "stageId": "stage-live-dome-00-02",
733
- "musicId": "music-tri-003",
734
- "musicChartPatternId": "chart-tri-003-001",
735
- "position1AttributeType": 3,
736
- "position2AttributeType": 2,
737
- "position3AttributeType": 2,
738
- "position4AttributeType": 2,
739
- "position5AttributeType": 3,
740
- "activeSkillWeightPermil": 2000,
741
- "specialSkillWeightPermil": 1500,
742
- "skillStaminaWeightPermil": 2000,
743
- "staminaRecoveryWeightPermil": 1000,
744
- "beatDanceWeightPermil": 200,
745
- "beatVocalWeightPermil": 400,
746
- "beatVisualWeightPermil": 400,
747
- "maxCapacity": 26000,
748
- "mentalThreshold": 50,
749
- "questPressureId": "quest_pressure-2",
750
- "questAudienceAdvantageId": "quest_audience_advantage_1",
751
- "liveBonusGroupId": "live-bonus-group-083",
752
- "liveSkipType": 1,
753
- "questCharacterAdvantageId": "",
754
- "moodType": 0
755
- },
756
- {
757
- "id": "league-quest-season-007-a",
758
- "stageId": "stage-live-dome-00-02",
759
- "musicId": "music-tri-005",
760
- "musicChartPatternId": "chart-tri-005-001",
761
- "position1AttributeType": 2,
762
- "position2AttributeType": 2,
763
- "position3AttributeType": 2,
764
- "position4AttributeType": 1,
765
- "position5AttributeType": 2,
766
- "activeSkillWeightPermil": 2000,
767
- "specialSkillWeightPermil": 1500,
768
- "skillStaminaWeightPermil": 2000,
769
- "staminaRecoveryWeightPermil": 1000,
770
- "beatDanceWeightPermil": 200,
771
- "beatVocalWeightPermil": 600,
772
- "beatVisualWeightPermil": 200,
773
- "maxCapacity": 26000,
774
- "mentalThreshold": 50,
775
- "questPressureId": "quest_pressure-2",
776
- "questAudienceAdvantageId": "quest_audience_advantage_1",
777
- "liveBonusGroupId": "live-bonus-group-083",
778
- "liveSkipType": 1,
779
- "questCharacterAdvantageId": "",
780
- "moodType": 0
781
- },
782
- {
783
- "id": "league-quest-season-006-b",
784
- "stageId": "stage-live-dome-04-01",
785
- "musicId": "music-unit-003",
786
- "musicChartPatternId": "chart-unit-003-001",
787
- "position1AttributeType": 3,
788
- "position2AttributeType": 3,
789
- "position3AttributeType": 2,
790
- "position4AttributeType": 2,
791
- "position5AttributeType": 3,
792
- "activeSkillWeightPermil": 2000,
793
- "specialSkillWeightPermil": 2000,
794
- "skillStaminaWeightPermil": 2000,
795
- "staminaRecoveryWeightPermil": 1000,
796
- "beatDanceWeightPermil": 200,
797
- "beatVocalWeightPermil": 400,
798
- "beatVisualWeightPermil": 400,
799
- "maxCapacity": 23000,
800
- "mentalThreshold": 50,
801
- "questPressureId": "quest_pressure-2",
802
- "questAudienceAdvantageId": "quest_audience_advantage_1",
803
- "liveBonusGroupId": "live-bonus-group-085",
804
- "liveSkipType": 1,
805
- "questCharacterAdvantageId": "",
806
- "moodType": 0
807
- },
808
- {
809
- "id": "league-quest-season-006-a",
810
- "stageId": "stage-live-dome-04-01",
811
- "musicId": "music-hsm-005",
812
- "musicChartPatternId": "chart-hsm-005-001",
813
- "position1AttributeType": 3,
814
- "position2AttributeType": 3,
815
- "position3AttributeType": 3,
816
- "position4AttributeType": 1,
817
- "position5AttributeType": 1,
818
- "activeSkillWeightPermil": 2000,
819
- "specialSkillWeightPermil": 2000,
820
- "skillStaminaWeightPermil": 2000,
821
- "staminaRecoveryWeightPermil": 1000,
822
- "beatDanceWeightPermil": 300,
823
- "beatVocalWeightPermil": 200,
824
- "beatVisualWeightPermil": 500,
825
- "maxCapacity": 23000,
826
- "mentalThreshold": 50,
827
- "questPressureId": "quest_pressure-2",
828
- "questAudienceAdvantageId": "quest_audience_advantage_1",
829
- "liveBonusGroupId": "live-bonus-group-085",
830
- "liveSkipType": 1,
831
- "questCharacterAdvantageId": "",
832
- "moodType": 0
833
- },
834
- {
835
- "id": "league-quest-season-005-b",
836
- "stageId": "stage-live-dome-03-01",
837
- "musicId": "music-thrx-001",
838
- "musicChartPatternId": "chart-thrx-001-001",
839
- "position1AttributeType": 1,
840
- "position2AttributeType": 2,
841
- "position3AttributeType": 1,
842
- "position4AttributeType": 2,
843
- "position5AttributeType": 1,
844
- "activeSkillWeightPermil": 2000,
845
- "specialSkillWeightPermil": 1500,
846
- "skillStaminaWeightPermil": 2000,
847
- "staminaRecoveryWeightPermil": 1000,
848
- "beatDanceWeightPermil": 500,
849
- "beatVocalWeightPermil": 300,
850
- "beatVisualWeightPermil": 200,
851
- "maxCapacity": 19000,
852
- "mentalThreshold": 50,
853
- "questPressureId": "quest_pressure-2",
854
- "questAudienceAdvantageId": "quest_audience_advantage_1",
855
- "liveBonusGroupId": "live-bonus-group-084",
856
- "liveSkipType": 1,
857
- "questCharacterAdvantageId": "",
858
- "moodType": 0
859
- },
860
- {
861
- "id": "league-quest-season-005-a",
862
- "stageId": "stage-live-dome-03-01",
863
- "musicId": "music-mna-003",
864
- "musicChartPatternId": "chart-mna-003-001",
865
- "position1AttributeType": 3,
866
- "position2AttributeType": 1,
867
- "position3AttributeType": 3,
868
- "position4AttributeType": 1,
869
- "position5AttributeType": 3,
870
- "activeSkillWeightPermil": 2000,
871
- "specialSkillWeightPermil": 1500,
872
- "skillStaminaWeightPermil": 2000,
873
- "staminaRecoveryWeightPermil": 1000,
874
- "beatDanceWeightPermil": 300,
875
- "beatVocalWeightPermil": 200,
876
- "beatVisualWeightPermil": 500,
877
- "maxCapacity": 19000,
878
- "mentalThreshold": 50,
879
- "questPressureId": "quest_pressure-2",
880
- "questAudienceAdvantageId": "quest_audience_advantage_1",
881
- "liveBonusGroupId": "live-bonus-group-084",
882
- "liveSkipType": 1,
883
- "questCharacterAdvantageId": "",
884
- "moodType": 0
885
- },
886
- {
887
- "activeSkillWeightPermil": 2000,
888
- "beatDanceWeightPermil": 400,
889
- "beatVisualWeightPermil": 200,
890
- "beatVocalWeightPermil": 400,
891
- "id": "league-quest-season-004-a",
892
- "liveBonusGroupId": "live-bonus-group-076",
893
- "liveSkipType": 1,
894
- "maxCapacity": 16000,
895
- "mentalThreshold": 50,
896
- "musicChartPatternId": "chart-unit-001-001",
897
- "musicId": "music-unit-001",
898
- "position1AttributeType": 1,
899
- "position2AttributeType": 2,
900
- "position3AttributeType": 2,
901
- "position4AttributeType": 1,
902
- "position5AttributeType": 2,
903
- "questAudienceAdvantageId": "quest_audience_advantage_1",
904
- "questPressureId": "quest_pressure-2",
905
- "skillStaminaWeightPermil": 2000,
906
- "specialSkillWeightPermil": 1500,
907
- "stageId": "stage-live-dome-02-01",
908
- "staminaRecoveryWeightPermil": 1500
909
- },
910
- {
911
- "activeSkillWeightPermil": 2000,
912
- "beatDanceWeightPermil": 200,
913
- "beatVisualWeightPermil": 400,
914
- "beatVocalWeightPermil": 400,
915
- "id": "league-quest-season-004-b",
916
- "liveBonusGroupId": "live-bonus-group-076",
917
- "liveSkipType": 1,
918
- "maxCapacity": 16000,
919
- "mentalThreshold": 50,
920
- "musicChartPatternId": "chart-sun-001-001",
921
- "musicId": "music-sun-001",
922
- "position1AttributeType": 2,
923
- "position2AttributeType": 3,
924
- "position3AttributeType": 2,
925
- "position4AttributeType": 3,
926
- "position5AttributeType": 2,
927
- "questAudienceAdvantageId": "quest_audience_advantage_1",
928
- "questPressureId": "quest_pressure-2",
929
- "skillStaminaWeightPermil": 2000,
930
- "specialSkillWeightPermil": 1500,
931
- "stageId": "stage-live-dome-02-01",
932
- "staminaRecoveryWeightPermil": 1500
933
- },
934
- {
935
- "activeSkillWeightPermil": 1000,
936
- "beatDanceWeightPermil": 300,
937
- "beatVisualWeightPermil": 200,
938
- "beatVocalWeightPermil": 500,
939
- "id": "league-quest-season-001-a",
940
- "liveBonusGroupId": "live-bonus-group-001",
941
- "liveSkipType": 1,
942
- "maxCapacity": 4800,
943
- "mentalThreshold": 50,
944
- "musicChartPatternId": "chart-liz-009-001",
945
- "musicId": "music-liz-009",
946
- "position1AttributeType": 2,
947
- "position2AttributeType": 1,
948
- "position3AttributeType": 2,
949
- "position4AttributeType": 2,
950
- "position5AttributeType": 2,
951
- "questAudienceAdvantageId": "quest_audience_advantage_1",
952
- "questPressureId": "quest_pressure-2",
953
- "skillStaminaWeightPermil": 1500,
954
- "specialSkillWeightPermil": 1500,
955
- "stageId": "stage-live-hall-02-03",
956
- "staminaRecoveryWeightPermil": 1000
957
- },
958
- {
959
- "activeSkillWeightPermil": 2000,
960
- "beatDanceWeightPermil": 500,
961
- "beatVisualWeightPermil": 300,
962
- "beatVocalWeightPermil": 200,
963
- "id": "league-quest-season-001-b",
964
- "liveBonusGroupId": "live-bonus-group-002",
965
- "liveSkipType": 1,
966
- "maxCapacity": 4800,
967
- "mentalThreshold": 50,
968
- "musicChartPatternId": "chart-tri-002-001",
969
- "musicId": "music-tri-002",
970
- "position1AttributeType": 1,
971
- "position2AttributeType": 3,
972
- "position3AttributeType": 3,
973
- "position4AttributeType": 1,
974
- "position5AttributeType": 1,
975
- "questAudienceAdvantageId": "quest_audience_advantage_1",
976
- "questPressureId": "quest_pressure-2",
977
- "skillStaminaWeightPermil": 1500,
978
- "specialSkillWeightPermil": 1000,
979
- "stageId": "stage-live-hall-02-03",
980
- "staminaRecoveryWeightPermil": 1000
981
- },
982
- {
983
- "activeSkillWeightPermil": 2000,
984
- "beatDanceWeightPermil": 300,
985
- "beatVisualWeightPermil": 200,
986
- "beatVocalWeightPermil": 500,
987
- "id": "league-quest-season-002-a",
988
- "liveBonusGroupId": "live-bonus-group-079",
989
- "liveSkipType": 1,
990
- "maxCapacity": 4800,
991
- "mentalThreshold": 50,
992
- "musicChartPatternId": "chart-hsm-002-001",
993
- "musicId": "music-hsm-002",
994
- "position1AttributeType": 2,
995
- "position2AttributeType": 1,
996
- "position3AttributeType": 2,
997
- "position4AttributeType": 2,
998
- "position5AttributeType": 1,
999
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1000
- "questPressureId": "quest_pressure-2",
1001
- "skillStaminaWeightPermil": 1500,
1002
- "specialSkillWeightPermil": 1500,
1003
- "stageId": "stage-live-hall-03-02",
1004
- "staminaRecoveryWeightPermil": 1000
1005
- },
1006
- {
1007
- "activeSkillWeightPermil": 2500,
1008
- "beatDanceWeightPermil": 200,
1009
- "beatVisualWeightPermil": 300,
1010
- "beatVocalWeightPermil": 500,
1011
- "id": "league-quest-season-002-b",
1012
- "liveBonusGroupId": "live-bonus-group-079",
1013
- "liveSkipType": 1,
1014
- "maxCapacity": 4800,
1015
- "mentalThreshold": 50,
1016
- "musicChartPatternId": "chart-unit-002-001",
1017
- "musicId": "music-unit-002",
1018
- "position1AttributeType": 2,
1019
- "position2AttributeType": 3,
1020
- "position3AttributeType": 2,
1021
- "position4AttributeType": 3,
1022
- "position5AttributeType": 2,
1023
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1024
- "questPressureId": "quest_pressure-2",
1025
- "skillStaminaWeightPermil": 1500,
1026
- "specialSkillWeightPermil": 1000,
1027
- "stageId": "stage-live-hall-03-02",
1028
- "staminaRecoveryWeightPermil": 1000
1029
- },
1030
- {
1031
- "activeSkillWeightPermil": 2500,
1032
- "beatDanceWeightPermil": 200,
1033
- "beatVisualWeightPermil": 500,
1034
- "beatVocalWeightPermil": 300,
1035
- "id": "league-quest-season-003-a",
1036
- "liveBonusGroupId": "live-bonus-group-070",
1037
- "liveSkipType": 1,
1038
- "maxCapacity": 39000,
1039
- "mentalThreshold": 10,
1040
- "musicChartPatternId": "chart-clb-001-001",
1041
- "musicId": "music-clb-001",
1042
- "position1AttributeType": 2,
1043
- "position2AttributeType": 3,
1044
- "position3AttributeType": 3,
1045
- "position4AttributeType": 3,
1046
- "position5AttributeType": 2,
1047
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1048
- "questPressureId": "quest_pressure-1",
1049
- "skillStaminaWeightPermil": 1500,
1050
- "specialSkillWeightPermil": 1000,
1051
- "stageId": "stage-live-unique-00-00",
1052
- "staminaRecoveryWeightPermil": 1000
1053
- },
1054
- {
1055
- "activeSkillWeightPermil": 2500,
1056
- "beatDanceWeightPermil": 600,
1057
- "beatVisualWeightPermil": 200,
1058
- "beatVocalWeightPermil": 200,
1059
- "id": "league-quest-season-003-b",
1060
- "liveBonusGroupId": "live-bonus-group-070",
1061
- "liveSkipType": 1,
1062
- "maxCapacity": 11000,
1063
- "mentalThreshold": 50,
1064
- "musicChartPatternId": "chart-mna-001-001",
1065
- "musicId": "music-mna-001",
1066
- "position1AttributeType": 1,
1067
- "position2AttributeType": 1,
1068
- "position3AttributeType": 3,
1069
- "position4AttributeType": 1,
1070
- "position5AttributeType": 3,
1071
- "questAudienceAdvantageId": "quest_audience_advantage_1",
1072
- "questPressureId": "quest_pressure-2",
1073
- "skillStaminaWeightPermil": 1500,
1074
- "specialSkillWeightPermil": 1500,
1075
- "stageId": "stage-live-dome-00-01",
1076
- "staminaRecoveryWeightPermil": 1000
1077
- }
1078
- ]