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.
Files changed (165) 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 +4 -1
  88. package/out/db/dao/card_dao.js +30 -12
  89. package/out/db/dao/card_dao.js.map +1 -1
  90. package/out/db/dao/character_dao.d.ts +4 -1
  91. package/out/db/dao/character_dao.js +26 -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 +4 -1
  97. package/out/db/dao/quest_dao.js +70 -44
  98. package/out/db/dao/quest_dao.js.map +1 -1
  99. package/out/db/dao/setting_dao.d.ts +4 -1
  100. package/out/db/dao/setting_dao.js +49 -5
  101. package/out/db/dao/setting_dao.js.map +1 -1
  102. package/out/db/dao/skill_dao.d.ts +4 -1
  103. package/out/db/dao/skill_dao.js +38 -20
  104. package/out/db/dao/skill_dao.js.map +1 -1
  105. package/out/db/dao/typeUtils.d.ts +1 -0
  106. package/out/db/dao/typeUtils.js +3 -0
  107. package/out/db/dao/typeUtils.js.map +1 -0
  108. package/out/db/dao/utils.d.ts +2 -0
  109. package/out/db/dao/utils.js +24 -0
  110. package/out/db/dao/utils.js.map +1 -0
  111. package/out/db/repository/card_repository.js +2 -4
  112. package/out/db/repository/card_repository.js.map +1 -1
  113. package/out/db/repository/chara_repository.js +4 -1
  114. package/out/db/repository/chara_repository.js.map +1 -1
  115. package/out/db/repository/quest_repository.js +4 -7
  116. package/out/db/repository/quest_repository.js.map +1 -1
  117. package/out/db/repository/setting_repository.d.ts +2 -1
  118. package/out/db/repository/setting_repository.js +5 -1
  119. package/out/db/repository/setting_repository.js.map +1 -1
  120. package/out/db/repository/skill_repository.js +1 -2
  121. package/out/db/repository/skill_repository.js.map +1 -1
  122. package/out/db/wrapper/card_wrapper.js +7 -1
  123. package/out/db/wrapper/card_wrapper.js.map +1 -1
  124. package/out/db/wrapper/quest_wrapper.js +21 -10
  125. package/out/db/wrapper/quest_wrapper.js.map +1 -1
  126. package/out/db/wrapper/skill_wrapper.js +23 -5
  127. package/out/db/wrapper/skill_wrapper.js.map +1 -1
  128. package/out/index.d.ts +6 -0
  129. package/out/index.js +18 -0
  130. package/out/index.js.map +1 -1
  131. package/out/main.js +41 -23
  132. package/out/main.js.map +1 -1
  133. package/out/package.json +2 -1
  134. package/out/satomi/card.js +26 -3
  135. package/out/satomi/card.js.map +1 -1
  136. package/out/satomi/deck.js.map +1 -1
  137. package/out/types/proto/proto_enum.js +143 -143
  138. package/out/types/proto/proto_enum.js.map +1 -1
  139. package/out/utils/calc_utils.js +2 -4
  140. package/out/utils/calc_utils.js.map +1 -1
  141. package/out/utils/chart_utils.js +6 -10
  142. package/out/utils/chart_utils.js.map +1 -1
  143. package/out/utils/skill_utils.js +1 -2
  144. package/out/utils/skill_utils.js.map +1 -1
  145. package/package.json +3 -2
  146. package/out/database/Card.json +0 -12568
  147. package/out/database/CardParameter.json +0 -4682
  148. package/out/database/CardRarity.json +0 -62
  149. package/out/database/Character.json +0 -4818
  150. package/out/database/CharacterGroup.json +0 -264
  151. package/out/database/GvgQuest.json +0 -286
  152. package/out/database/LeagueQuest.json +0 -1078
  153. package/out/database/LiveAbility.json +0 -34882
  154. package/out/database/LiveBonus.json +0 -914
  155. package/out/database/LiveBonusGroup.json +0 -916
  156. package/out/database/MarathonQuest.json +0 -2332
  157. package/out/database/Music.json +0 -41158
  158. package/out/database/MusicChartPattern.json +0 -124382
  159. package/out/database/PvpQuest.json +0 -857
  160. package/out/database/Quest.json +0 -139832
  161. package/out/database/RaidQuest.json +0 -1857
  162. package/out/database/Skill.json +0 -154271
  163. package/out/database/SkillEfficacy.json +0 -58762
  164. package/out/database/SkillTarget.json +0 -252
  165. 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
- ]