hoshimi-venus 0.1.0 → 0.1.2
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/README.md +2 -0
- package/out/database/Card.json +281 -0
- package/out/database/Character.json +3732 -0
- package/out/database/LiveAbility.json +85 -6
- package/out/database/LiveBonus.json +6 -0
- package/out/database/LiveBonusGroup.json +29 -23
- package/out/database/Music.json +3505 -1579
- package/out/database/MusicChartPattern.json +20312 -16940
- package/out/database/Quest.json +6962 -2071
- package/out/database/Setting.json +2 -5
- package/out/database/Skill.json +2314 -2
- package/out/database/SkillEfficacy.json +987 -47
- package/out/db/dao/card_dao.d.ts +2 -1
- package/out/db/dao/card_dao.js +5 -1
- package/out/db/dao/card_dao.js.map +1 -1
- package/out/db/dao/character_dao.d.ts +3 -0
- package/out/db/dao/character_dao.js +15 -0
- package/out/db/dao/character_dao.js.map +1 -0
- package/out/main.js.map +1 -1
- package/out/types/proto/proto_api.d.ts +490 -55
- package/out/types/proto/proto_enum.d.ts +104 -12
- package/out/types/proto/proto_enum.js +122 -23
- package/out/types/proto/proto_enum.js.map +1 -1
- package/out/types/proto/proto_master.d.ts +185 -13
- package/out/types/proto/proto_transaction.d.ts +8 -0
- package/package.json +1 -1
@@ -15309,6 +15309,85 @@
|
|
15309
15309
|
],
|
15310
15310
|
"description": ""
|
15311
15311
|
},
|
15312
|
+
{
|
15313
|
+
"id": "live-lba-passive_skill-079",
|
15314
|
+
"name": "誰かが集目状態の時\nスコアラータイプ2人にスキル成功率UP",
|
15315
|
+
"levels": [
|
15316
|
+
{
|
15317
|
+
"level": 1,
|
15318
|
+
"description": "パッシブスキル発動",
|
15319
|
+
"type": 13,
|
15320
|
+
"value": 1,
|
15321
|
+
"skillId": "sk-live-lba-passive_skill-079",
|
15322
|
+
"shortDescription": "",
|
15323
|
+
"requiredItemAmount": 0,
|
15324
|
+
"requiredCardLevel": 0,
|
15325
|
+
"moodType": 0,
|
15326
|
+
"backgroundRankType": 0
|
15327
|
+
},
|
15328
|
+
{
|
15329
|
+
"level": 2,
|
15330
|
+
"description": "パッシブスキル発動",
|
15331
|
+
"type": 13,
|
15332
|
+
"requiredItemAmount": 1,
|
15333
|
+
"requiredCardLevel": 1,
|
15334
|
+
"value": 2,
|
15335
|
+
"skillId": "sk-live-lba-passive_skill-079",
|
15336
|
+
"shortDescription": "",
|
15337
|
+
"moodType": 0,
|
15338
|
+
"backgroundRankType": 0
|
15339
|
+
},
|
15340
|
+
{
|
15341
|
+
"level": 3,
|
15342
|
+
"description": "パッシブスキル発動",
|
15343
|
+
"type": 13,
|
15344
|
+
"requiredItemAmount": 1,
|
15345
|
+
"requiredCardLevel": 2,
|
15346
|
+
"value": 3,
|
15347
|
+
"skillId": "sk-live-lba-passive_skill-079",
|
15348
|
+
"shortDescription": "",
|
15349
|
+
"moodType": 0,
|
15350
|
+
"backgroundRankType": 0
|
15351
|
+
},
|
15352
|
+
{
|
15353
|
+
"level": 4,
|
15354
|
+
"description": "パッシブスキル発動",
|
15355
|
+
"type": 13,
|
15356
|
+
"requiredItemAmount": 1,
|
15357
|
+
"requiredCardLevel": 3,
|
15358
|
+
"value": 4,
|
15359
|
+
"skillId": "sk-live-lba-passive_skill-079",
|
15360
|
+
"shortDescription": "",
|
15361
|
+
"moodType": 0,
|
15362
|
+
"backgroundRankType": 0
|
15363
|
+
},
|
15364
|
+
{
|
15365
|
+
"level": 5,
|
15366
|
+
"description": "パッシブスキル発動",
|
15367
|
+
"type": 13,
|
15368
|
+
"requiredItemAmount": 1,
|
15369
|
+
"requiredCardLevel": 4,
|
15370
|
+
"value": 5,
|
15371
|
+
"skillId": "sk-live-lba-passive_skill-079",
|
15372
|
+
"shortDescription": "",
|
15373
|
+
"moodType": 0,
|
15374
|
+
"backgroundRankType": 0
|
15375
|
+
},
|
15376
|
+
{
|
15377
|
+
"level": 6,
|
15378
|
+
"description": "パッシブスキル発動",
|
15379
|
+
"type": 13,
|
15380
|
+
"requiredItemAmount": 1,
|
15381
|
+
"requiredCardLevel": 5,
|
15382
|
+
"value": 6,
|
15383
|
+
"skillId": "sk-live-lba-passive_skill-079",
|
15384
|
+
"shortDescription": "",
|
15385
|
+
"moodType": 0,
|
15386
|
+
"backgroundRankType": 0
|
15387
|
+
}
|
15388
|
+
],
|
15389
|
+
"description": ""
|
15390
|
+
},
|
15312
15391
|
{
|
15313
15392
|
"id": "marathon-lba-accessory_parameter_up",
|
15314
15393
|
"name": "アクセサリー効果上昇",
|
@@ -15590,11 +15669,11 @@
|
|
15590
15669
|
},
|
15591
15670
|
{
|
15592
15671
|
"level": 3,
|
15593
|
-
"description": "ダンス
|
15672
|
+
"description": "ダンス1000上昇",
|
15594
15673
|
"type": 1,
|
15595
15674
|
"requiredItemAmount": 1,
|
15596
15675
|
"requiredCardLevel": 2,
|
15597
|
-
"value":
|
15676
|
+
"value": 1000,
|
15598
15677
|
"shortDescription": "",
|
15599
15678
|
"skillId": "",
|
15600
15679
|
"moodType": 0,
|
@@ -16722,11 +16801,11 @@
|
|
16722
16801
|
},
|
16723
16802
|
{
|
16724
16803
|
"level": 3,
|
16725
|
-
"description": "ビジュアル
|
16804
|
+
"description": "ビジュアル1000上昇",
|
16726
16805
|
"type": 5,
|
16727
16806
|
"requiredItemAmount": 1,
|
16728
16807
|
"requiredCardLevel": 2,
|
16729
|
-
"value":
|
16808
|
+
"value": 1000,
|
16730
16809
|
"shortDescription": "",
|
16731
16810
|
"skillId": "",
|
16732
16811
|
"moodType": 0,
|
@@ -16856,11 +16935,11 @@
|
|
16856
16935
|
},
|
16857
16936
|
{
|
16858
16937
|
"level": 3,
|
16859
|
-
"description": "ボーカル
|
16938
|
+
"description": "ボーカル1000上昇",
|
16860
16939
|
"type": 3,
|
16861
16940
|
"requiredItemAmount": 1,
|
16862
16941
|
"requiredCardLevel": 2,
|
16863
|
-
"value":
|
16942
|
+
"value": 1000,
|
16864
16943
|
"shortDescription": "",
|
16865
16944
|
"skillId": "",
|
16866
16945
|
"moodType": 0,
|
@@ -460,5 +460,11 @@
|
|
460
460
|
"name": "ライブボーナス",
|
461
461
|
"liveAbilityId": "live-lba-passive_skill-078",
|
462
462
|
"liveAbilityLevel": 5
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"id": "live-lba-passive_skill-079",
|
466
|
+
"name": "ライブボーナス",
|
467
|
+
"liveAbilityId": "live-lba-passive_skill-079",
|
468
|
+
"liveAbilityLevel": 5
|
463
469
|
}
|
464
470
|
]
|
@@ -1,14 +1,14 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
|
-
"groupId": "live-bonus-group-
|
3
|
+
"groupId": "live-bonus-group-041",
|
4
4
|
"liveBonusIds": [
|
5
|
-
"live-lba-passive_skill-
|
5
|
+
"live-lba-passive_skill-041"
|
6
6
|
]
|
7
7
|
},
|
8
8
|
{
|
9
|
-
"groupId": "live-bonus-group-
|
9
|
+
"groupId": "live-bonus-group-067",
|
10
10
|
"liveBonusIds": [
|
11
|
-
"live-lba-passive_skill-
|
11
|
+
"live-lba-passive_skill-067"
|
12
12
|
]
|
13
13
|
},
|
14
14
|
{
|
@@ -228,28 +228,28 @@
|
|
228
228
|
]
|
229
229
|
},
|
230
230
|
{
|
231
|
-
"groupId": "live-bonus-group-
|
231
|
+
"groupId": "live-bonus-group-044",
|
232
232
|
"liveBonusIds": [
|
233
|
-
"live-lba-passive_skill-
|
234
|
-
"live-lba-passive_skill-039"
|
233
|
+
"live-lba-passive_skill-044"
|
235
234
|
]
|
236
235
|
},
|
237
236
|
{
|
238
|
-
"groupId": "live-bonus-group-
|
237
|
+
"groupId": "live-bonus-group-002",
|
239
238
|
"liveBonusIds": [
|
240
|
-
"live-lba-passive_skill-
|
239
|
+
"live-lba-passive_skill-002"
|
241
240
|
]
|
242
241
|
},
|
243
242
|
{
|
244
|
-
"groupId": "live-bonus-group-
|
243
|
+
"groupId": "live-bonus-group-039",
|
245
244
|
"liveBonusIds": [
|
246
|
-
"live-lba-passive_skill-
|
245
|
+
"live-lba-passive_skill-002",
|
246
|
+
"live-lba-passive_skill-039"
|
247
247
|
]
|
248
248
|
},
|
249
249
|
{
|
250
|
-
"groupId": "live-bonus-group-
|
250
|
+
"groupId": "live-bonus-group-001",
|
251
251
|
"liveBonusIds": [
|
252
|
-
"live-lba-passive_skill-
|
252
|
+
"live-lba-passive_skill-001"
|
253
253
|
]
|
254
254
|
},
|
255
255
|
{
|
@@ -265,9 +265,9 @@
|
|
265
265
|
]
|
266
266
|
},
|
267
267
|
{
|
268
|
-
"groupId": "live-bonus-group-
|
268
|
+
"groupId": "live-bonus-group-040",
|
269
269
|
"liveBonusIds": [
|
270
|
-
"live-lba-passive_skill-
|
270
|
+
"live-lba-passive_skill-040"
|
271
271
|
]
|
272
272
|
},
|
273
273
|
{
|
@@ -289,9 +289,9 @@
|
|
289
289
|
]
|
290
290
|
},
|
291
291
|
{
|
292
|
-
"groupId": "live-bonus-group-
|
292
|
+
"groupId": "live-bonus-group-048",
|
293
293
|
"liveBonusIds": [
|
294
|
-
"live-lba-passive_skill-
|
294
|
+
"live-lba-passive_skill-048"
|
295
295
|
]
|
296
296
|
},
|
297
297
|
{
|
@@ -343,9 +343,9 @@
|
|
343
343
|
]
|
344
344
|
},
|
345
345
|
{
|
346
|
-
"groupId": "live-bonus-group-
|
346
|
+
"groupId": "live-bonus-group-079",
|
347
347
|
"liveBonusIds": [
|
348
|
-
"live-lba-passive_skill-
|
348
|
+
"live-lba-passive_skill-079"
|
349
349
|
]
|
350
350
|
},
|
351
351
|
{
|
@@ -410,9 +410,9 @@
|
|
410
410
|
]
|
411
411
|
},
|
412
412
|
{
|
413
|
-
"groupId": "live-bonus-group-
|
413
|
+
"groupId": "live-bonus-group-078",
|
414
414
|
"liveBonusIds": [
|
415
|
-
"live-lba-passive_skill-
|
415
|
+
"live-lba-passive_skill-078"
|
416
416
|
]
|
417
417
|
},
|
418
418
|
{
|
@@ -458,9 +458,15 @@
|
|
458
458
|
]
|
459
459
|
},
|
460
460
|
{
|
461
|
-
"groupId": "live-bonus-group-
|
461
|
+
"groupId": "live-bonus-group-076",
|
462
462
|
"liveBonusIds": [
|
463
|
-
"live-lba-passive_skill-
|
463
|
+
"live-lba-passive_skill-076"
|
464
|
+
]
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"groupId": "live-bonus-group-077",
|
468
|
+
"liveBonusIds": [
|
469
|
+
"live-lba-passive_skill-077"
|
464
470
|
]
|
465
471
|
}
|
466
472
|
]
|