hoshimi-venus 0.2.12 → 0.2.13
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/consts/efficacy_list.d.ts +1 -1
- package/out/concert/consts/efficacy_list.js +1 -1
- package/out/concert/consts/efficacy_list.js.map +1 -1
- package/out/database/Card.json +656 -53
- package/out/database/Character.json +16 -5
- package/out/database/LiveAbility.json +1161 -454
- package/out/database/LiveBonus.json +18 -0
- package/out/database/LiveBonusGroup.json +43 -25
- package/out/database/Music.json +3996 -2175
- package/out/database/MusicChartPattern.json +12767 -8399
- package/out/database/Quest.json +2990 -2315
- package/out/database/Setting.json +2 -1
- package/out/database/Skill.json +8160 -472
- package/out/database/SkillEfficacy.json +2803 -3
- package/out/database/SkillTarget.json +15 -0
- package/out/database/SkillTrigger.json +65 -0
- package/package.json +1 -1
@@ -19,6 +19,11 @@
|
|
19
19
|
"type": 14,
|
20
20
|
"isOpponent": false
|
21
21
|
},
|
22
|
+
{
|
23
|
+
"id": "target-character_type-2-1",
|
24
|
+
"type": 14,
|
25
|
+
"isOpponent": false
|
26
|
+
},
|
22
27
|
{
|
23
28
|
"id": "target-character_type-2-2",
|
24
29
|
"type": 14,
|
@@ -64,6 +69,11 @@
|
|
64
69
|
"type": 15,
|
65
70
|
"isOpponent": false
|
66
71
|
},
|
72
|
+
{
|
73
|
+
"id": "target-opponent_all",
|
74
|
+
"type": 24,
|
75
|
+
"isOpponent": true
|
76
|
+
},
|
67
77
|
{
|
68
78
|
"id": "target-opponent_center",
|
69
79
|
"type": 22,
|
@@ -89,6 +99,11 @@
|
|
89
99
|
"type": 19,
|
90
100
|
"isOpponent": false
|
91
101
|
},
|
102
|
+
{
|
103
|
+
"id": "target-position_attribute_vocal-3",
|
104
|
+
"type": 19,
|
105
|
+
"isOpponent": false
|
106
|
+
},
|
92
107
|
{
|
93
108
|
"id": "target-self",
|
94
109
|
"type": 1,
|
@@ -181,6 +181,16 @@
|
|
181
181
|
"char-ktn"
|
182
182
|
]
|
183
183
|
},
|
184
|
+
{
|
185
|
+
"id": "tg-more_than_character_count-liz-1",
|
186
|
+
"type": 4,
|
187
|
+
"characterIds": [
|
188
|
+
"char-rio",
|
189
|
+
"char-aoi",
|
190
|
+
"char-ai",
|
191
|
+
"char-kkr"
|
192
|
+
]
|
193
|
+
},
|
184
194
|
{
|
185
195
|
"id": "tg-more_than_character_count-mei-1",
|
186
196
|
"type": 4,
|
@@ -188,6 +198,61 @@
|
|
188
198
|
"char-mei"
|
189
199
|
]
|
190
200
|
},
|
201
|
+
{
|
202
|
+
"id": "tg-more_than_character_count-moon-1",
|
203
|
+
"type": 4,
|
204
|
+
"characterIds": [
|
205
|
+
"char-ktn",
|
206
|
+
"char-mei",
|
207
|
+
"char-ngs",
|
208
|
+
"char-ski",
|
209
|
+
"char-suz"
|
210
|
+
]
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"id": "tg-more_than_character_count-moon-2",
|
214
|
+
"type": 4,
|
215
|
+
"characterIds": [
|
216
|
+
"char-ktn",
|
217
|
+
"char-mei",
|
218
|
+
"char-ngs",
|
219
|
+
"char-ski",
|
220
|
+
"char-suz"
|
221
|
+
]
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"id": "tg-more_than_character_count-moon-3",
|
225
|
+
"type": 4,
|
226
|
+
"characterIds": [
|
227
|
+
"char-ktn",
|
228
|
+
"char-mei",
|
229
|
+
"char-ngs",
|
230
|
+
"char-ski",
|
231
|
+
"char-suz"
|
232
|
+
]
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"id": "tg-more_than_character_count-moon-4",
|
236
|
+
"type": 4,
|
237
|
+
"characterIds": [
|
238
|
+
"char-ktn",
|
239
|
+
"char-mei",
|
240
|
+
"char-ngs",
|
241
|
+
"char-ski",
|
242
|
+
"char-suz"
|
243
|
+
]
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"id": "tg-more_than_character_count-moon-5",
|
247
|
+
"type": 4,
|
248
|
+
"characterIds": [
|
249
|
+
"char-ktn",
|
250
|
+
"char-mei",
|
251
|
+
"char-ngs",
|
252
|
+
"char-ski",
|
253
|
+
"char-suz"
|
254
|
+
]
|
255
|
+
},
|
191
256
|
{
|
192
257
|
"id": "tg-more_than_character_count-ngs-1",
|
193
258
|
"type": 4,
|