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.
- 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 +2 -1
- package/out/db/dao/card_dao.js +22 -12
- package/out/db/dao/card_dao.js.map +1 -1
- package/out/db/dao/character_dao.d.ts +2 -1
- package/out/db/dao/character_dao.js +18 -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 +2 -1
- package/out/db/dao/quest_dao.js +62 -44
- package/out/db/dao/quest_dao.js.map +1 -1
- package/out/db/dao/setting_dao.d.ts +2 -1
- package/out/db/dao/setting_dao.js +41 -5
- package/out/db/dao/setting_dao.js.map +1 -1
- package/out/db/dao/skill_dao.d.ts +2 -1
- package/out/db/dao/skill_dao.js +30 -20
- package/out/db/dao/skill_dao.js.map +1 -1
- 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 +13 -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,252 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"id": "target-all",
|
4
|
-
"type": 2,
|
5
|
-
"isOpponent": false
|
6
|
-
},
|
7
|
-
{
|
8
|
-
"id": "target-center",
|
9
|
-
"type": 3,
|
10
|
-
"isOpponent": false
|
11
|
-
},
|
12
|
-
{
|
13
|
-
"id": "target-character_type-1-1",
|
14
|
-
"type": 14,
|
15
|
-
"isOpponent": false
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"id": "target-character_type-1-2",
|
19
|
-
"type": 14,
|
20
|
-
"isOpponent": false
|
21
|
-
},
|
22
|
-
{
|
23
|
-
"id": "target-character_type-2-1",
|
24
|
-
"type": 14,
|
25
|
-
"isOpponent": false
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"id": "target-character_type-2-2",
|
29
|
-
"type": 14,
|
30
|
-
"isOpponent": false
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"id": "target-character_type-3-1",
|
34
|
-
"type": 14,
|
35
|
-
"isOpponent": false
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"id": "target-character_type-3-2",
|
39
|
-
"type": 14,
|
40
|
-
"isOpponent": false
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"id": "target-dance-1",
|
44
|
-
"type": 17,
|
45
|
-
"isOpponent": false
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"id": "target-dance-2",
|
49
|
-
"type": 17,
|
50
|
-
"isOpponent": false
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"id": "target-dance-3",
|
54
|
-
"type": 17,
|
55
|
-
"isOpponent": false
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"id": "target-dance-5",
|
59
|
-
"type": 17,
|
60
|
-
"isOpponent": false
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"id": "target-dance_higher-1",
|
64
|
-
"type": 4,
|
65
|
-
"isOpponent": false
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"id": "target-dance_higher-2",
|
69
|
-
"type": 4,
|
70
|
-
"isOpponent": false
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"id": "target-dance_higher-3",
|
74
|
-
"type": 4,
|
75
|
-
"isOpponent": false
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"id": "target-neighbor",
|
79
|
-
"type": 15,
|
80
|
-
"isOpponent": false
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"id": "target-opponent_all",
|
84
|
-
"type": 24,
|
85
|
-
"isOpponent": true
|
86
|
-
},
|
87
|
-
{
|
88
|
-
"id": "target-opponent_center",
|
89
|
-
"type": 22,
|
90
|
-
"isOpponent": true
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"id": "target-opponent_character_type-1-1",
|
94
|
-
"type": 23,
|
95
|
-
"isOpponent": true
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"id": "target-opponent_character_type-1-2",
|
99
|
-
"type": 23,
|
100
|
-
"isOpponent": true
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"id": "target-opponent_same_position",
|
104
|
-
"type": 25,
|
105
|
-
"isOpponent": true
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"id": "target-position_attribute_visual-1",
|
109
|
-
"type": 21,
|
110
|
-
"isOpponent": false
|
111
|
-
},
|
112
|
-
{
|
113
|
-
"id": "target-position_attribute_visual-2",
|
114
|
-
"type": 21,
|
115
|
-
"isOpponent": false
|
116
|
-
},
|
117
|
-
{
|
118
|
-
"id": "target-position_attribute_vocal-2",
|
119
|
-
"type": 19,
|
120
|
-
"isOpponent": false
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"id": "target-position_attribute_vocal-3",
|
124
|
-
"type": 19,
|
125
|
-
"isOpponent": false
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"id": "target-self",
|
129
|
-
"type": 1,
|
130
|
-
"isOpponent": false
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"id": "target-stamina_higher-1",
|
134
|
-
"type": 10,
|
135
|
-
"isOpponent": false
|
136
|
-
},
|
137
|
-
{
|
138
|
-
"id": "target-stamina_lower-1",
|
139
|
-
"type": 11,
|
140
|
-
"isOpponent": false
|
141
|
-
},
|
142
|
-
{
|
143
|
-
"id": "target-stamina_lower-2",
|
144
|
-
"type": 11,
|
145
|
-
"isOpponent": false
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"id": "target-stamina_lower-3",
|
149
|
-
"type": 11,
|
150
|
-
"isOpponent": false
|
151
|
-
},
|
152
|
-
{
|
153
|
-
"id": "target-status-dance_up-1",
|
154
|
-
"type": 12,
|
155
|
-
"isOpponent": false
|
156
|
-
},
|
157
|
-
{
|
158
|
-
"id": "target-status-dance_up-3",
|
159
|
-
"type": 12,
|
160
|
-
"isOpponent": false
|
161
|
-
},
|
162
|
-
{
|
163
|
-
"id": "target-status-skill_score_up-1",
|
164
|
-
"type": 12,
|
165
|
-
"isOpponent": false
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"id": "target-status-vocal_up-1",
|
169
|
-
"type": 12,
|
170
|
-
"isOpponent": false
|
171
|
-
},
|
172
|
-
{
|
173
|
-
"id": "target-trigger",
|
174
|
-
"type": 13,
|
175
|
-
"isOpponent": false
|
176
|
-
},
|
177
|
-
{
|
178
|
-
"id": "target-trigger-2",
|
179
|
-
"type": 13,
|
180
|
-
"isOpponent": false
|
181
|
-
},
|
182
|
-
{
|
183
|
-
"id": "target-visual-1",
|
184
|
-
"type": 18,
|
185
|
-
"isOpponent": false
|
186
|
-
},
|
187
|
-
{
|
188
|
-
"id": "target-visual-2",
|
189
|
-
"type": 18,
|
190
|
-
"isOpponent": false
|
191
|
-
},
|
192
|
-
{
|
193
|
-
"id": "target-visual-3",
|
194
|
-
"type": 18,
|
195
|
-
"isOpponent": false
|
196
|
-
},
|
197
|
-
{
|
198
|
-
"id": "target-visual-5",
|
199
|
-
"type": 18,
|
200
|
-
"isOpponent": false
|
201
|
-
},
|
202
|
-
{
|
203
|
-
"id": "target-visual_higher-1",
|
204
|
-
"type": 8,
|
205
|
-
"isOpponent": false
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"id": "target-visual_higher-2",
|
209
|
-
"type": 8,
|
210
|
-
"isOpponent": false
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"id": "target-visual_higher-3",
|
214
|
-
"type": 8,
|
215
|
-
"isOpponent": false
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"id": "target-vocal-1",
|
219
|
-
"type": 16,
|
220
|
-
"isOpponent": false
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"id": "target-vocal-2",
|
224
|
-
"type": 16,
|
225
|
-
"isOpponent": false
|
226
|
-
},
|
227
|
-
{
|
228
|
-
"id": "target-vocal-3",
|
229
|
-
"type": 16,
|
230
|
-
"isOpponent": false
|
231
|
-
},
|
232
|
-
{
|
233
|
-
"id": "target-vocal-5",
|
234
|
-
"type": 16,
|
235
|
-
"isOpponent": false
|
236
|
-
},
|
237
|
-
{
|
238
|
-
"id": "target-vocal_higher-1",
|
239
|
-
"type": 6,
|
240
|
-
"isOpponent": false
|
241
|
-
},
|
242
|
-
{
|
243
|
-
"id": "target-vocal_higher-2",
|
244
|
-
"type": 6,
|
245
|
-
"isOpponent": false
|
246
|
-
},
|
247
|
-
{
|
248
|
-
"id": "target-vocal_higher-3",
|
249
|
-
"type": 6,
|
250
|
-
"isOpponent": false
|
251
|
-
}
|
252
|
-
]
|