hoshimi-venus 0.9.18 → 0.9.20
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/database/Card.json +60 -0
- package/out/database/LiveAbility.json +158 -0
- package/out/database/LiveBonus.json +12 -0
- package/out/database/LiveBonusGroup.json +12 -0
- package/out/database/MarathonQuest.json +105 -0
- package/out/database/Music.json +1 -1
- package/out/database/PvpQuest.json +26 -0
- package/out/database/Skill.json +859 -105
- package/out/database/SkillEfficacy.json +140 -0
- package/out/database/SkillTrigger.json +55 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -499,6 +499,16 @@
|
|
499
499
|
"skillTargetId": "target-self",
|
500
500
|
"shortDescription": ""
|
501
501
|
},
|
502
|
+
{
|
503
|
+
"id": "ef-active_skill_score_up-3-target-self-33",
|
504
|
+
"name": "自身にAスキルスコア上昇効果",
|
505
|
+
"type": 18,
|
506
|
+
"description": "自身に3段階Aスキルスコア上昇効果[33ビート]",
|
507
|
+
"grade": 3,
|
508
|
+
"maxGrade": 20,
|
509
|
+
"skillTargetId": "target-self",
|
510
|
+
"shortDescription": ""
|
511
|
+
},
|
502
512
|
{
|
503
513
|
"id": "ef-active_skill_score_up-3-target-self-40",
|
504
514
|
"name": "自身にAスキルスコア上昇効果",
|
@@ -819,6 +829,16 @@
|
|
819
829
|
"skillTargetId": "target-self",
|
820
830
|
"shortDescription": ""
|
821
831
|
},
|
832
|
+
{
|
833
|
+
"id": "ef-active_skill_score_up-4-target-self-33",
|
834
|
+
"name": "自身にAスキルスコア上昇効果",
|
835
|
+
"type": 18,
|
836
|
+
"description": "自身に4段階Aスキルスコア上昇効果[33ビート]",
|
837
|
+
"grade": 4,
|
838
|
+
"maxGrade": 20,
|
839
|
+
"skillTargetId": "target-self",
|
840
|
+
"shortDescription": ""
|
841
|
+
},
|
822
842
|
{
|
823
843
|
"id": "ef-active_skill_score_up-4-target-self-34",
|
824
844
|
"name": "自身にAスキルスコア上昇効果",
|
@@ -829,6 +849,16 @@
|
|
829
849
|
"skillTargetId": "target-self",
|
830
850
|
"shortDescription": ""
|
831
851
|
},
|
852
|
+
{
|
853
|
+
"id": "ef-active_skill_score_up-4-target-self-35",
|
854
|
+
"name": "自身にAスキルスコア上昇効果",
|
855
|
+
"type": 18,
|
856
|
+
"description": "自身に4段階Aスキルスコア上昇効果[35ビート]",
|
857
|
+
"grade": 4,
|
858
|
+
"maxGrade": 20,
|
859
|
+
"skillTargetId": "target-self",
|
860
|
+
"shortDescription": ""
|
861
|
+
},
|
832
862
|
{
|
833
863
|
"id": "ef-active_skill_score_up-4-target-self-37",
|
834
864
|
"name": "自身にAスキルスコアアップ",
|
@@ -1199,6 +1229,26 @@
|
|
1199
1229
|
"skillTargetId": "target-self",
|
1200
1230
|
"shortDescription": ""
|
1201
1231
|
},
|
1232
|
+
{
|
1233
|
+
"id": "ef-active_skill_score_up-5-target-self-35",
|
1234
|
+
"name": "自身にAスキルスコア上昇効果",
|
1235
|
+
"type": 18,
|
1236
|
+
"description": "自身に5段階Aスキルスコア上昇効果[35ビート]",
|
1237
|
+
"grade": 5,
|
1238
|
+
"maxGrade": 20,
|
1239
|
+
"skillTargetId": "target-self",
|
1240
|
+
"shortDescription": ""
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"id": "ef-active_skill_score_up-5-target-self-37",
|
1244
|
+
"name": "自身にAスキルスコア上昇効果",
|
1245
|
+
"type": 18,
|
1246
|
+
"description": "自身に5段階Aスキルスコア上昇効果[37ビート]",
|
1247
|
+
"grade": 5,
|
1248
|
+
"maxGrade": 20,
|
1249
|
+
"skillTargetId": "target-self",
|
1250
|
+
"shortDescription": ""
|
1251
|
+
},
|
1202
1252
|
{
|
1203
1253
|
"id": "ef-active_skill_score_up-5-target-self-53",
|
1204
1254
|
"name": "自身にAスキルスコア上昇効果",
|
@@ -2439,6 +2489,16 @@
|
|
2439
2489
|
"skillTargetId": "target-self",
|
2440
2490
|
"shortDescription": ""
|
2441
2491
|
},
|
2492
|
+
{
|
2493
|
+
"id": "ef-audience_amount_increase-5-target-self-30",
|
2494
|
+
"name": "自身に集目効果",
|
2495
|
+
"type": 21,
|
2496
|
+
"description": "自身に5段階の集目効果[30ビート]",
|
2497
|
+
"grade": 5,
|
2498
|
+
"maxGrade": 10,
|
2499
|
+
"skillTargetId": "target-self",
|
2500
|
+
"shortDescription": ""
|
2501
|
+
},
|
2442
2502
|
{
|
2443
2503
|
"id": "ef-audience_amount_increase-5-target-self-35",
|
2444
2504
|
"name": "自身に集目効果",
|
@@ -2569,6 +2629,16 @@
|
|
2569
2629
|
"skillTargetId": "target-self",
|
2570
2630
|
"shortDescription": ""
|
2571
2631
|
},
|
2632
|
+
{
|
2633
|
+
"id": "ef-audience_amount_increase-6-target-self-40",
|
2634
|
+
"name": "自身に集目効果",
|
2635
|
+
"type": 21,
|
2636
|
+
"description": "自身に6段階の集目効果[40ビート]",
|
2637
|
+
"grade": 6,
|
2638
|
+
"maxGrade": 10,
|
2639
|
+
"skillTargetId": "target-self",
|
2640
|
+
"shortDescription": ""
|
2641
|
+
},
|
2572
2642
|
{
|
2573
2643
|
"id": "ef-audience_amount_increase-6-target-self-44",
|
2574
2644
|
"name": "自身に集目効果",
|
@@ -8369,6 +8439,16 @@
|
|
8369
8439
|
"skillTargetId": "target-self",
|
8370
8440
|
"shortDescription": ""
|
8371
8441
|
},
|
8442
|
+
{
|
8443
|
+
"id": "ef-critical_bonus_permil_up-5-target-self-33",
|
8444
|
+
"name": "自身にクリティカル係数上昇効果",
|
8445
|
+
"type": 20,
|
8446
|
+
"description": "自身に5段階クリティカル係数上昇効果[33ビート]",
|
8447
|
+
"grade": 5,
|
8448
|
+
"maxGrade": 20,
|
8449
|
+
"skillTargetId": "target-self",
|
8450
|
+
"shortDescription": ""
|
8451
|
+
},
|
8372
8452
|
{
|
8373
8453
|
"id": "ef-critical_bonus_permil_up-5-target-self-34",
|
8374
8454
|
"name": "自身にクリティカル係数上昇効果",
|
@@ -8749,6 +8829,26 @@
|
|
8749
8829
|
"skillTargetId": "target-self",
|
8750
8830
|
"shortDescription": ""
|
8751
8831
|
},
|
8832
|
+
{
|
8833
|
+
"id": "ef-critical_bonus_permil_up-6-target-self-33",
|
8834
|
+
"name": "自身にクリティカル係数上昇効果",
|
8835
|
+
"type": 20,
|
8836
|
+
"description": "自身に6段階クリティカル係数上昇効果[33ビート]",
|
8837
|
+
"grade": 6,
|
8838
|
+
"maxGrade": 20,
|
8839
|
+
"skillTargetId": "target-self",
|
8840
|
+
"shortDescription": ""
|
8841
|
+
},
|
8842
|
+
{
|
8843
|
+
"id": "ef-critical_bonus_permil_up-6-target-self-35",
|
8844
|
+
"name": "自身にクリティカル係数上昇効果",
|
8845
|
+
"type": 20,
|
8846
|
+
"description": "自身に6段階クリティカル係数上昇効果[35ビート]",
|
8847
|
+
"grade": 6,
|
8848
|
+
"maxGrade": 20,
|
8849
|
+
"skillTargetId": "target-self",
|
8850
|
+
"shortDescription": ""
|
8851
|
+
},
|
8752
8852
|
{
|
8753
8853
|
"id": "ef-critical_bonus_permil_up-6-target-self-46",
|
8754
8854
|
"name": "自身にクリティカル係数上昇効果",
|
@@ -8909,6 +9009,26 @@
|
|
8909
9009
|
"skillTargetId": "target-self",
|
8910
9010
|
"shortDescription": ""
|
8911
9011
|
},
|
9012
|
+
{
|
9013
|
+
"id": "ef-critical_bonus_permil_up-7-target-self-35",
|
9014
|
+
"name": "自身にクリティカル係数上昇効果",
|
9015
|
+
"type": 20,
|
9016
|
+
"description": "自身に7段階クリティカル係数上昇効果[35ビート]",
|
9017
|
+
"grade": 7,
|
9018
|
+
"maxGrade": 20,
|
9019
|
+
"skillTargetId": "target-self",
|
9020
|
+
"shortDescription": ""
|
9021
|
+
},
|
9022
|
+
{
|
9023
|
+
"id": "ef-critical_bonus_permil_up-7-target-self-37",
|
9024
|
+
"name": "自身にクリティカル係数上昇効果",
|
9025
|
+
"type": 20,
|
9026
|
+
"description": "自身に7段階クリティカル係数上昇効果[37ビート]",
|
9027
|
+
"grade": 7,
|
9028
|
+
"maxGrade": 20,
|
9029
|
+
"skillTargetId": "target-self",
|
9030
|
+
"shortDescription": ""
|
9031
|
+
},
|
8912
9032
|
{
|
8913
9033
|
"id": "ef-critical_bonus_permil_up-7-target-self-40",
|
8914
9034
|
"name": "自身にクリティカル係数上昇効果",
|
@@ -9009,6 +9129,16 @@
|
|
9009
9129
|
"skillTargetId": "target-visual-2",
|
9010
9130
|
"shortDescription": ""
|
9011
9131
|
},
|
9132
|
+
{
|
9133
|
+
"id": "ef-critical_bonus_permil_up-8-target-self-37",
|
9134
|
+
"name": "自身にクリティカル係数上昇効果",
|
9135
|
+
"type": 20,
|
9136
|
+
"description": "自身に8段階クリティカル係数上昇効果[37ビート]",
|
9137
|
+
"grade": 8,
|
9138
|
+
"maxGrade": 20,
|
9139
|
+
"skillTargetId": "target-self",
|
9140
|
+
"shortDescription": ""
|
9141
|
+
},
|
9012
9142
|
{
|
9013
9143
|
"id": "ef-critical_bonus_permil_up-8-target-self-40",
|
9014
9144
|
"name": "自身にクリティカル係数上昇効果",
|
@@ -23389,6 +23519,16 @@
|
|
23389
23519
|
"maxGrade": 0,
|
23390
23520
|
"skillTargetId": ""
|
23391
23521
|
},
|
23522
|
+
{
|
23523
|
+
"id": "ef-score_get_by_strength_effect_count-2900-chart_dependence",
|
23524
|
+
"name": "スコア獲得-強化効果が多い程効果上昇",
|
23525
|
+
"type": 9,
|
23526
|
+
"description": "290%のスコア獲得、強化効果が多い程効果上昇",
|
23527
|
+
"shortDescription": "",
|
23528
|
+
"grade": 0,
|
23529
|
+
"maxGrade": 0,
|
23530
|
+
"skillTargetId": ""
|
23531
|
+
},
|
23392
23532
|
{
|
23393
23533
|
"id": "ef-score_get_by_strength_effect_count-3000-chart_dependence",
|
23394
23534
|
"name": "スコア獲得-強化効果が多い程効果上昇",
|
@@ -260,6 +260,61 @@
|
|
260
260
|
"char-ngs"
|
261
261
|
]
|
262
262
|
},
|
263
|
+
{
|
264
|
+
"id": "tg-more_than_character_count-pajm-1",
|
265
|
+
"type": 4,
|
266
|
+
"characterIds": [
|
267
|
+
"char-smr",
|
268
|
+
"char-szk",
|
269
|
+
"char-chs",
|
270
|
+
"char-kkr",
|
271
|
+
"char-suz"
|
272
|
+
]
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"id": "tg-more_than_character_count-pajm-2",
|
276
|
+
"type": 4,
|
277
|
+
"characterIds": [
|
278
|
+
"char-smr",
|
279
|
+
"char-szk",
|
280
|
+
"char-chs",
|
281
|
+
"char-kkr",
|
282
|
+
"char-suz"
|
283
|
+
]
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"id": "tg-more_than_character_count-pajm-3",
|
287
|
+
"type": 4,
|
288
|
+
"characterIds": [
|
289
|
+
"char-smr",
|
290
|
+
"char-szk",
|
291
|
+
"char-chs",
|
292
|
+
"char-kkr",
|
293
|
+
"char-suz"
|
294
|
+
]
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"id": "tg-more_than_character_count-pajm-4",
|
298
|
+
"type": 4,
|
299
|
+
"characterIds": [
|
300
|
+
"char-smr",
|
301
|
+
"char-szk",
|
302
|
+
"char-chs",
|
303
|
+
"char-kkr",
|
304
|
+
"char-suz"
|
305
|
+
]
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"id": "tg-more_than_character_count-pajm-5",
|
309
|
+
"type": 4,
|
310
|
+
"characterIds": [
|
311
|
+
"char-smr",
|
312
|
+
"char-szk",
|
313
|
+
"char-chs",
|
314
|
+
"char-kkr",
|
315
|
+
"char-suz"
|
316
|
+
]
|
317
|
+
},
|
263
318
|
{
|
264
319
|
"id": "tg-more_than_character_count-rei-1",
|
265
320
|
"type": 4,
|
package/out/package.json
CHANGED