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,857 +0,0 @@
1
- [
2
- {
3
- "id": "pvp-quest-084",
4
- "stageId": "stage-live-unique-01-00",
5
- "musicId": "music-clb-006",
6
- "musicChartPatternId": "chart-clb-006-001",
7
- "position1AttributeType": 3,
8
- "position2AttributeType": 1,
9
- "position3AttributeType": 1,
10
- "position4AttributeType": 3,
11
- "position5AttributeType": 3,
12
- "activeSkillWeightPermil": 2000,
13
- "specialSkillWeightPermil": 1000,
14
- "skillStaminaWeightPermil": 1000,
15
- "staminaRecoveryWeightPermil": 1000,
16
- "beatDanceWeightPermil": 400,
17
- "beatVocalWeightPermil": 200,
18
- "beatVisualWeightPermil": 400,
19
- "maxCapacity": 1200,
20
- "mentalThreshold": 50,
21
- "questPressureId": "quest_pressure-2",
22
- "questAudienceAdvantageId": "quest_audience_advantage_1",
23
- "liveBonusGroupId": "live-bonus-group-036",
24
- "liveSkipType": 1,
25
- "questCharacterAdvantageId": "",
26
- "moodType": 0
27
- },
28
- {
29
- "id": "pvp-quest-083",
30
- "stageId": "stage-live-dome-04-00",
31
- "musicId": "music-moon-001",
32
- "musicChartPatternId": "chart-moon-001-001",
33
- "position1AttributeType": 3,
34
- "position2AttributeType": 1,
35
- "position3AttributeType": 1,
36
- "position4AttributeType": 3,
37
- "position5AttributeType": 1,
38
- "activeSkillWeightPermil": 2500,
39
- "specialSkillWeightPermil": 1000,
40
- "skillStaminaWeightPermil": 2000,
41
- "staminaRecoveryWeightPermil": 1000,
42
- "beatDanceWeightPermil": 400,
43
- "beatVocalWeightPermil": 200,
44
- "beatVisualWeightPermil": 400,
45
- "maxCapacity": 21000,
46
- "mentalThreshold": 50,
47
- "questPressureId": "quest_pressure-2",
48
- "questCharacterAdvantageId": "quest_character_advantage_1-1300",
49
- "questAudienceAdvantageId": "quest_audience_advantage_1",
50
- "liveBonusGroupId": "live-bonus-group-092",
51
- "liveSkipType": 1,
52
- "moodType": 0
53
- },
54
- {
55
- "id": "pvp-quest-sp-04",
56
- "stageId": "stage-live-dome-00-00",
57
- "musicId": "music-tri-001",
58
- "musicChartPatternId": "chart-tri-001-001",
59
- "position1AttributeType": 2,
60
- "position2AttributeType": 1,
61
- "position3AttributeType": 2,
62
- "position4AttributeType": 1,
63
- "position5AttributeType": 3,
64
- "activeSkillWeightPermil": 2000,
65
- "specialSkillWeightPermil": 1000,
66
- "skillStaminaWeightPermil": 2000,
67
- "staminaRecoveryWeightPermil": 1000,
68
- "beatDanceWeightPermil": 400,
69
- "beatVocalWeightPermil": 400,
70
- "beatVisualWeightPermil": 200,
71
- "maxCapacity": 10000,
72
- "mentalThreshold": 50,
73
- "questPressureId": "quest_pressure-2",
74
- "questCharacterAdvantageId": "quest_character_advantage_3-1500",
75
- "questAudienceAdvantageId": "quest_audience_advantage_1",
76
- "liveBonusGroupId": "live-bonus-group-154",
77
- "liveSkipType": 1,
78
- "moodType": 0
79
- },
80
- {
81
- "id": "pvp-quest-082",
82
- "stageId": "stage-live-hall-03-03",
83
- "musicId": "music-tri-007",
84
- "musicChartPatternId": "chart-tri-007-001",
85
- "position1AttributeType": 3,
86
- "position2AttributeType": 2,
87
- "position3AttributeType": 2,
88
- "position4AttributeType": 3,
89
- "position5AttributeType": 2,
90
- "activeSkillWeightPermil": 2500,
91
- "specialSkillWeightPermil": 1000,
92
- "skillStaminaWeightPermil": 2000,
93
- "staminaRecoveryWeightPermil": 1000,
94
- "beatDanceWeightPermil": 150,
95
- "beatVocalWeightPermil": 600,
96
- "beatVisualWeightPermil": 250,
97
- "maxCapacity": 7500,
98
- "mentalThreshold": 50,
99
- "questPressureId": "quest_pressure-2",
100
- "questAudienceAdvantageId": "quest_audience_advantage_1",
101
- "liveBonusGroupId": "live-bonus-group-079",
102
- "liveSkipType": 1,
103
- "questCharacterAdvantageId": "",
104
- "moodType": 0
105
- },
106
- {
107
- "id": "pvp-quest-081",
108
- "stageId": "stage-live-hall-03-02",
109
- "musicId": "music-thrx-001",
110
- "musicChartPatternId": "chart-thrx-001-001",
111
- "position1AttributeType": 2,
112
- "position2AttributeType": 1,
113
- "position3AttributeType": 2,
114
- "position4AttributeType": 1,
115
- "position5AttributeType": 2,
116
- "activeSkillWeightPermil": 2000,
117
- "specialSkillWeightPermil": 1000,
118
- "skillStaminaWeightPermil": 2000,
119
- "staminaRecoveryWeightPermil": 1000,
120
- "beatDanceWeightPermil": 400,
121
- "beatVocalWeightPermil": 400,
122
- "beatVisualWeightPermil": 200,
123
- "maxCapacity": 6000,
124
- "mentalThreshold": 50,
125
- "questPressureId": "quest_pressure-2",
126
- "questAudienceAdvantageId": "quest_audience_advantage_1",
127
- "liveBonusGroupId": "live-bonus-group-151",
128
- "liveSkipType": 1,
129
- "questCharacterAdvantageId": "",
130
- "moodType": 0
131
- },
132
- {
133
- "id": "pvp-quest-080",
134
- "stageId": "stage-live-hall-00-03",
135
- "musicId": "music-unit-005",
136
- "musicChartPatternId": "chart-unit-005-001",
137
- "position1AttributeType": 2,
138
- "position2AttributeType": 3,
139
- "position3AttributeType": 2,
140
- "position4AttributeType": 3,
141
- "position5AttributeType": 2,
142
- "activeSkillWeightPermil": 2500,
143
- "specialSkillWeightPermil": 1000,
144
- "skillStaminaWeightPermil": 2000,
145
- "staminaRecoveryWeightPermil": 1000,
146
- "beatDanceWeightPermil": 200,
147
- "beatVocalWeightPermil": 400,
148
- "beatVisualWeightPermil": 400,
149
- "maxCapacity": 2600,
150
- "mentalThreshold": 50,
151
- "questPressureId": "quest_pressure-2",
152
- "questAudienceAdvantageId": "quest_audience_advantage_1",
153
- "liveBonusGroupId": "live-bonus-group-141",
154
- "liveSkipType": 1,
155
- "questCharacterAdvantageId": "",
156
- "moodType": 0
157
- },
158
- {
159
- "id": "pvp-quest-079",
160
- "stageId": "stage-live-hall-01-00",
161
- "musicId": "music-liz-003",
162
- "musicChartPatternId": "chart-liz-003-001",
163
- "position1AttributeType": 2,
164
- "position2AttributeType": 1,
165
- "position3AttributeType": 1,
166
- "position4AttributeType": 2,
167
- "position5AttributeType": 2,
168
- "activeSkillWeightPermil": 2000,
169
- "specialSkillWeightPermil": 1500,
170
- "skillStaminaWeightPermil": 2000,
171
- "staminaRecoveryWeightPermil": 1000,
172
- "beatDanceWeightPermil": 400,
173
- "beatVocalWeightPermil": 400,
174
- "beatVisualWeightPermil": 200,
175
- "maxCapacity": 1200,
176
- "mentalThreshold": 50,
177
- "questPressureId": "quest_pressure-2",
178
- "questAudienceAdvantageId": "quest_audience_advantage_1",
179
- "liveBonusGroupId": "live-bonus-group-100",
180
- "liveSkipType": 1,
181
- "questCharacterAdvantageId": "",
182
- "moodType": 0
183
- },
184
- {
185
- "id": "pvp-quest-078",
186
- "stageId": "stage-live-dome-02-02",
187
- "musicId": "music-tri-006",
188
- "musicChartPatternId": "chart-tri-006-001",
189
- "position1AttributeType": 3,
190
- "position2AttributeType": 3,
191
- "position3AttributeType": 1,
192
- "position4AttributeType": 1,
193
- "position5AttributeType": 3,
194
- "activeSkillWeightPermil": 2500,
195
- "specialSkillWeightPermil": 1000,
196
- "skillStaminaWeightPermil": 2000,
197
- "staminaRecoveryWeightPermil": 1000,
198
- "beatDanceWeightPermil": 400,
199
- "beatVocalWeightPermil": 200,
200
- "beatVisualWeightPermil": 400,
201
- "maxCapacity": 40000,
202
- "mentalThreshold": 50,
203
- "questPressureId": "quest_pressure-2",
204
- "questAudienceAdvantageId": "quest_audience_advantage_1",
205
- "liveBonusGroupId": "live-bonus-group-139",
206
- "liveSkipType": 1,
207
- "questCharacterAdvantageId": "",
208
- "moodType": 0
209
- },
210
- {
211
- "id": "pvp-quest-077",
212
- "stageId": "stage-live-dome-04-00",
213
- "musicId": "music-unit-008",
214
- "musicChartPatternId": "chart-unit-008-001",
215
- "position1AttributeType": 1,
216
- "position2AttributeType": 1,
217
- "position3AttributeType": 1,
218
- "position4AttributeType": 2,
219
- "position5AttributeType": 2,
220
- "activeSkillWeightPermil": 2000,
221
- "specialSkillWeightPermil": 1000,
222
- "skillStaminaWeightPermil": 2000,
223
- "staminaRecoveryWeightPermil": 1000,
224
- "beatDanceWeightPermil": 600,
225
- "beatVocalWeightPermil": 250,
226
- "beatVisualWeightPermil": 150,
227
- "maxCapacity": 21000,
228
- "mentalThreshold": 50,
229
- "questPressureId": "quest_pressure-2",
230
- "questAudienceAdvantageId": "quest_audience_advantage_1",
231
- "liveBonusGroupId": "live-bonus-group-119",
232
- "liveSkipType": 1,
233
- "questCharacterAdvantageId": "",
234
- "moodType": 0
235
- },
236
- {
237
- "id": "pvp-quest-sp-03",
238
- "stageId": "stage-live-dome-03-00",
239
- "musicId": "music-sun-006",
240
- "musicChartPatternId": "chart-sun-006-001",
241
- "position1AttributeType": 1,
242
- "position2AttributeType": 3,
243
- "position3AttributeType": 1,
244
- "position4AttributeType": 3,
245
- "position5AttributeType": 2,
246
- "activeSkillWeightPermil": 2500,
247
- "specialSkillWeightPermil": 1500,
248
- "skillStaminaWeightPermil": 3000,
249
- "staminaRecoveryWeightPermil": 1500,
250
- "beatDanceWeightPermil": 400,
251
- "beatVocalWeightPermil": 200,
252
- "beatVisualWeightPermil": 400,
253
- "maxCapacity": 17500,
254
- "mentalThreshold": 50,
255
- "questPressureId": "quest_pressure-2",
256
- "questCharacterAdvantageId": "quest_character_advantage_2-1500",
257
- "questAudienceAdvantageId": "quest_audience_advantage_1",
258
- "liveBonusGroupId": "live-bonus-group-116",
259
- "liveSkipType": 1,
260
- "moodType": 0
261
- },
262
- {
263
- "id": "pvp-quest-076",
264
- "stageId": "stage-live-dome-02-00",
265
- "musicId": "music-sun-001",
266
- "musicChartPatternId": "chart-sun-001-001",
267
- "position1AttributeType": 2,
268
- "position2AttributeType": 3,
269
- "position3AttributeType": 3,
270
- "position4AttributeType": 3,
271
- "position5AttributeType": 2,
272
- "activeSkillWeightPermil": 2500,
273
- "specialSkillWeightPermil": 1500,
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-116",
284
- "liveSkipType": 1,
285
- "questCharacterAdvantageId": "",
286
- "moodType": 0
287
- },
288
- {
289
- "id": "pvp-quest-075",
290
- "stageId": "stage-live-dome-00-01",
291
- "musicId": "music-moon-004",
292
- "musicChartPatternId": "chart-moon-004-001",
293
- "position1AttributeType": 1,
294
- "position2AttributeType": 3,
295
- "position3AttributeType": 1,
296
- "position4AttributeType": 1,
297
- "position5AttributeType": 3,
298
- "activeSkillWeightPermil": 1500,
299
- "specialSkillWeightPermil": 1000,
300
- "skillStaminaWeightPermil": 4000,
301
- "staminaRecoveryWeightPermil": 2000,
302
- "beatDanceWeightPermil": 1600,
303
- "beatVocalWeightPermil": 800,
304
- "beatVisualWeightPermil": 1600,
305
- "maxCapacity": 11000,
306
- "mentalThreshold": 50,
307
- "questPressureId": "quest_pressure-2",
308
- "questAudienceAdvantageId": "quest_audience_advantage_1",
309
- "liveBonusGroupId": "live-bonus-group-109",
310
- "liveSkipType": 1,
311
- "questCharacterAdvantageId": "",
312
- "moodType": 0
313
- },
314
- {
315
- "id": "pvp-quest-074",
316
- "stageId": "stage-live-hall-03-03",
317
- "musicId": "music-tri-006",
318
- "musicChartPatternId": "chart-tri-006-001",
319
- "position1AttributeType": 2,
320
- "position2AttributeType": 2,
321
- "position3AttributeType": 1,
322
- "position4AttributeType": 2,
323
- "position5AttributeType": 1,
324
- "activeSkillWeightPermil": 2000,
325
- "specialSkillWeightPermil": 1500,
326
- "skillStaminaWeightPermil": 4000,
327
- "staminaRecoveryWeightPermil": 2000,
328
- "beatDanceWeightPermil": 400,
329
- "beatVocalWeightPermil": 400,
330
- "beatVisualWeightPermil": 200,
331
- "maxCapacity": 7500,
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": "pvp-quest-073",
342
- "stageId": "stage-live-hall-03-02",
343
- "musicId": "music-tri-005",
344
- "musicChartPatternId": "chart-tri-005-001",
345
- "position1AttributeType": 1,
346
- "position2AttributeType": 1,
347
- "position3AttributeType": 3,
348
- "position4AttributeType": 3,
349
- "position5AttributeType": 1,
350
- "activeSkillWeightPermil": 2500,
351
- "specialSkillWeightPermil": 1000,
352
- "skillStaminaWeightPermil": 3000,
353
- "staminaRecoveryWeightPermil": 1500,
354
- "beatDanceWeightPermil": 400,
355
- "beatVocalWeightPermil": 200,
356
- "beatVisualWeightPermil": 400,
357
- "maxCapacity": 6000,
358
- "mentalThreshold": 50,
359
- "questPressureId": "quest_pressure-2",
360
- "questAudienceAdvantageId": "quest_audience_advantage_1",
361
- "liveBonusGroupId": "live-bonus-group-115",
362
- "liveSkipType": 1,
363
- "questCharacterAdvantageId": "",
364
- "moodType": 0
365
- },
366
- {
367
- "id": "pvp-quest-072",
368
- "stageId": "stage-live-hall-00-03",
369
- "musicId": "music-thrx-003",
370
- "musicChartPatternId": "chart-thrx-003-001",
371
- "position1AttributeType": 3,
372
- "position2AttributeType": 3,
373
- "position3AttributeType": 2,
374
- "position4AttributeType": 3,
375
- "position5AttributeType": 2,
376
- "activeSkillWeightPermil": 2500,
377
- "specialSkillWeightPermil": 1000,
378
- "skillStaminaWeightPermil": 2000,
379
- "staminaRecoveryWeightPermil": 1000,
380
- "beatDanceWeightPermil": 200,
381
- "beatVocalWeightPermil": 400,
382
- "beatVisualWeightPermil": 400,
383
- "maxCapacity": 2600,
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": "pvp-quest-071",
394
- "stageId": "stage-live-hall-02-00",
395
- "musicId": "music-hsm-009",
396
- "musicChartPatternId": "chart-hsm-009-001",
397
- "position1AttributeType": 1,
398
- "position2AttributeType": 3,
399
- "position3AttributeType": 1,
400
- "position4AttributeType": 3,
401
- "position5AttributeType": 1,
402
- "activeSkillWeightPermil": 2000,
403
- "specialSkillWeightPermil": 1000,
404
- "skillStaminaWeightPermil": 2000,
405
- "staminaRecoveryWeightPermil": 1000,
406
- "beatDanceWeightPermil": 400,
407
- "beatVocalWeightPermil": 200,
408
- "beatVisualWeightPermil": 400,
409
- "maxCapacity": 1500,
410
- "mentalThreshold": 50,
411
- "questPressureId": "quest_pressure-2",
412
- "questAudienceAdvantageId": "quest_audience_advantage_1",
413
- "liveBonusGroupId": "live-bonus-group-087",
414
- "liveSkipType": 1,
415
- "questCharacterAdvantageId": "",
416
- "moodType": 0
417
- },
418
- {
419
- "id": "pvp-quest-070",
420
- "stageId": "stage-live-dome-02-00",
421
- "musicId": "music-mna-006",
422
- "musicChartPatternId": "chart-mna-006-001",
423
- "position1AttributeType": 2,
424
- "position2AttributeType": 2,
425
- "position3AttributeType": 3,
426
- "position4AttributeType": 2,
427
- "position5AttributeType": 3,
428
- "activeSkillWeightPermil": 2000,
429
- "specialSkillWeightPermil": 1000,
430
- "skillStaminaWeightPermil": 2000,
431
- "staminaRecoveryWeightPermil": 1000,
432
- "beatDanceWeightPermil": 200,
433
- "beatVocalWeightPermil": 400,
434
- "beatVisualWeightPermil": 400,
435
- "maxCapacity": 14500,
436
- "mentalThreshold": 50,
437
- "questPressureId": "quest_pressure-2",
438
- "questCharacterAdvantageId": "quest_character_advantage_6-1300",
439
- "questAudienceAdvantageId": "quest_audience_advantage_1",
440
- "liveBonusGroupId": "live-bonus-group-079",
441
- "liveSkipType": 1,
442
- "moodType": 0
443
- },
444
- {
445
- "id": "pvp-quest-sp-02",
446
- "stageId": "stage-live-hall-03-03",
447
- "musicId": "music-moon-002",
448
- "musicChartPatternId": "chart-moon-002-001",
449
- "position1AttributeType": 3,
450
- "position2AttributeType": 1,
451
- "position3AttributeType": 3,
452
- "position4AttributeType": 2,
453
- "position5AttributeType": 3,
454
- "activeSkillWeightPermil": 3000,
455
- "specialSkillWeightPermil": 1000,
456
- "skillStaminaWeightPermil": 3000,
457
- "staminaRecoveryWeightPermil": 1500,
458
- "beatDanceWeightPermil": 400,
459
- "beatVocalWeightPermil": 200,
460
- "beatVisualWeightPermil": 400,
461
- "maxCapacity": 7500,
462
- "mentalThreshold": 50,
463
- "questPressureId": "quest_pressure-2",
464
- "questCharacterAdvantageId": "quest_character_advantage_1-1500",
465
- "questAudienceAdvantageId": "quest_audience_advantage_1",
466
- "liveBonusGroupId": "live-bonus-group-081",
467
- "liveSkipType": 1,
468
- "moodType": 0
469
- },
470
- {
471
- "id": "pvp-quest-069",
472
- "stageId": "stage-live-hall-02-03",
473
- "musicId": "music-moon-001",
474
- "musicChartPatternId": "chart-moon-001-001",
475
- "position1AttributeType": 3,
476
- "position2AttributeType": 3,
477
- "position3AttributeType": 2,
478
- "position4AttributeType": 3,
479
- "position5AttributeType": 2,
480
- "activeSkillWeightPermil": 2000,
481
- "specialSkillWeightPermil": 1000,
482
- "skillStaminaWeightPermil": 4000,
483
- "staminaRecoveryWeightPermil": 2000,
484
- "beatDanceWeightPermil": 200,
485
- "beatVocalWeightPermil": 400,
486
- "beatVisualWeightPermil": 400,
487
- "maxCapacity": 4800,
488
- "mentalThreshold": 50,
489
- "questPressureId": "quest_pressure-2",
490
- "questAudienceAdvantageId": "quest_audience_advantage_1",
491
- "liveBonusGroupId": "live-bonus-group-107",
492
- "liveSkipType": 1,
493
- "questCharacterAdvantageId": "",
494
- "moodType": 0
495
- },
496
- {
497
- "id": "pvp-quest-068",
498
- "stageId": "stage-live-hall-00-02",
499
- "musicId": "music-unit-003",
500
- "musicChartPatternId": "chart-unit-003-001",
501
- "position1AttributeType": 1,
502
- "position2AttributeType": 1,
503
- "position3AttributeType": 2,
504
- "position4AttributeType": 1,
505
- "position5AttributeType": 1,
506
- "activeSkillWeightPermil": 2500,
507
- "specialSkillWeightPermil": 1000,
508
- "skillStaminaWeightPermil": 2000,
509
- "staminaRecoveryWeightPermil": 1000,
510
- "beatDanceWeightPermil": 600,
511
- "beatVocalWeightPermil": 250,
512
- "beatVisualWeightPermil": 150,
513
- "maxCapacity": 2350,
514
- "mentalThreshold": 50,
515
- "questPressureId": "quest_pressure-2",
516
- "questAudienceAdvantageId": "quest_audience_advantage_1",
517
- "liveBonusGroupId": "live-bonus-group-106",
518
- "liveSkipType": 1,
519
- "questCharacterAdvantageId": "",
520
- "moodType": 0
521
- },
522
- {
523
- "id": "pvp-quest-067",
524
- "stageId": "stage-live-house-03-00-medium",
525
- "musicId": "music-hsm-001",
526
- "musicChartPatternId": "chart-hsm-001-001",
527
- "position1AttributeType": 2,
528
- "position2AttributeType": 3,
529
- "position3AttributeType": 2,
530
- "position4AttributeType": 2,
531
- "position5AttributeType": 3,
532
- "activeSkillWeightPermil": 2000,
533
- "specialSkillWeightPermil": 1500,
534
- "skillStaminaWeightPermil": 2000,
535
- "staminaRecoveryWeightPermil": 1000,
536
- "beatDanceWeightPermil": 200,
537
- "beatVocalWeightPermil": 400,
538
- "beatVisualWeightPermil": 400,
539
- "maxCapacity": 700,
540
- "mentalThreshold": 50,
541
- "questPressureId": "quest_pressure-2",
542
- "questAudienceAdvantageId": "quest_audience_advantage_1",
543
- "liveBonusGroupId": "live-bonus-group-101",
544
- "liveSkipType": 1,
545
- "questCharacterAdvantageId": "",
546
- "moodType": 0
547
- },
548
- {
549
- "id": "pvp-quest-066",
550
- "stageId": "stage-live-house-03-00",
551
- "musicId": "music-clb-004",
552
- "musicChartPatternId": "chart-clb-004-001",
553
- "position1AttributeType": 1,
554
- "position2AttributeType": 3,
555
- "position3AttributeType": 1,
556
- "position4AttributeType": 1,
557
- "position5AttributeType": 3,
558
- "activeSkillWeightPermil": 2500,
559
- "specialSkillWeightPermil": 1500,
560
- "skillStaminaWeightPermil": 2000,
561
- "staminaRecoveryWeightPermil": 1000,
562
- "beatDanceWeightPermil": 400,
563
- "beatVocalWeightPermil": 200,
564
- "beatVisualWeightPermil": 400,
565
- "maxCapacity": 700,
566
- "mentalThreshold": 50,
567
- "questPressureId": "quest_pressure-2",
568
- "questAudienceAdvantageId": "quest_audience_advantage_1",
569
- "liveBonusGroupId": "live-bonus-group-100",
570
- "liveSkipType": 1,
571
- "questCharacterAdvantageId": "",
572
- "moodType": 0
573
- },
574
- {
575
- "id": "pvp-quest-065",
576
- "stageId": "stage-live-hall-00-00",
577
- "musicId": "music-hsm-004",
578
- "musicChartPatternId": "chart-hsm-004-001",
579
- "position1AttributeType": 1,
580
- "position2AttributeType": 3,
581
- "position3AttributeType": 3,
582
- "position4AttributeType": 3,
583
- "position5AttributeType": 1,
584
- "activeSkillWeightPermil": 2000,
585
- "specialSkillWeightPermil": 1000,
586
- "skillStaminaWeightPermil": 2000,
587
- "staminaRecoveryWeightPermil": 1000,
588
- "beatDanceWeightPermil": 400,
589
- "beatVocalWeightPermil": 200,
590
- "beatVisualWeightPermil": 400,
591
- "maxCapacity": 1000,
592
- "mentalThreshold": 50,
593
- "questPressureId": "quest_pressure-2",
594
- "questAudienceAdvantageId": "quest_audience_advantage_1",
595
- "liveBonusGroupId": "live-bonus-group-099",
596
- "liveSkipType": 1,
597
- "questCharacterAdvantageId": "",
598
- "moodType": 0
599
- },
600
- {
601
- "id": "pvp-quest-064",
602
- "stageId": "stage-live-dome-01-01",
603
- "musicId": "music-thrx-001",
604
- "musicChartPatternId": "chart-thrx-001-001",
605
- "position1AttributeType": 2,
606
- "position2AttributeType": 2,
607
- "position3AttributeType": 3,
608
- "position4AttributeType": 2,
609
- "position5AttributeType": 3,
610
- "activeSkillWeightPermil": 2000,
611
- "specialSkillWeightPermil": 1500,
612
- "skillStaminaWeightPermil": 2000,
613
- "staminaRecoveryWeightPermil": 1000,
614
- "beatDanceWeightPermil": 200,
615
- "beatVocalWeightPermil": 400,
616
- "beatVisualWeightPermil": 400,
617
- "maxCapacity": 13000,
618
- "mentalThreshold": 50,
619
- "questPressureId": "quest_pressure-2",
620
- "questAudienceAdvantageId": "quest_audience_advantage_1",
621
- "liveBonusGroupId": "live-bonus-group-096",
622
- "liveSkipType": 1,
623
- "questCharacterAdvantageId": "",
624
- "moodType": 0
625
- },
626
- {
627
- "id": "pvp-quest-sp-01",
628
- "stageId": "stage-live-hall-03-02",
629
- "musicId": "music-hsm-011",
630
- "musicChartPatternId": "chart-hsm-011-001",
631
- "position1AttributeType": 3,
632
- "position2AttributeType": 2,
633
- "position3AttributeType": 2,
634
- "position4AttributeType": 1,
635
- "position5AttributeType": 3,
636
- "activeSkillWeightPermil": 2000,
637
- "specialSkillWeightPermil": 1000,
638
- "skillStaminaWeightPermil": 2000,
639
- "staminaRecoveryWeightPermil": 1000,
640
- "beatDanceWeightPermil": 200,
641
- "beatVocalWeightPermil": 400,
642
- "beatVisualWeightPermil": 400,
643
- "maxCapacity": 6000,
644
- "mentalThreshold": 50,
645
- "questPressureId": "quest_pressure-2",
646
- "questCharacterAdvantageId": "quest_character_advantage_leader-1500",
647
- "questAudienceAdvantageId": "quest_audience_advantage_1",
648
- "liveBonusGroupId": "live-bonus-group-094",
649
- "liveSkipType": 1,
650
- "moodType": 0
651
- },
652
- {
653
- "id": "pvp-quest-063",
654
- "stageId": "stage-live-hall-02-00",
655
- "musicId": "music-mna-001",
656
- "musicChartPatternId": "chart-mna-001-001",
657
- "position1AttributeType": 3,
658
- "position2AttributeType": 3,
659
- "position3AttributeType": 2,
660
- "position4AttributeType": 3,
661
- "position5AttributeType": 3,
662
- "activeSkillWeightPermil": 2500,
663
- "specialSkillWeightPermil": 1500,
664
- "skillStaminaWeightPermil": 2000,
665
- "staminaRecoveryWeightPermil": 1000,
666
- "beatDanceWeightPermil": 200,
667
- "beatVocalWeightPermil": 200,
668
- "beatVisualWeightPermil": 600,
669
- "maxCapacity": 1500,
670
- "mentalThreshold": 50,
671
- "questPressureId": "quest_pressure-2",
672
- "questAudienceAdvantageId": "quest_audience_advantage_1",
673
- "liveBonusGroupId": "live-bonus-group-093",
674
- "liveSkipType": 1,
675
- "questCharacterAdvantageId": "",
676
- "moodType": 0
677
- },
678
- {
679
- "id": "pvp-quest-062",
680
- "stageId": "stage-live-dome-01-03",
681
- "musicId": "music-unit-002",
682
- "musicChartPatternId": "chart-unit-002-001",
683
- "position1AttributeType": 1,
684
- "position2AttributeType": 2,
685
- "position3AttributeType": 1,
686
- "position4AttributeType": 2,
687
- "position5AttributeType": 2,
688
- "activeSkillWeightPermil": 2000,
689
- "specialSkillWeightPermil": 2000,
690
- "skillStaminaWeightPermil": 2000,
691
- "staminaRecoveryWeightPermil": 1000,
692
- "beatDanceWeightPermil": 400,
693
- "beatVocalWeightPermil": 400,
694
- "beatVisualWeightPermil": 200,
695
- "maxCapacity": 36000,
696
- "mentalThreshold": 50,
697
- "questPressureId": "quest_pressure-2",
698
- "questAudienceAdvantageId": "quest_audience_advantage_1",
699
- "liveBonusGroupId": "live-bonus-group-087",
700
- "liveSkipType": 1,
701
- "questCharacterAdvantageId": "",
702
- "moodType": 0
703
- },
704
- {
705
- "id": "pvp-quest-061",
706
- "stageId": "stage-live-dome-01-02",
707
- "musicId": "music-unit-004",
708
- "musicChartPatternId": "chart-unit-004-001",
709
- "position1AttributeType": 3,
710
- "position2AttributeType": 1,
711
- "position3AttributeType": 3,
712
- "position4AttributeType": 1,
713
- "position5AttributeType": 3,
714
- "activeSkillWeightPermil": 2000,
715
- "specialSkillWeightPermil": 1000,
716
- "skillStaminaWeightPermil": 2500,
717
- "staminaRecoveryWeightPermil": 1500,
718
- "beatDanceWeightPermil": 400,
719
- "beatVocalWeightPermil": 200,
720
- "beatVisualWeightPermil": 400,
721
- "maxCapacity": 32000,
722
- "mentalThreshold": 50,
723
- "questPressureId": "quest_pressure-2",
724
- "questAudienceAdvantageId": "quest_audience_advantage_1",
725
- "liveBonusGroupId": "live-bonus-group-087",
726
- "liveSkipType": 1,
727
- "questCharacterAdvantageId": "",
728
- "moodType": 0
729
- },
730
- {
731
- "id": "pvp-quest-060",
732
- "stageId": "stage-live-dome-00-03",
733
- "musicId": "music-liz-007",
734
- "musicChartPatternId": "chart-liz-007-001",
735
- "position1AttributeType": 2,
736
- "position2AttributeType": 1,
737
- "position3AttributeType": 2,
738
- "position4AttributeType": 1,
739
- "position5AttributeType": 2,
740
- "activeSkillWeightPermil": 2500,
741
- "specialSkillWeightPermil": 1500,
742
- "skillStaminaWeightPermil": 2000,
743
- "staminaRecoveryWeightPermil": 1000,
744
- "beatDanceWeightPermil": 400,
745
- "beatVocalWeightPermil": 400,
746
- "beatVisualWeightPermil": 200,
747
- "maxCapacity": 29000,
748
- "mentalThreshold": 50,
749
- "questPressureId": "quest_pressure-2",
750
- "questAudienceAdvantageId": "quest_audience_advantage_1",
751
- "liveBonusGroupId": "live-bonus-group-001",
752
- "liveSkipType": 1,
753
- "questCharacterAdvantageId": "",
754
- "moodType": 0
755
- },
756
- {
757
- "id": "pvp-quest-059",
758
- "stageId": "stage-live-dome-04-01",
759
- "musicId": "music-tri-001",
760
- "musicChartPatternId": "chart-tri-001-001",
761
- "position1AttributeType": 3,
762
- "position2AttributeType": 3,
763
- "position3AttributeType": 3,
764
- "position4AttributeType": 1,
765
- "position5AttributeType": 1,
766
- "activeSkillWeightPermil": 2000,
767
- "specialSkillWeightPermil": 1500,
768
- "skillStaminaWeightPermil": 2000,
769
- "staminaRecoveryWeightPermil": 1000,
770
- "beatDanceWeightPermil": 200,
771
- "beatVocalWeightPermil": 200,
772
- "beatVisualWeightPermil": 600,
773
- "maxCapacity": 23000,
774
- "mentalThreshold": 50,
775
- "questPressureId": "quest_pressure-2",
776
- "questCharacterAdvantageId": "quest_character_advantage_3-1300",
777
- "questAudienceAdvantageId": "quest_audience_advantage_1",
778
- "liveBonusGroupId": "live-bonus-group-079",
779
- "liveSkipType": 1,
780
- "moodType": 0
781
- },
782
- {
783
- "id": "pvp-quest-058",
784
- "stageId": "stage-live-dome-04-00",
785
- "musicId": "music-tri-005",
786
- "musicChartPatternId": "chart-tri-005-001",
787
- "position1AttributeType": 2,
788
- "position2AttributeType": 2,
789
- "position3AttributeType": 3,
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": 21000,
800
- "mentalThreshold": 50,
801
- "questPressureId": "quest_pressure-2",
802
- "questAudienceAdvantageId": "quest_audience_advantage_1",
803
- "liveBonusGroupId": "live-bonus-group-083",
804
- "liveSkipType": 2,
805
- "questCharacterAdvantageId": "",
806
- "moodType": 0
807
- },
808
- {
809
- "activeSkillWeightPermil": 1500,
810
- "beatDanceWeightPermil": 400,
811
- "beatVisualWeightPermil": 400,
812
- "beatVocalWeightPermil": 200,
813
- "id": "pvp-quest-057",
814
- "liveBonusGroupId": "live-bonus-group-002",
815
- "liveSkipType": 2,
816
- "maxCapacity": 19000,
817
- "mentalThreshold": 50,
818
- "musicChartPatternId": "chart-sun-003-001",
819
- "musicId": "music-sun-003",
820
- "position1AttributeType": 1,
821
- "position2AttributeType": 1,
822
- "position3AttributeType": 3,
823
- "position4AttributeType": 1,
824
- "position5AttributeType": 3,
825
- "questAudienceAdvantageId": "quest_audience_advantage_1",
826
- "questCharacterAdvantageId": "quest_character_advantage_2-1300",
827
- "questPressureId": "quest_pressure-2",
828
- "skillStaminaWeightPermil": 2000,
829
- "specialSkillWeightPermil": 2000,
830
- "stageId": "stage-live-dome-03-01",
831
- "staminaRecoveryWeightPermil": 1000
832
- },
833
- {
834
- "activeSkillWeightPermil": 1500,
835
- "beatDanceWeightPermil": 400,
836
- "beatVisualWeightPermil": 200,
837
- "beatVocalWeightPermil": 400,
838
- "id": "pvp-quest-056",
839
- "liveBonusGroupId": "live-bonus-group-001",
840
- "liveSkipType": 1,
841
- "maxCapacity": 14500,
842
- "mentalThreshold": 50,
843
- "musicChartPatternId": "chart-liz-009-001",
844
- "musicId": "music-liz-009",
845
- "position1AttributeType": 2,
846
- "position2AttributeType": 2,
847
- "position3AttributeType": 2,
848
- "position4AttributeType": 1,
849
- "position5AttributeType": 1,
850
- "questAudienceAdvantageId": "quest_audience_advantage_1",
851
- "questPressureId": "quest_pressure-2",
852
- "skillStaminaWeightPermil": 2500,
853
- "specialSkillWeightPermil": 2000,
854
- "stageId": "stage-live-dome-02-00",
855
- "staminaRecoveryWeightPermil": 1000
856
- }
857
- ]