hoshimi-venus 0.16.91 → 0.21.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.
- package/out/concert/concert.js.map +1 -1
- package/out/concert/efficacy_analyze.js.map +1 -1
- package/out/concert/efficacy_proc.d.ts +1 -0
- package/out/concert/efficacy_proc.js +1 -0
- package/out/concert/partial/a_migration.js +2 -2
- package/out/concert/partial/a_migration.js.map +1 -1
- package/out/concert/partial/actions/action.js +2 -3
- package/out/concert/partial/actions/action.js.map +1 -1
- package/out/concert/partial/actions/cool_time_increase.js +1 -1
- package/out/concert/partial/actions/cool_time_increase.js.map +1 -1
- package/out/concert/partial/actions/cool_time_reduction.js +1 -1
- package/out/concert/partial/actions/cool_time_reduction.js.map +1 -1
- package/out/concert/partial/actions/dance_boost.js +2 -2
- package/out/concert/partial/actions/dance_boost.js.map +1 -1
- package/out/concert/partial/actions/dance_down.js +2 -2
- package/out/concert/partial/actions/dance_down.js.map +1 -1
- package/out/concert/partial/actions/dance_up.js +2 -2
- package/out/concert/partial/actions/dance_up.js.map +1 -1
- package/out/concert/partial/actions/fix_stamina_recovery.js +1 -2
- package/out/concert/partial/actions/fix_stamina_recovery.js.map +1 -1
- package/out/concert/partial/actions/live_ability_cool_time_reduction.js +2 -3
- package/out/concert/partial/actions/live_ability_cool_time_reduction.js.map +1 -1
- package/out/concert/partial/actions/passiveSkillCoolTimeReset.js +1 -1
- package/out/concert/partial/actions/passiveSkillCoolTimeReset.js.map +1 -1
- package/out/concert/partial/actions/stamina_consumption.js +1 -2
- package/out/concert/partial/actions/stamina_consumption.js.map +1 -1
- package/out/concert/partial/actions/status_effect_change.js +3 -4
- package/out/concert/partial/actions/status_effect_change.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_count_increase.js +3 -3
- package/out/concert/partial/actions/strength_effect_count_increase.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_erasing.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_erasing_all.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js.map +1 -1
- package/out/concert/partial/actions/strength_effect_value_increase.js +2 -3
- package/out/concert/partial/actions/strength_effect_value_increase.js.map +1 -1
- package/out/concert/partial/actions/target_stamina_recovery.js +1 -2
- package/out/concert/partial/actions/target_stamina_recovery.js.map +1 -1
- package/out/concert/partial/actions/visual_boost.js +2 -2
- package/out/concert/partial/actions/visual_boost.js.map +1 -1
- package/out/concert/partial/actions/visual_down.js +2 -2
- package/out/concert/partial/actions/visual_down.js.map +1 -1
- package/out/concert/partial/actions/visual_up.js +2 -2
- package/out/concert/partial/actions/visual_up.js.map +1 -1
- package/out/concert/partial/actions/vocal_boost.js +2 -2
- package/out/concert/partial/actions/vocal_boost.js.map +1 -1
- package/out/concert/partial/actions/vocal_down.js +2 -2
- package/out/concert/partial/actions/vocal_down.js.map +1 -1
- package/out/concert/partial/actions/vocal_up.js +2 -2
- package/out/concert/partial/actions/vocal_up.js.map +1 -1
- package/out/concert/partial/actions/weakness_effect_inversion.js +3 -3
- package/out/concert/partial/actions/weakness_effect_inversion.js.map +1 -1
- package/out/concert/partial/actions/weakness_effect_recovery.js.map +1 -1
- package/out/concert/partial/apply_continuous_effects.js.map +1 -1
- package/out/concert/partial/b_check_existence.js.map +1 -1
- package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -1
- package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -1
- package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -1
- package/out/concert/partial/f_determine_act_skill_privilege.js +1 -2
- package/out/concert/partial/f_determine_act_skill_privilege.js.map +1 -1
- package/out/concert/partial/get_actable_indexes.js +1 -2
- package/out/concert/partial/get_actable_indexes.js.map +1 -1
- package/out/concert/partial/handle_combo.js +1 -1
- package/out/concert/partial/handle_combo.js.map +1 -1
- package/out/concert/partial/init_concert.js +1 -2
- package/out/concert/partial/init_concert.js.map +1 -1
- package/out/concert/partial/perform_beat.js +2 -3
- package/out/concert/partial/perform_beat.js.map +1 -1
- package/out/concert/partial/perform_skill.js +4 -6
- package/out/concert/partial/perform_skill.js.map +1 -1
- package/out/concert/partial/prepare_p_skill.js +5 -6
- package/out/concert/partial/prepare_p_skill.js.map +1 -1
- package/out/concert/partial/rotate_ct.js +1 -2
- package/out/concert/partial/rotate_ct.js.map +1 -1
- package/out/concert/partial/rotate_remains.js.map +1 -1
- package/out/concert/target_analyze.js.map +1 -1
- package/out/concert/target_proc.js +19 -21
- package/out/concert/target_proc.js.map +1 -1
- package/out/concert/trigger_analyze.js.map +1 -1
- package/out/concert/trigger_proc.js +12 -16
- package/out/concert/trigger_proc.js.map +1 -1
- package/out/db/dao/api.d.ts +5 -0
- package/out/db/dao/api.js +35 -0
- package/out/db/dao/api.js.map +1 -0
- package/out/db/dao/card_dao.d.ts +4 -1
- package/out/db/dao/card_dao.js +30 -12
- package/out/db/dao/card_dao.js.map +1 -1
- package/out/db/dao/character_dao.d.ts +4 -1
- package/out/db/dao/character_dao.js +26 -10
- package/out/db/dao/character_dao.js.map +1 -1
- package/out/db/dao/env.d.ts +1 -0
- package/out/db/dao/env.js +5 -0
- package/out/db/dao/env.js.map +1 -0
- package/out/db/dao/quest_dao.d.ts +4 -1
- package/out/db/dao/quest_dao.js +70 -44
- package/out/db/dao/quest_dao.js.map +1 -1
- package/out/db/dao/setting_dao.d.ts +4 -1
- package/out/db/dao/setting_dao.js +49 -5
- package/out/db/dao/setting_dao.js.map +1 -1
- package/out/db/dao/skill_dao.d.ts +4 -1
- package/out/db/dao/skill_dao.js +38 -20
- package/out/db/dao/skill_dao.js.map +1 -1
- package/out/db/dao/typeUtils.d.ts +1 -0
- package/out/db/dao/typeUtils.js +3 -0
- package/out/db/dao/typeUtils.js.map +1 -0
- package/out/db/dao/utils.d.ts +2 -0
- package/out/db/dao/utils.js +24 -0
- package/out/db/dao/utils.js.map +1 -0
- package/out/db/repository/card_repository.js +2 -4
- package/out/db/repository/card_repository.js.map +1 -1
- package/out/db/repository/chara_repository.js +4 -1
- package/out/db/repository/chara_repository.js.map +1 -1
- package/out/db/repository/quest_repository.js +4 -7
- package/out/db/repository/quest_repository.js.map +1 -1
- package/out/db/repository/setting_repository.d.ts +2 -1
- package/out/db/repository/setting_repository.js +5 -1
- package/out/db/repository/setting_repository.js.map +1 -1
- package/out/db/repository/skill_repository.js +1 -2
- package/out/db/repository/skill_repository.js.map +1 -1
- package/out/db/wrapper/card_wrapper.js +7 -1
- package/out/db/wrapper/card_wrapper.js.map +1 -1
- package/out/db/wrapper/quest_wrapper.js +21 -10
- package/out/db/wrapper/quest_wrapper.js.map +1 -1
- package/out/db/wrapper/skill_wrapper.js +23 -5
- package/out/db/wrapper/skill_wrapper.js.map +1 -1
- package/out/index.d.ts +6 -0
- package/out/index.js +18 -0
- package/out/index.js.map +1 -1
- package/out/main.js +41 -23
- package/out/main.js.map +1 -1
- package/out/package.json +2 -1
- package/out/satomi/card.js +26 -3
- package/out/satomi/card.js.map +1 -1
- package/out/satomi/deck.js.map +1 -1
- package/out/types/proto/proto_enum.js +143 -143
- package/out/types/proto/proto_enum.js.map +1 -1
- package/out/utils/calc_utils.js +2 -4
- package/out/utils/calc_utils.js.map +1 -1
- package/out/utils/chart_utils.js +6 -10
- package/out/utils/chart_utils.js.map +1 -1
- package/out/utils/skill_utils.js +1 -2
- package/out/utils/skill_utils.js.map +1 -1
- package/package.json +3 -2
- package/out/database/Card.json +0 -12568
- package/out/database/CardParameter.json +0 -4682
- package/out/database/CardRarity.json +0 -62
- package/out/database/Character.json +0 -4818
- package/out/database/CharacterGroup.json +0 -264
- package/out/database/GvgQuest.json +0 -286
- package/out/database/LeagueQuest.json +0 -1078
- package/out/database/LiveAbility.json +0 -34882
- package/out/database/LiveBonus.json +0 -914
- package/out/database/LiveBonusGroup.json +0 -916
- package/out/database/MarathonQuest.json +0 -2332
- package/out/database/Music.json +0 -41158
- package/out/database/MusicChartPattern.json +0 -124382
- package/out/database/PvpQuest.json +0 -857
- package/out/database/Quest.json +0 -139832
- package/out/database/RaidQuest.json +0 -1857
- package/out/database/Skill.json +0 -154271
- package/out/database/SkillEfficacy.json +0 -58762
- package/out/database/SkillTarget.json +0 -252
- package/out/database/SkillTrigger.json +0 -816
@@ -1,816 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "tg-beat",
|
4
|
-
"type": 1,
|
5
|
-
"characterIds": []
|
6
|
-
},
|
7
|
-
{
|
8
|
-
"id": "tg-before_active_skill_by_someone",
|
9
|
-
"type": 5,
|
10
|
-
"characterIds": []
|
11
|
-
},
|
12
|
-
{
|
13
|
-
"id": "tg-before_critical",
|
14
|
-
"type": 7,
|
15
|
-
"characterIds": []
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"id": "tg-before_critical_by_someone",
|
19
|
-
"type": 8,
|
20
|
-
"characterIds": []
|
21
|
-
},
|
22
|
-
{
|
23
|
-
"id": "tg-before_special_skill",
|
24
|
-
"type": 37,
|
25
|
-
"characterIds": []
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"id": "tg-before_special_skill_by_someone",
|
29
|
-
"type": 6,
|
30
|
-
"characterIds": []
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"id": "tg-center",
|
34
|
-
"type": 16,
|
35
|
-
"characterIds": []
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"id": "tg-combo-100",
|
39
|
-
"type": 3,
|
40
|
-
"characterIds": []
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"id": "tg-combo-50",
|
44
|
-
"type": 3,
|
45
|
-
"characterIds": []
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"id": "tg-combo-80",
|
49
|
-
"type": 3,
|
50
|
-
"characterIds": []
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"id": "tg-combo-90",
|
54
|
-
"type": 3,
|
55
|
-
"characterIds": []
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"id": "tg-combo_less_equal-100",
|
59
|
-
"type": 33,
|
60
|
-
"characterIds": []
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"id": "tg-combo_less_equal-50",
|
64
|
-
"type": 33,
|
65
|
-
"characterIds": []
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"id": "tg-combo_less_equal-80",
|
69
|
-
"type": 33,
|
70
|
-
"characterIds": []
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"id": "tg-critical",
|
74
|
-
"type": 9,
|
75
|
-
"characterIds": []
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"id": "tg-fan_engage_higher-10",
|
79
|
-
"type": 15,
|
80
|
-
"characterIds": []
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"id": "tg-fan_engage_higher-15",
|
84
|
-
"type": 15,
|
85
|
-
"characterIds": []
|
86
|
-
},
|
87
|
-
{
|
88
|
-
"id": "tg-fan_engage_higher-20",
|
89
|
-
"type": 15,
|
90
|
-
"characterIds": []
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"id": "tg-fan_engage_higher-25",
|
94
|
-
"type": 15,
|
95
|
-
"characterIds": []
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"id": "tg-fan_engage_higher-30",
|
99
|
-
"type": 15,
|
100
|
-
"characterIds": []
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"id": "tg-live_start",
|
104
|
-
"type": 2,
|
105
|
-
"characterIds": []
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"id": "tg-mood_type-black_club",
|
109
|
-
"type": 17,
|
110
|
-
"characterIds": []
|
111
|
-
},
|
112
|
-
{
|
113
|
-
"id": "tg-mood_type-black_diamond",
|
114
|
-
"type": 17,
|
115
|
-
"characterIds": []
|
116
|
-
},
|
117
|
-
{
|
118
|
-
"id": "tg-mood_type-black_heart",
|
119
|
-
"type": 17,
|
120
|
-
"characterIds": []
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"id": "tg-mood_type-black_spade",
|
124
|
-
"type": 17,
|
125
|
-
"characterIds": []
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"id": "tg-mood_type-white_club",
|
129
|
-
"type": 17,
|
130
|
-
"characterIds": []
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"id": "tg-mood_type-white_diamond",
|
134
|
-
"type": 17,
|
135
|
-
"characterIds": []
|
136
|
-
},
|
137
|
-
{
|
138
|
-
"id": "tg-mood_type-white_heart",
|
139
|
-
"type": 17,
|
140
|
-
"characterIds": []
|
141
|
-
},
|
142
|
-
{
|
143
|
-
"id": "tg-mood_type-white_spade",
|
144
|
-
"type": 17,
|
145
|
-
"characterIds": []
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"id": "tg-more_than_character_count-ai-1",
|
149
|
-
"type": 4,
|
150
|
-
"characterIds": [
|
151
|
-
"char-ai"
|
152
|
-
]
|
153
|
-
},
|
154
|
-
{
|
155
|
-
"id": "tg-more_than_character_count-aoi-1",
|
156
|
-
"type": 4,
|
157
|
-
"characterIds": [
|
158
|
-
"char-aoi"
|
159
|
-
]
|
160
|
-
},
|
161
|
-
{
|
162
|
-
"id": "tg-more_than_character_count-chs-1",
|
163
|
-
"type": 4,
|
164
|
-
"characterIds": [
|
165
|
-
"char-chs"
|
166
|
-
]
|
167
|
-
},
|
168
|
-
{
|
169
|
-
"id": "tg-more_than_character_count-hrk-1",
|
170
|
-
"type": 4,
|
171
|
-
"characterIds": [
|
172
|
-
"char-hrk"
|
173
|
-
]
|
174
|
-
},
|
175
|
-
{
|
176
|
-
"id": "tg-more_than_character_count-kkr-1",
|
177
|
-
"type": 4,
|
178
|
-
"characterIds": [
|
179
|
-
"char-kkr"
|
180
|
-
]
|
181
|
-
},
|
182
|
-
{
|
183
|
-
"id": "tg-more_than_character_count-ktn-1",
|
184
|
-
"type": 4,
|
185
|
-
"characterIds": [
|
186
|
-
"char-ktn"
|
187
|
-
]
|
188
|
-
},
|
189
|
-
{
|
190
|
-
"id": "tg-more_than_character_count-leader-1",
|
191
|
-
"type": 4,
|
192
|
-
"characterIds": [
|
193
|
-
"char-ktn",
|
194
|
-
"char-skr",
|
195
|
-
"char-rui",
|
196
|
-
"char-rio",
|
197
|
-
"char-kor"
|
198
|
-
]
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"id": "tg-more_than_character_count-leader-2",
|
202
|
-
"type": 4,
|
203
|
-
"characterIds": [
|
204
|
-
"char-ktn",
|
205
|
-
"char-skr",
|
206
|
-
"char-rui",
|
207
|
-
"char-rio",
|
208
|
-
"char-kor"
|
209
|
-
]
|
210
|
-
},
|
211
|
-
{
|
212
|
-
"id": "tg-more_than_character_count-leader-3",
|
213
|
-
"type": 4,
|
214
|
-
"characterIds": [
|
215
|
-
"char-ktn",
|
216
|
-
"char-skr",
|
217
|
-
"char-rui",
|
218
|
-
"char-rio",
|
219
|
-
"char-kor"
|
220
|
-
]
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"id": "tg-more_than_character_count-leader-4",
|
224
|
-
"type": 4,
|
225
|
-
"characterIds": [
|
226
|
-
"char-ktn",
|
227
|
-
"char-skr",
|
228
|
-
"char-rui",
|
229
|
-
"char-rio",
|
230
|
-
"char-kor"
|
231
|
-
]
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"id": "tg-more_than_character_count-leader-5",
|
235
|
-
"type": 4,
|
236
|
-
"characterIds": [
|
237
|
-
"char-ktn",
|
238
|
-
"char-skr",
|
239
|
-
"char-rui",
|
240
|
-
"char-rio",
|
241
|
-
"char-kor"
|
242
|
-
]
|
243
|
-
},
|
244
|
-
{
|
245
|
-
"id": "tg-more_than_character_count-liz-1",
|
246
|
-
"type": 4,
|
247
|
-
"characterIds": [
|
248
|
-
"char-rio",
|
249
|
-
"char-aoi",
|
250
|
-
"char-ai",
|
251
|
-
"char-kkr"
|
252
|
-
]
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"id": "tg-more_than_character_count-mei-1",
|
256
|
-
"type": 4,
|
257
|
-
"characterIds": [
|
258
|
-
"char-mei"
|
259
|
-
]
|
260
|
-
},
|
261
|
-
{
|
262
|
-
"id": "tg-more_than_character_count-moon-1",
|
263
|
-
"type": 4,
|
264
|
-
"characterIds": [
|
265
|
-
"char-ktn",
|
266
|
-
"char-ngs",
|
267
|
-
"char-mei",
|
268
|
-
"char-suz",
|
269
|
-
"char-ski"
|
270
|
-
]
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"id": "tg-more_than_character_count-moon-2",
|
274
|
-
"type": 4,
|
275
|
-
"characterIds": [
|
276
|
-
"char-ktn",
|
277
|
-
"char-ngs",
|
278
|
-
"char-mei",
|
279
|
-
"char-suz",
|
280
|
-
"char-ski"
|
281
|
-
]
|
282
|
-
},
|
283
|
-
{
|
284
|
-
"id": "tg-more_than_character_count-moon-3",
|
285
|
-
"type": 4,
|
286
|
-
"characterIds": [
|
287
|
-
"char-ktn",
|
288
|
-
"char-ngs",
|
289
|
-
"char-mei",
|
290
|
-
"char-suz",
|
291
|
-
"char-ski"
|
292
|
-
]
|
293
|
-
},
|
294
|
-
{
|
295
|
-
"id": "tg-more_than_character_count-moon-4",
|
296
|
-
"type": 4,
|
297
|
-
"characterIds": [
|
298
|
-
"char-ktn",
|
299
|
-
"char-ngs",
|
300
|
-
"char-mei",
|
301
|
-
"char-suz",
|
302
|
-
"char-ski"
|
303
|
-
]
|
304
|
-
},
|
305
|
-
{
|
306
|
-
"id": "tg-more_than_character_count-moon-5",
|
307
|
-
"type": 4,
|
308
|
-
"characterIds": [
|
309
|
-
"char-ktn",
|
310
|
-
"char-ngs",
|
311
|
-
"char-mei",
|
312
|
-
"char-suz",
|
313
|
-
"char-ski"
|
314
|
-
]
|
315
|
-
},
|
316
|
-
{
|
317
|
-
"id": "tg-more_than_character_count-ngs-1",
|
318
|
-
"type": 4,
|
319
|
-
"characterIds": [
|
320
|
-
"char-ngs"
|
321
|
-
]
|
322
|
-
},
|
323
|
-
{
|
324
|
-
"id": "tg-more_than_character_count-pajm-1",
|
325
|
-
"type": 4,
|
326
|
-
"characterIds": [
|
327
|
-
"char-smr",
|
328
|
-
"char-szk",
|
329
|
-
"char-chs",
|
330
|
-
"char-kkr",
|
331
|
-
"char-suz"
|
332
|
-
]
|
333
|
-
},
|
334
|
-
{
|
335
|
-
"id": "tg-more_than_character_count-pajm-2",
|
336
|
-
"type": 4,
|
337
|
-
"characterIds": [
|
338
|
-
"char-smr",
|
339
|
-
"char-szk",
|
340
|
-
"char-chs",
|
341
|
-
"char-kkr",
|
342
|
-
"char-suz"
|
343
|
-
]
|
344
|
-
},
|
345
|
-
{
|
346
|
-
"id": "tg-more_than_character_count-pajm-3",
|
347
|
-
"type": 4,
|
348
|
-
"characterIds": [
|
349
|
-
"char-smr",
|
350
|
-
"char-szk",
|
351
|
-
"char-chs",
|
352
|
-
"char-kkr",
|
353
|
-
"char-suz"
|
354
|
-
]
|
355
|
-
},
|
356
|
-
{
|
357
|
-
"id": "tg-more_than_character_count-pajm-4",
|
358
|
-
"type": 4,
|
359
|
-
"characterIds": [
|
360
|
-
"char-smr",
|
361
|
-
"char-szk",
|
362
|
-
"char-chs",
|
363
|
-
"char-kkr",
|
364
|
-
"char-suz"
|
365
|
-
]
|
366
|
-
},
|
367
|
-
{
|
368
|
-
"id": "tg-more_than_character_count-pajm-5",
|
369
|
-
"type": 4,
|
370
|
-
"characterIds": [
|
371
|
-
"char-smr",
|
372
|
-
"char-szk",
|
373
|
-
"char-chs",
|
374
|
-
"char-kkr",
|
375
|
-
"char-suz"
|
376
|
-
]
|
377
|
-
},
|
378
|
-
{
|
379
|
-
"id": "tg-more_than_character_count-rei-1",
|
380
|
-
"type": 4,
|
381
|
-
"characterIds": [
|
382
|
-
"char-rei"
|
383
|
-
]
|
384
|
-
},
|
385
|
-
{
|
386
|
-
"id": "tg-more_than_character_count-rio-1",
|
387
|
-
"type": 4,
|
388
|
-
"characterIds": [
|
389
|
-
"char-rio"
|
390
|
-
]
|
391
|
-
},
|
392
|
-
{
|
393
|
-
"id": "tg-more_than_character_count-rui-1",
|
394
|
-
"type": 4,
|
395
|
-
"characterIds": [
|
396
|
-
"char-rui"
|
397
|
-
]
|
398
|
-
},
|
399
|
-
{
|
400
|
-
"id": "tg-more_than_character_count-ski-1",
|
401
|
-
"type": 4,
|
402
|
-
"characterIds": [
|
403
|
-
"char-ski"
|
404
|
-
]
|
405
|
-
},
|
406
|
-
{
|
407
|
-
"id": "tg-more_than_character_count-skr-1",
|
408
|
-
"type": 4,
|
409
|
-
"characterIds": [
|
410
|
-
"char-skr"
|
411
|
-
]
|
412
|
-
},
|
413
|
-
{
|
414
|
-
"id": "tg-more_than_character_count-smr-1",
|
415
|
-
"type": 4,
|
416
|
-
"characterIds": [
|
417
|
-
"char-smr"
|
418
|
-
]
|
419
|
-
},
|
420
|
-
{
|
421
|
-
"id": "tg-more_than_character_count-sun-1",
|
422
|
-
"type": 4,
|
423
|
-
"characterIds": [
|
424
|
-
"char-skr",
|
425
|
-
"char-szk",
|
426
|
-
"char-chs",
|
427
|
-
"char-rei",
|
428
|
-
"char-hrk"
|
429
|
-
]
|
430
|
-
},
|
431
|
-
{
|
432
|
-
"id": "tg-more_than_character_count-sun-2",
|
433
|
-
"type": 4,
|
434
|
-
"characterIds": [
|
435
|
-
"char-skr",
|
436
|
-
"char-szk",
|
437
|
-
"char-chs",
|
438
|
-
"char-rei",
|
439
|
-
"char-hrk"
|
440
|
-
]
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"id": "tg-more_than_character_count-sun-3",
|
444
|
-
"type": 4,
|
445
|
-
"characterIds": [
|
446
|
-
"char-skr",
|
447
|
-
"char-szk",
|
448
|
-
"char-chs",
|
449
|
-
"char-rei",
|
450
|
-
"char-hrk"
|
451
|
-
]
|
452
|
-
},
|
453
|
-
{
|
454
|
-
"id": "tg-more_than_character_count-sun-4",
|
455
|
-
"type": 4,
|
456
|
-
"characterIds": [
|
457
|
-
"char-skr",
|
458
|
-
"char-szk",
|
459
|
-
"char-chs",
|
460
|
-
"char-rei",
|
461
|
-
"char-hrk"
|
462
|
-
]
|
463
|
-
},
|
464
|
-
{
|
465
|
-
"id": "tg-more_than_character_count-sun-5",
|
466
|
-
"type": 4,
|
467
|
-
"characterIds": [
|
468
|
-
"char-skr",
|
469
|
-
"char-szk",
|
470
|
-
"char-chs",
|
471
|
-
"char-rei",
|
472
|
-
"char-hrk"
|
473
|
-
]
|
474
|
-
},
|
475
|
-
{
|
476
|
-
"id": "tg-more_than_character_count-suz-1",
|
477
|
-
"type": 4,
|
478
|
-
"characterIds": [
|
479
|
-
"char-suz"
|
480
|
-
]
|
481
|
-
},
|
482
|
-
{
|
483
|
-
"id": "tg-more_than_character_count-szk-1",
|
484
|
-
"type": 4,
|
485
|
-
"characterIds": [
|
486
|
-
"char-szk"
|
487
|
-
]
|
488
|
-
},
|
489
|
-
{
|
490
|
-
"id": "tg-more_than_character_count-tri-1",
|
491
|
-
"type": 4,
|
492
|
-
"characterIds": [
|
493
|
-
"char-rui",
|
494
|
-
"char-yu",
|
495
|
-
"char-smr"
|
496
|
-
]
|
497
|
-
},
|
498
|
-
{
|
499
|
-
"id": "tg-more_than_character_count-tri-2",
|
500
|
-
"type": 4,
|
501
|
-
"characterIds": [
|
502
|
-
"char-rui",
|
503
|
-
"char-yu",
|
504
|
-
"char-smr"
|
505
|
-
]
|
506
|
-
},
|
507
|
-
{
|
508
|
-
"id": "tg-more_than_character_count-tri-3",
|
509
|
-
"type": 4,
|
510
|
-
"characterIds": [
|
511
|
-
"char-rui",
|
512
|
-
"char-yu",
|
513
|
-
"char-smr"
|
514
|
-
]
|
515
|
-
},
|
516
|
-
{
|
517
|
-
"id": "tg-more_than_character_count-tri-4",
|
518
|
-
"type": 4,
|
519
|
-
"characterIds": [
|
520
|
-
"char-rui",
|
521
|
-
"char-yu",
|
522
|
-
"char-smr"
|
523
|
-
]
|
524
|
-
},
|
525
|
-
{
|
526
|
-
"id": "tg-more_than_character_count-tri-5",
|
527
|
-
"type": 4,
|
528
|
-
"characterIds": [
|
529
|
-
"char-rui",
|
530
|
-
"char-yu",
|
531
|
-
"char-smr"
|
532
|
-
]
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"id": "tg-more_than_character_count-yu-1",
|
536
|
-
"type": 4,
|
537
|
-
"characterIds": [
|
538
|
-
"char-yu"
|
539
|
-
]
|
540
|
-
},
|
541
|
-
{
|
542
|
-
"id": "tg-music-music-clb-004",
|
543
|
-
"type": 18,
|
544
|
-
"characterIds": []
|
545
|
-
},
|
546
|
-
{
|
547
|
-
"id": "tg-position_attribute_dance",
|
548
|
-
"type": 22,
|
549
|
-
"characterIds": []
|
550
|
-
},
|
551
|
-
{
|
552
|
-
"id": "tg-position_attribute_visual",
|
553
|
-
"type": 23,
|
554
|
-
"characterIds": []
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"id": "tg-position_attribute_vocal",
|
558
|
-
"type": 21,
|
559
|
-
"characterIds": []
|
560
|
-
},
|
561
|
-
{
|
562
|
-
"id": "tg-someone_recovered",
|
563
|
-
"type": 26,
|
564
|
-
"characterIds": []
|
565
|
-
},
|
566
|
-
{
|
567
|
-
"id": "tg-someone_stamina_lower-30",
|
568
|
-
"type": 14,
|
569
|
-
"characterIds": []
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"id": "tg-someone_stamina_lower-50",
|
573
|
-
"type": 14,
|
574
|
-
"characterIds": []
|
575
|
-
},
|
576
|
-
{
|
577
|
-
"id": "tg-someone_stamina_lower-70",
|
578
|
-
"type": 14,
|
579
|
-
"characterIds": []
|
580
|
-
},
|
581
|
-
{
|
582
|
-
"id": "tg-someone_status-audience_amount_increase",
|
583
|
-
"type": 11,
|
584
|
-
"characterIds": []
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"id": "tg-someone_status-audience_amount_reduction",
|
588
|
-
"type": 11,
|
589
|
-
"characterIds": []
|
590
|
-
},
|
591
|
-
{
|
592
|
-
"id": "tg-someone_status-beat_score_up",
|
593
|
-
"type": 11,
|
594
|
-
"characterIds": []
|
595
|
-
},
|
596
|
-
{
|
597
|
-
"id": "tg-someone_status-combo_continuation",
|
598
|
-
"type": 11,
|
599
|
-
"characterIds": []
|
600
|
-
},
|
601
|
-
{
|
602
|
-
"id": "tg-someone_status-critical_bonus_permil_up",
|
603
|
-
"type": 11,
|
604
|
-
"characterIds": []
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"id": "tg-someone_status-critical_rate_up",
|
608
|
-
"type": 11,
|
609
|
-
"characterIds": []
|
610
|
-
},
|
611
|
-
{
|
612
|
-
"id": "tg-someone_status-dance_down",
|
613
|
-
"type": 11,
|
614
|
-
"characterIds": []
|
615
|
-
},
|
616
|
-
{
|
617
|
-
"id": "tg-someone_status-dance_up",
|
618
|
-
"type": 11,
|
619
|
-
"characterIds": []
|
620
|
-
},
|
621
|
-
{
|
622
|
-
"id": "tg-someone_status-score_up",
|
623
|
-
"type": 11,
|
624
|
-
"characterIds": []
|
625
|
-
},
|
626
|
-
{
|
627
|
-
"id": "tg-someone_status-skill_impossible",
|
628
|
-
"type": 11,
|
629
|
-
"characterIds": []
|
630
|
-
},
|
631
|
-
{
|
632
|
-
"id": "tg-someone_status-skill_score_up",
|
633
|
-
"type": 11,
|
634
|
-
"characterIds": []
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"id": "tg-someone_status-skill_success_rate_up",
|
638
|
-
"type": 11,
|
639
|
-
"characterIds": []
|
640
|
-
},
|
641
|
-
{
|
642
|
-
"id": "tg-someone_status-stamina_consumption_increase",
|
643
|
-
"type": 11,
|
644
|
-
"characterIds": []
|
645
|
-
},
|
646
|
-
{
|
647
|
-
"id": "tg-someone_status-stamina_consumption_reduction",
|
648
|
-
"type": 11,
|
649
|
-
"characterIds": []
|
650
|
-
},
|
651
|
-
{
|
652
|
-
"id": "tg-someone_status-tension_up",
|
653
|
-
"type": 11,
|
654
|
-
"characterIds": []
|
655
|
-
},
|
656
|
-
{
|
657
|
-
"id": "tg-someone_status-visual_boost",
|
658
|
-
"type": 11,
|
659
|
-
"characterIds": []
|
660
|
-
},
|
661
|
-
{
|
662
|
-
"id": "tg-someone_status-visual_down",
|
663
|
-
"type": 11,
|
664
|
-
"characterIds": []
|
665
|
-
},
|
666
|
-
{
|
667
|
-
"id": "tg-someone_status-visual_up",
|
668
|
-
"type": 11,
|
669
|
-
"characterIds": []
|
670
|
-
},
|
671
|
-
{
|
672
|
-
"id": "tg-someone_status-vocal_boost",
|
673
|
-
"type": 11,
|
674
|
-
"characterIds": []
|
675
|
-
},
|
676
|
-
{
|
677
|
-
"id": "tg-someone_status-vocal_down",
|
678
|
-
"type": 11,
|
679
|
-
"characterIds": []
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"id": "tg-someone_status-vocal_up",
|
683
|
-
"type": 11,
|
684
|
-
"characterIds": []
|
685
|
-
},
|
686
|
-
{
|
687
|
-
"id": "tg-someone_status_group-weekness",
|
688
|
-
"type": 20,
|
689
|
-
"characterIds": []
|
690
|
-
},
|
691
|
-
{
|
692
|
-
"id": "tg-stamina_higher-100",
|
693
|
-
"type": 13,
|
694
|
-
"characterIds": []
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"id": "tg-stamina_higher-60",
|
698
|
-
"type": 13,
|
699
|
-
"characterIds": []
|
700
|
-
},
|
701
|
-
{
|
702
|
-
"id": "tg-stamina_higher-80",
|
703
|
-
"type": 13,
|
704
|
-
"characterIds": []
|
705
|
-
},
|
706
|
-
{
|
707
|
-
"id": "tg-stamina_lower-30",
|
708
|
-
"type": 12,
|
709
|
-
"characterIds": []
|
710
|
-
},
|
711
|
-
{
|
712
|
-
"id": "tg-stamina_lower-50",
|
713
|
-
"type": 12,
|
714
|
-
"characterIds": []
|
715
|
-
},
|
716
|
-
{
|
717
|
-
"id": "tg-stamina_lower-70",
|
718
|
-
"type": 12,
|
719
|
-
"characterIds": []
|
720
|
-
},
|
721
|
-
{
|
722
|
-
"id": "tg-status-audience_amount_increase",
|
723
|
-
"type": 10,
|
724
|
-
"characterIds": []
|
725
|
-
},
|
726
|
-
{
|
727
|
-
"id": "tg-status-audience_amount_reduction",
|
728
|
-
"type": 10,
|
729
|
-
"characterIds": []
|
730
|
-
},
|
731
|
-
{
|
732
|
-
"id": "tg-status-beat_score_up",
|
733
|
-
"type": 10,
|
734
|
-
"characterIds": []
|
735
|
-
},
|
736
|
-
{
|
737
|
-
"id": "tg-status-combo_continuation",
|
738
|
-
"type": 10,
|
739
|
-
"characterIds": []
|
740
|
-
},
|
741
|
-
{
|
742
|
-
"id": "tg-status-critical_bonus_permil_up",
|
743
|
-
"type": 10,
|
744
|
-
"characterIds": []
|
745
|
-
},
|
746
|
-
{
|
747
|
-
"id": "tg-status-critical_rate_up",
|
748
|
-
"type": 10,
|
749
|
-
"characterIds": []
|
750
|
-
},
|
751
|
-
{
|
752
|
-
"id": "tg-status-dance_down",
|
753
|
-
"type": 10,
|
754
|
-
"characterIds": []
|
755
|
-
},
|
756
|
-
{
|
757
|
-
"id": "tg-status-dance_up",
|
758
|
-
"type": 10,
|
759
|
-
"characterIds": []
|
760
|
-
},
|
761
|
-
{
|
762
|
-
"id": "tg-status-score_up",
|
763
|
-
"type": 10,
|
764
|
-
"characterIds": []
|
765
|
-
},
|
766
|
-
{
|
767
|
-
"id": "tg-status-skill_impossible",
|
768
|
-
"type": 10,
|
769
|
-
"characterIds": []
|
770
|
-
},
|
771
|
-
{
|
772
|
-
"id": "tg-status-skill_score_up",
|
773
|
-
"type": 10,
|
774
|
-
"characterIds": []
|
775
|
-
},
|
776
|
-
{
|
777
|
-
"id": "tg-status-stamina_consumption_increase",
|
778
|
-
"type": 10,
|
779
|
-
"characterIds": []
|
780
|
-
},
|
781
|
-
{
|
782
|
-
"id": "tg-status-stamina_consumption_reduction",
|
783
|
-
"type": 10,
|
784
|
-
"characterIds": []
|
785
|
-
},
|
786
|
-
{
|
787
|
-
"id": "tg-status-tension_up",
|
788
|
-
"type": 10,
|
789
|
-
"characterIds": []
|
790
|
-
},
|
791
|
-
{
|
792
|
-
"id": "tg-status-visual_down",
|
793
|
-
"type": 10,
|
794
|
-
"characterIds": []
|
795
|
-
},
|
796
|
-
{
|
797
|
-
"id": "tg-status-visual_up",
|
798
|
-
"type": 10,
|
799
|
-
"characterIds": []
|
800
|
-
},
|
801
|
-
{
|
802
|
-
"id": "tg-status-vocal_down",
|
803
|
-
"type": 10,
|
804
|
-
"characterIds": []
|
805
|
-
},
|
806
|
-
{
|
807
|
-
"id": "tg-status-vocal_up",
|
808
|
-
"type": 10,
|
809
|
-
"characterIds": []
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"id": "tg-status_group-weekness",
|
813
|
-
"type": 19,
|
814
|
-
"characterIds": []
|
815
|
-
}
|
816
|
-
]
|