hoshimi-venus 0.11.67 → 0.11.69
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/Character.json +2 -1
- package/out/database/LiveAbility.json +81 -2
- package/out/database/LiveBonus.json +6 -0
- package/out/database/LiveBonusGroup.json +6 -0
- package/out/database/Skill.json +542 -6
- package/out/database/SkillEfficacy.json +101 -1
- package/out/database/SkillTrigger.json +15 -15
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Card.json
CHANGED
@@ -6266,6 +6266,66 @@
|
|
6266
6266
|
"activityAbilityId": "",
|
6267
6267
|
"homeTalks": []
|
6268
6268
|
},
|
6269
|
+
{
|
6270
|
+
"id": "card-rio-05-wedd-00",
|
6271
|
+
"assetId": "rio-05-wedd-00",
|
6272
|
+
"name": "ベールに隠した本音",
|
6273
|
+
"description": "待って! やっぱりまだ心の準備が──\r\nまだ開けないでって言ったのに……\r\nこれは……違うのよ\r\nまだ完成じゃないんだから……",
|
6274
|
+
"type": 2,
|
6275
|
+
"characterId": "char-rio",
|
6276
|
+
"initialRarity": 5,
|
6277
|
+
"cardParameterId": "card-param-01",
|
6278
|
+
"vocalRatioPermil": 276,
|
6279
|
+
"danceRatioPermil": 404,
|
6280
|
+
"visualRatioPermil": 320,
|
6281
|
+
"staminaRatioPermil": 1000,
|
6282
|
+
"cardLevelReleaseId": "card_level_release_1",
|
6283
|
+
"skillId1": "sk-rio-05-wedd-00-1",
|
6284
|
+
"skillId2": "sk-rio-05-wedd-00-2",
|
6285
|
+
"skillId3": "sk-rio-05-wedd-00-3",
|
6286
|
+
"liveAbilityId": "lba-dance_multiply",
|
6287
|
+
"order": 286,
|
6288
|
+
"releaseDate": "1686279600000",
|
6289
|
+
"rewardCostumeId": "cos-rio-wedd-00",
|
6290
|
+
"imageType1": 3,
|
6291
|
+
"displayPositionX1": 0.057,
|
6292
|
+
"displayScale1": 1.0,
|
6293
|
+
"highlightDisplayPositionX1": -0.014,
|
6294
|
+
"highlightDisplayPositionY1": 0.241,
|
6295
|
+
"highlightDisplayScale1": 0.8,
|
6296
|
+
"imageType2": 3,
|
6297
|
+
"displayPositionX2": 0.057,
|
6298
|
+
"displayScale2": 1.0,
|
6299
|
+
"highlightDisplayPositionX2": -0.014,
|
6300
|
+
"highlightDisplayPositionY2": 0.241,
|
6301
|
+
"highlightDisplayScale2": 0.8,
|
6302
|
+
"obtainMessage": "どうして黙ってるのよ。\nやっぱり……\n私には似合わない、かしら……",
|
6303
|
+
"stories": [
|
6304
|
+
{
|
6305
|
+
"storyId": "st-card-rio-05-wedd-00-01"
|
6306
|
+
},
|
6307
|
+
{
|
6308
|
+
"storyId": "st-card-rio-05-wedd-00-02"
|
6309
|
+
},
|
6310
|
+
{
|
6311
|
+
"storyId": "st-card-rio-05-wedd-00-03"
|
6312
|
+
}
|
6313
|
+
],
|
6314
|
+
"messages": [
|
6315
|
+
{
|
6316
|
+
"messageId": "message-card-rio-05-wedd-00",
|
6317
|
+
"telephoneId": ""
|
6318
|
+
},
|
6319
|
+
{
|
6320
|
+
"telephoneId": "tel-card-rio-05-wedd-00",
|
6321
|
+
"messageId": ""
|
6322
|
+
}
|
6323
|
+
],
|
6324
|
+
"activityAbilityId": "",
|
6325
|
+
"displayPositionY1": 0.0,
|
6326
|
+
"displayPositionY2": 0.0,
|
6327
|
+
"homeTalks": []
|
6328
|
+
},
|
6269
6329
|
{
|
6270
6330
|
"id": "card-rui-01-casl-00",
|
6271
6331
|
"assetId": "rui-01-eve-00",
|
@@ -9468,8 +9468,8 @@
|
|
9468
9468
|
},
|
9469
9469
|
{
|
9470
9470
|
"id": "live-bonus-group-081",
|
9471
|
-
"name": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
9472
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
9471
|
+
"name": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
9472
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
9473
9473
|
"levels": [
|
9474
9474
|
{
|
9475
9475
|
"level": 1,
|
@@ -17919,6 +17919,85 @@
|
|
17919
17919
|
],
|
17920
17920
|
"description": ""
|
17921
17921
|
},
|
17922
|
+
{
|
17923
|
+
"id": "live-lba-passive_skill-109",
|
17924
|
+
"name": "誰かがビートスコア上昇状態の時\n全体にスキル成功率UP",
|
17925
|
+
"levels": [
|
17926
|
+
{
|
17927
|
+
"level": 1,
|
17928
|
+
"description": "パッシブスキル発動",
|
17929
|
+
"type": 13,
|
17930
|
+
"value": 1,
|
17931
|
+
"skillId": "sk-live-lba-passive_skill-109",
|
17932
|
+
"shortDescription": "",
|
17933
|
+
"requiredItemAmount": 0,
|
17934
|
+
"requiredCardLevel": 0,
|
17935
|
+
"moodType": 0,
|
17936
|
+
"backgroundRankType": 0
|
17937
|
+
},
|
17938
|
+
{
|
17939
|
+
"level": 2,
|
17940
|
+
"description": "パッシブスキル発動",
|
17941
|
+
"type": 13,
|
17942
|
+
"requiredItemAmount": 1,
|
17943
|
+
"requiredCardLevel": 1,
|
17944
|
+
"value": 2,
|
17945
|
+
"skillId": "sk-live-lba-passive_skill-109",
|
17946
|
+
"shortDescription": "",
|
17947
|
+
"moodType": 0,
|
17948
|
+
"backgroundRankType": 0
|
17949
|
+
},
|
17950
|
+
{
|
17951
|
+
"level": 3,
|
17952
|
+
"description": "パッシブスキル発動",
|
17953
|
+
"type": 13,
|
17954
|
+
"requiredItemAmount": 1,
|
17955
|
+
"requiredCardLevel": 2,
|
17956
|
+
"value": 3,
|
17957
|
+
"skillId": "sk-live-lba-passive_skill-109",
|
17958
|
+
"shortDescription": "",
|
17959
|
+
"moodType": 0,
|
17960
|
+
"backgroundRankType": 0
|
17961
|
+
},
|
17962
|
+
{
|
17963
|
+
"level": 4,
|
17964
|
+
"description": "パッシブスキル発動",
|
17965
|
+
"type": 13,
|
17966
|
+
"requiredItemAmount": 1,
|
17967
|
+
"requiredCardLevel": 3,
|
17968
|
+
"value": 4,
|
17969
|
+
"skillId": "sk-live-lba-passive_skill-109",
|
17970
|
+
"shortDescription": "",
|
17971
|
+
"moodType": 0,
|
17972
|
+
"backgroundRankType": 0
|
17973
|
+
},
|
17974
|
+
{
|
17975
|
+
"level": 5,
|
17976
|
+
"description": "パッシブスキル発動",
|
17977
|
+
"type": 13,
|
17978
|
+
"requiredItemAmount": 1,
|
17979
|
+
"requiredCardLevel": 4,
|
17980
|
+
"value": 5,
|
17981
|
+
"skillId": "sk-live-lba-passive_skill-109",
|
17982
|
+
"shortDescription": "",
|
17983
|
+
"moodType": 0,
|
17984
|
+
"backgroundRankType": 0
|
17985
|
+
},
|
17986
|
+
{
|
17987
|
+
"level": 6,
|
17988
|
+
"description": "パッシブスキル発動",
|
17989
|
+
"type": 13,
|
17990
|
+
"requiredItemAmount": 1,
|
17991
|
+
"requiredCardLevel": 5,
|
17992
|
+
"value": 6,
|
17993
|
+
"skillId": "sk-live-lba-passive_skill-109",
|
17994
|
+
"shortDescription": "",
|
17995
|
+
"moodType": 0,
|
17996
|
+
"backgroundRankType": 0
|
17997
|
+
}
|
17998
|
+
],
|
17999
|
+
"description": ""
|
18000
|
+
},
|
17922
18001
|
{
|
17923
18002
|
"id": "marathon-lba-accessory_parameter_up",
|
17924
18003
|
"name": "アクセサリー効果上昇",
|
@@ -640,5 +640,11 @@
|
|
640
640
|
"name": "ライブボーナス",
|
641
641
|
"liveAbilityId": "live-lba-passive_skill-108",
|
642
642
|
"liveAbilityLevel": 5
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"id": "live-lba-passive_skill-109",
|
646
|
+
"name": "ライブボーナス",
|
647
|
+
"liveAbilityId": "live-lba-passive_skill-109",
|
648
|
+
"liveAbilityLevel": 5
|
643
649
|
}
|
644
650
|
]
|
package/out/database/Skill.json
CHANGED
@@ -34438,7 +34438,7 @@
|
|
34438
34438
|
"levels": [
|
34439
34439
|
{
|
34440
34440
|
"level": 1,
|
34441
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
34441
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
34442
34442
|
"shortDescription": "\n\n \n \n \n \nCT:50",
|
34443
34443
|
"triggerId": "tg-more_than_character_count-moon-1",
|
34444
34444
|
"probabilityPermil": 1000,
|
@@ -34473,7 +34473,7 @@
|
|
34473
34473
|
},
|
34474
34474
|
{
|
34475
34475
|
"level": 2,
|
34476
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
34476
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
34477
34477
|
"shortDescription": "\n\n \n \n \n \nCT:50",
|
34478
34478
|
"requiredItemAmount": 1,
|
34479
34479
|
"requiredCardLevel": 1,
|
@@ -34508,7 +34508,7 @@
|
|
34508
34508
|
},
|
34509
34509
|
{
|
34510
34510
|
"level": 3,
|
34511
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
34511
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
34512
34512
|
"shortDescription": "\n\n \n \n \n \nCT:50",
|
34513
34513
|
"requiredItemAmount": 1,
|
34514
34514
|
"requiredCardLevel": 2,
|
@@ -34543,7 +34543,7 @@
|
|
34543
34543
|
},
|
34544
34544
|
{
|
34545
34545
|
"level": 4,
|
34546
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
34546
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
34547
34547
|
"shortDescription": "\n\n \n \n \n \nCT:50",
|
34548
34548
|
"requiredItemAmount": 1,
|
34549
34549
|
"requiredCardLevel": 3,
|
@@ -34578,7 +34578,7 @@
|
|
34578
34578
|
},
|
34579
34579
|
{
|
34580
34580
|
"level": 5,
|
34581
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
34581
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
34582
34582
|
"shortDescription": "\n\n \n \n \n \nCT:50",
|
34583
34583
|
"requiredItemAmount": 1,
|
34584
34584
|
"requiredCardLevel": 4,
|
@@ -34613,7 +34613,7 @@
|
|
34613
34613
|
},
|
34614
34614
|
{
|
34615
34615
|
"level": 6,
|
34616
|
-
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート]
|
34616
|
+
"description": "月のテンペストメンバーの編成数毎に全体に2段階スキル成功率上昇効果[40ビート] CT:50",
|
34617
34617
|
"shortDescription": "\n\n \n \n \n \nCT:50",
|
34618
34618
|
"requiredItemAmount": 1,
|
34619
34619
|
"requiredCardLevel": 5,
|
@@ -48301,6 +48301,128 @@
|
|
48301
48301
|
],
|
48302
48302
|
"assetId": ""
|
48303
48303
|
},
|
48304
|
+
{
|
48305
|
+
"id": "sk-live-lba-passive_skill-109",
|
48306
|
+
"name": "ライブボーナス",
|
48307
|
+
"categoryType": 3,
|
48308
|
+
"levels": [
|
48309
|
+
{
|
48310
|
+
"level": 1,
|
48311
|
+
"description": "誰かがビートスコア上昇状態の時\n全員に5段階スキル成功率上昇効果[26ビート]\nCT:50",
|
48312
|
+
"shortDescription": "\n\nCT:50",
|
48313
|
+
"triggerId": "tg-someone_status-beat_score_up",
|
48314
|
+
"probabilityPermil": 1000,
|
48315
|
+
"coolTime": 50,
|
48316
|
+
"skillDetails": [
|
48317
|
+
{
|
48318
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-all-26",
|
48319
|
+
"triggerId": ""
|
48320
|
+
}
|
48321
|
+
],
|
48322
|
+
"requiredItemAmount": 0,
|
48323
|
+
"requiredCardLevel": 0,
|
48324
|
+
"stamina": 0,
|
48325
|
+
"limitCount": 0,
|
48326
|
+
"staminaPermil": 0
|
48327
|
+
},
|
48328
|
+
{
|
48329
|
+
"level": 2,
|
48330
|
+
"description": "誰かがビートスコア上昇状態の時\n全員に5段階スキル成功率上昇効果[28ビート]\nCT:50",
|
48331
|
+
"shortDescription": "\n\nCT:50",
|
48332
|
+
"requiredItemAmount": 1,
|
48333
|
+
"requiredCardLevel": 1,
|
48334
|
+
"triggerId": "tg-someone_status-beat_score_up",
|
48335
|
+
"probabilityPermil": 1000,
|
48336
|
+
"coolTime": 50,
|
48337
|
+
"skillDetails": [
|
48338
|
+
{
|
48339
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-all-28",
|
48340
|
+
"triggerId": ""
|
48341
|
+
}
|
48342
|
+
],
|
48343
|
+
"stamina": 0,
|
48344
|
+
"limitCount": 0,
|
48345
|
+
"staminaPermil": 0
|
48346
|
+
},
|
48347
|
+
{
|
48348
|
+
"level": 3,
|
48349
|
+
"description": "誰かがビートスコア上昇状態の時\n全員に5段階スキル成功率上昇効果[30ビート]\nCT:50",
|
48350
|
+
"shortDescription": "\n\nCT:50",
|
48351
|
+
"requiredItemAmount": 1,
|
48352
|
+
"requiredCardLevel": 2,
|
48353
|
+
"triggerId": "tg-someone_status-beat_score_up",
|
48354
|
+
"probabilityPermil": 1000,
|
48355
|
+
"coolTime": 50,
|
48356
|
+
"skillDetails": [
|
48357
|
+
{
|
48358
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-all-30",
|
48359
|
+
"triggerId": ""
|
48360
|
+
}
|
48361
|
+
],
|
48362
|
+
"stamina": 0,
|
48363
|
+
"limitCount": 0,
|
48364
|
+
"staminaPermil": 0
|
48365
|
+
},
|
48366
|
+
{
|
48367
|
+
"level": 4,
|
48368
|
+
"description": "誰かがビートスコア上昇状態の時\n全員に6段階スキル成功率上昇効果[30ビート]\nCT:50",
|
48369
|
+
"shortDescription": "\n\nCT:50",
|
48370
|
+
"requiredItemAmount": 1,
|
48371
|
+
"requiredCardLevel": 3,
|
48372
|
+
"triggerId": "tg-someone_status-beat_score_up",
|
48373
|
+
"probabilityPermil": 1000,
|
48374
|
+
"coolTime": 50,
|
48375
|
+
"skillDetails": [
|
48376
|
+
{
|
48377
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-all-30",
|
48378
|
+
"triggerId": ""
|
48379
|
+
}
|
48380
|
+
],
|
48381
|
+
"stamina": 0,
|
48382
|
+
"limitCount": 0,
|
48383
|
+
"staminaPermil": 0
|
48384
|
+
},
|
48385
|
+
{
|
48386
|
+
"level": 5,
|
48387
|
+
"description": "誰かがビートスコア上昇状態の時\n全員に6段階スキル成功率上昇効果[35ビート]\nCT:50",
|
48388
|
+
"shortDescription": "\n\nCT:50",
|
48389
|
+
"requiredItemAmount": 1,
|
48390
|
+
"requiredCardLevel": 4,
|
48391
|
+
"triggerId": "tg-someone_status-beat_score_up",
|
48392
|
+
"probabilityPermil": 1000,
|
48393
|
+
"coolTime": 50,
|
48394
|
+
"skillDetails": [
|
48395
|
+
{
|
48396
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-all-35",
|
48397
|
+
"triggerId": ""
|
48398
|
+
}
|
48399
|
+
],
|
48400
|
+
"stamina": 0,
|
48401
|
+
"limitCount": 0,
|
48402
|
+
"staminaPermil": 0
|
48403
|
+
},
|
48404
|
+
{
|
48405
|
+
"level": 6,
|
48406
|
+
"description": "誰かがビートスコア上昇状態の時\n全員に6段階スキル成功率上昇効果[40ビート]\nCT:50",
|
48407
|
+
"shortDescription": "\n\nCT:50",
|
48408
|
+
"requiredItemAmount": 1,
|
48409
|
+
"requiredCardLevel": 5,
|
48410
|
+
"triggerId": "tg-someone_status-beat_score_up",
|
48411
|
+
"probabilityPermil": 1000,
|
48412
|
+
"coolTime": 50,
|
48413
|
+
"skillDetails": [
|
48414
|
+
{
|
48415
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-all-40",
|
48416
|
+
"triggerId": ""
|
48417
|
+
}
|
48418
|
+
],
|
48419
|
+
"stamina": 0,
|
48420
|
+
"limitCount": 0,
|
48421
|
+
"staminaPermil": 0
|
48422
|
+
}
|
48423
|
+
],
|
48424
|
+
"assetId": ""
|
48425
|
+
},
|
48304
48426
|
{
|
48305
48427
|
"id": "sk-marathon-lba-passive_skill-critical_bonus_permil_up-1",
|
48306
48428
|
"name": "ライブボーナス",
|
@@ -88839,6 +88961,420 @@
|
|
88839
88961
|
],
|
88840
88962
|
"assetId": ""
|
88841
88963
|
},
|
88964
|
+
{
|
88965
|
+
"id": "sk-rio-05-wedd-00-1",
|
88966
|
+
"name": "私が考えた最強の花嫁",
|
88967
|
+
"categoryType": 2,
|
88968
|
+
"levels": [
|
88969
|
+
{
|
88970
|
+
"level": 1,
|
88971
|
+
"description": "360%のスコア獲得\nダンスタイプ2人に4段階ダンスブースト効果[20ビート]\nスタミナ112消費 CT:30",
|
88972
|
+
"shortDescription": "\n\nスタミナ112消費 CT:30",
|
88973
|
+
"stamina": 112,
|
88974
|
+
"probabilityPermil": 1000,
|
88975
|
+
"coolTime": 30,
|
88976
|
+
"skillDetails": [
|
88977
|
+
{
|
88978
|
+
"efficacyId": "ef-score_get-3600-chart_dependence",
|
88979
|
+
"triggerId": ""
|
88980
|
+
},
|
88981
|
+
{
|
88982
|
+
"efficacyId": "ef-dance_boost-4-target-dance-2-20",
|
88983
|
+
"triggerId": ""
|
88984
|
+
}
|
88985
|
+
],
|
88986
|
+
"requiredItemAmount": 0,
|
88987
|
+
"requiredCardLevel": 0,
|
88988
|
+
"triggerId": "",
|
88989
|
+
"limitCount": 0,
|
88990
|
+
"staminaPermil": 0
|
88991
|
+
},
|
88992
|
+
{
|
88993
|
+
"level": 2,
|
88994
|
+
"description": "380%のスコア獲得\nダンスタイプ2人に4段階ダンスブースト効果[23ビート]\nスタミナ119消費 CT:30",
|
88995
|
+
"shortDescription": "\n\nスタミナ119消費 CT:30",
|
88996
|
+
"requiredItemAmount": 500,
|
88997
|
+
"requiredCardLevel": 40,
|
88998
|
+
"stamina": 119,
|
88999
|
+
"probabilityPermil": 1000,
|
89000
|
+
"coolTime": 30,
|
89001
|
+
"skillDetails": [
|
89002
|
+
{
|
89003
|
+
"efficacyId": "ef-score_get-3800-chart_dependence",
|
89004
|
+
"triggerId": ""
|
89005
|
+
},
|
89006
|
+
{
|
89007
|
+
"efficacyId": "ef-dance_boost-4-target-dance-2-23",
|
89008
|
+
"triggerId": ""
|
89009
|
+
}
|
89010
|
+
],
|
89011
|
+
"triggerId": "",
|
89012
|
+
"limitCount": 0,
|
89013
|
+
"staminaPermil": 0
|
89014
|
+
},
|
89015
|
+
{
|
89016
|
+
"level": 3,
|
89017
|
+
"description": "400%のスコア獲得\nダンスタイプ2人に5段階ダンスブースト効果[23ビート]\nスタミナ128消費 CT:30",
|
89018
|
+
"shortDescription": "\n\nスタミナ128消費 CT:30",
|
89019
|
+
"requiredItemAmount": 2000,
|
89020
|
+
"requiredCardLevel": 60,
|
89021
|
+
"stamina": 128,
|
89022
|
+
"probabilityPermil": 1000,
|
89023
|
+
"coolTime": 30,
|
89024
|
+
"skillDetails": [
|
89025
|
+
{
|
89026
|
+
"efficacyId": "ef-score_get-4000-chart_dependence",
|
89027
|
+
"triggerId": ""
|
89028
|
+
},
|
89029
|
+
{
|
89030
|
+
"efficacyId": "ef-dance_boost-5-target-dance-2-23",
|
89031
|
+
"triggerId": ""
|
89032
|
+
}
|
89033
|
+
],
|
89034
|
+
"triggerId": "",
|
89035
|
+
"limitCount": 0,
|
89036
|
+
"staminaPermil": 0
|
89037
|
+
},
|
89038
|
+
{
|
89039
|
+
"level": 4,
|
89040
|
+
"description": "420%のスコア獲得\nダンスタイプ2人に5段階ダンスブースト効果[27ビート]\nスタミナ136消費 CT:30",
|
89041
|
+
"shortDescription": "\n\nスタミナ136消費 CT:30",
|
89042
|
+
"requiredItemAmount": 15000,
|
89043
|
+
"requiredCardLevel": 90,
|
89044
|
+
"stamina": 136,
|
89045
|
+
"probabilityPermil": 1000,
|
89046
|
+
"coolTime": 30,
|
89047
|
+
"skillDetails": [
|
89048
|
+
{
|
89049
|
+
"efficacyId": "ef-score_get-4200-chart_dependence",
|
89050
|
+
"triggerId": ""
|
89051
|
+
},
|
89052
|
+
{
|
89053
|
+
"efficacyId": "ef-dance_boost-5-target-dance-2-27",
|
89054
|
+
"triggerId": ""
|
89055
|
+
}
|
89056
|
+
],
|
89057
|
+
"triggerId": "",
|
89058
|
+
"limitCount": 0,
|
89059
|
+
"staminaPermil": 0
|
89060
|
+
},
|
89061
|
+
{
|
89062
|
+
"level": 5,
|
89063
|
+
"description": "440%のスコア獲得\nダンスタイプ2人に6段階ダンスブースト効果[27ビート]\nスタミナ146消費 CT:30",
|
89064
|
+
"shortDescription": "\n\nスタミナ146消費 CT:30",
|
89065
|
+
"requiredItemAmount": 100000,
|
89066
|
+
"requiredCardLevel": 150,
|
89067
|
+
"stamina": 146,
|
89068
|
+
"probabilityPermil": 1000,
|
89069
|
+
"coolTime": 30,
|
89070
|
+
"skillDetails": [
|
89071
|
+
{
|
89072
|
+
"efficacyId": "ef-score_get-4400-chart_dependence",
|
89073
|
+
"triggerId": ""
|
89074
|
+
},
|
89075
|
+
{
|
89076
|
+
"efficacyId": "ef-dance_boost-6-target-dance-2-27",
|
89077
|
+
"triggerId": ""
|
89078
|
+
}
|
89079
|
+
],
|
89080
|
+
"triggerId": "",
|
89081
|
+
"limitCount": 0,
|
89082
|
+
"staminaPermil": 0
|
89083
|
+
},
|
89084
|
+
{
|
89085
|
+
"level": 6,
|
89086
|
+
"description": "470%のスコア獲得\nダンスタイプ2人に6段階ダンスブースト効果[31ビート]\nスタミナ157消費 CT:30",
|
89087
|
+
"shortDescription": "\n\nスタミナ157消費 CT:30",
|
89088
|
+
"requiredItemAmount": 230000,
|
89089
|
+
"requiredCardLevel": 180,
|
89090
|
+
"stamina": 157,
|
89091
|
+
"probabilityPermil": 1000,
|
89092
|
+
"coolTime": 30,
|
89093
|
+
"skillDetails": [
|
89094
|
+
{
|
89095
|
+
"efficacyId": "ef-score_get-4700-chart_dependence",
|
89096
|
+
"triggerId": ""
|
89097
|
+
},
|
89098
|
+
{
|
89099
|
+
"efficacyId": "ef-dance_boost-6-target-dance-2-31",
|
89100
|
+
"triggerId": ""
|
89101
|
+
}
|
89102
|
+
],
|
89103
|
+
"triggerId": "",
|
89104
|
+
"limitCount": 0,
|
89105
|
+
"staminaPermil": 0
|
89106
|
+
}
|
89107
|
+
],
|
89108
|
+
"assetId": ""
|
89109
|
+
},
|
89110
|
+
{
|
89111
|
+
"id": "sk-rio-05-wedd-00-2",
|
89112
|
+
"name": "お嫁さんランキング急上昇",
|
89113
|
+
"categoryType": 3,
|
89114
|
+
"levels": [
|
89115
|
+
{
|
89116
|
+
"level": 1,
|
89117
|
+
"description": "自身に4段階ダンス上昇効果[41ビート]\nスタミナ135消費 CT:50",
|
89118
|
+
"shortDescription": "\nスタミナ135消費 CT:50",
|
89119
|
+
"stamina": 135,
|
89120
|
+
"probabilityPermil": 1000,
|
89121
|
+
"coolTime": 50,
|
89122
|
+
"skillDetails": [
|
89123
|
+
{
|
89124
|
+
"efficacyId": "ef-dance_up-4-target-self-41",
|
89125
|
+
"triggerId": ""
|
89126
|
+
}
|
89127
|
+
],
|
89128
|
+
"requiredItemAmount": 0,
|
89129
|
+
"requiredCardLevel": 0,
|
89130
|
+
"triggerId": "",
|
89131
|
+
"limitCount": 0,
|
89132
|
+
"staminaPermil": 0
|
89133
|
+
},
|
89134
|
+
{
|
89135
|
+
"level": 2,
|
89136
|
+
"description": "自身に5段階ダンス上昇効果[41ビート]\nスタミナ168消費 CT:50",
|
89137
|
+
"shortDescription": "\nスタミナ168消費 CT:50",
|
89138
|
+
"requiredItemAmount": 1000,
|
89139
|
+
"requiredCardLevel": 50,
|
89140
|
+
"stamina": 168,
|
89141
|
+
"probabilityPermil": 1000,
|
89142
|
+
"coolTime": 50,
|
89143
|
+
"skillDetails": [
|
89144
|
+
{
|
89145
|
+
"efficacyId": "ef-dance_up-5-target-self-41",
|
89146
|
+
"triggerId": ""
|
89147
|
+
}
|
89148
|
+
],
|
89149
|
+
"triggerId": "",
|
89150
|
+
"limitCount": 0,
|
89151
|
+
"staminaPermil": 0
|
89152
|
+
},
|
89153
|
+
{
|
89154
|
+
"level": 3,
|
89155
|
+
"description": "自身に5段階ダンス上昇効果[45ビート]\nスタミナ184消費 CT:50",
|
89156
|
+
"shortDescription": "\nスタミナ184消費 CT:50",
|
89157
|
+
"requiredItemAmount": 4000,
|
89158
|
+
"requiredCardLevel": 70,
|
89159
|
+
"stamina": 184,
|
89160
|
+
"probabilityPermil": 1000,
|
89161
|
+
"coolTime": 50,
|
89162
|
+
"skillDetails": [
|
89163
|
+
{
|
89164
|
+
"efficacyId": "ef-dance_up-5-target-self-45",
|
89165
|
+
"triggerId": ""
|
89166
|
+
}
|
89167
|
+
],
|
89168
|
+
"triggerId": "",
|
89169
|
+
"limitCount": 0,
|
89170
|
+
"staminaPermil": 0
|
89171
|
+
},
|
89172
|
+
{
|
89173
|
+
"level": 4,
|
89174
|
+
"description": "自身に6段階ダンス上昇効果[45ビート]\nスタミナ221消費 CT:50",
|
89175
|
+
"shortDescription": "\nスタミナ221消費 CT:50",
|
89176
|
+
"requiredItemAmount": 30000,
|
89177
|
+
"requiredCardLevel": 110,
|
89178
|
+
"stamina": 221,
|
89179
|
+
"probabilityPermil": 1000,
|
89180
|
+
"coolTime": 50,
|
89181
|
+
"skillDetails": [
|
89182
|
+
{
|
89183
|
+
"efficacyId": "ef-dance_up-6-target-self-45",
|
89184
|
+
"triggerId": ""
|
89185
|
+
}
|
89186
|
+
],
|
89187
|
+
"triggerId": "",
|
89188
|
+
"limitCount": 0,
|
89189
|
+
"staminaPermil": 0
|
89190
|
+
},
|
89191
|
+
{
|
89192
|
+
"level": 5,
|
89193
|
+
"description": "自身に6段階ダンス上昇効果[49ビート]\nスタミナ241消費 CT:50",
|
89194
|
+
"shortDescription": "\nスタミナ241消費 CT:50",
|
89195
|
+
"requiredItemAmount": 140000,
|
89196
|
+
"requiredCardLevel": 160,
|
89197
|
+
"stamina": 241,
|
89198
|
+
"probabilityPermil": 1000,
|
89199
|
+
"coolTime": 50,
|
89200
|
+
"skillDetails": [
|
89201
|
+
{
|
89202
|
+
"efficacyId": "ef-dance_up-6-target-self-49",
|
89203
|
+
"triggerId": ""
|
89204
|
+
}
|
89205
|
+
],
|
89206
|
+
"triggerId": "",
|
89207
|
+
"limitCount": 0,
|
89208
|
+
"staminaPermil": 0
|
89209
|
+
},
|
89210
|
+
{
|
89211
|
+
"level": 6,
|
89212
|
+
"description": "自身に7段階ダンス上昇効果[49ビート]\nスタミナ281消費 CT:50",
|
89213
|
+
"shortDescription": "\nスタミナ281消費 CT:50",
|
89214
|
+
"requiredItemAmount": 280000,
|
89215
|
+
"requiredCardLevel": 200,
|
89216
|
+
"stamina": 281,
|
89217
|
+
"probabilityPermil": 1000,
|
89218
|
+
"coolTime": 50,
|
89219
|
+
"skillDetails": [
|
89220
|
+
{
|
89221
|
+
"efficacyId": "ef-dance_up-7-target-self-49",
|
89222
|
+
"triggerId": ""
|
89223
|
+
}
|
89224
|
+
],
|
89225
|
+
"triggerId": "",
|
89226
|
+
"limitCount": 0,
|
89227
|
+
"staminaPermil": 0
|
89228
|
+
}
|
89229
|
+
],
|
89230
|
+
"assetId": ""
|
89231
|
+
},
|
89232
|
+
{
|
89233
|
+
"id": "sk-rio-05-wedd-00-3",
|
89234
|
+
"name": "恥ずかしブライダル",
|
89235
|
+
"categoryType": 3,
|
89236
|
+
"levels": [
|
89237
|
+
{
|
89238
|
+
"level": 1,
|
89239
|
+
"description": "50コンボ以上時\n全員に4段階ダンス上昇効果[33ビート]\n全員の強化効果を1段階増強\nスタミナ154消費 ライブ中1回のみ ",
|
89240
|
+
"shortDescription": "\n\n\nスタミナ154消費 ライブ中1回のみ ",
|
89241
|
+
"stamina": 154,
|
89242
|
+
"triggerId": "tg-combo-50",
|
89243
|
+
"probabilityPermil": 1000,
|
89244
|
+
"limitCount": 1,
|
89245
|
+
"skillDetails": [
|
89246
|
+
{
|
89247
|
+
"efficacyId": "ef-dance_up-4-target-all-33",
|
89248
|
+
"triggerId": ""
|
89249
|
+
},
|
89250
|
+
{
|
89251
|
+
"efficacyId": "ef-strength_effect_value_increase-1-target-all",
|
89252
|
+
"triggerId": ""
|
89253
|
+
}
|
89254
|
+
],
|
89255
|
+
"requiredItemAmount": 0,
|
89256
|
+
"requiredCardLevel": 0,
|
89257
|
+
"coolTime": 0,
|
89258
|
+
"staminaPermil": 0
|
89259
|
+
},
|
89260
|
+
{
|
89261
|
+
"level": 2,
|
89262
|
+
"description": "50コンボ以上時\n全員に5段階ダンス上昇効果[33ビート]\n全員の強化効果を1段階増強\nスタミナ193消費 ライブ中1回のみ ",
|
89263
|
+
"shortDescription": "\n\n\nスタミナ193消費 ライブ中1回のみ ",
|
89264
|
+
"requiredItemAmount": 15000,
|
89265
|
+
"requiredCardLevel": 100,
|
89266
|
+
"stamina": 193,
|
89267
|
+
"triggerId": "tg-combo-50",
|
89268
|
+
"probabilityPermil": 1000,
|
89269
|
+
"limitCount": 1,
|
89270
|
+
"skillDetails": [
|
89271
|
+
{
|
89272
|
+
"efficacyId": "ef-dance_up-5-target-all-33",
|
89273
|
+
"triggerId": ""
|
89274
|
+
},
|
89275
|
+
{
|
89276
|
+
"efficacyId": "ef-strength_effect_value_increase-1-target-all",
|
89277
|
+
"triggerId": ""
|
89278
|
+
}
|
89279
|
+
],
|
89280
|
+
"coolTime": 0,
|
89281
|
+
"staminaPermil": 0
|
89282
|
+
},
|
89283
|
+
{
|
89284
|
+
"level": 3,
|
89285
|
+
"description": "50コンボ以上時\n全員に5段階ダンス上昇効果[42ビート]\n全員の強化効果を1段階増強\nスタミナ246消費 ライブ中1回のみ ",
|
89286
|
+
"shortDescription": "\n\n\nスタミナ246消費 ライブ中1回のみ ",
|
89287
|
+
"requiredItemAmount": 60000,
|
89288
|
+
"requiredCardLevel": 130,
|
89289
|
+
"stamina": 246,
|
89290
|
+
"triggerId": "tg-combo-50",
|
89291
|
+
"probabilityPermil": 1000,
|
89292
|
+
"limitCount": 1,
|
89293
|
+
"skillDetails": [
|
89294
|
+
{
|
89295
|
+
"efficacyId": "ef-dance_up-5-target-all-42",
|
89296
|
+
"triggerId": ""
|
89297
|
+
},
|
89298
|
+
{
|
89299
|
+
"efficacyId": "ef-strength_effect_value_increase-1-target-all",
|
89300
|
+
"triggerId": ""
|
89301
|
+
}
|
89302
|
+
],
|
89303
|
+
"coolTime": 0,
|
89304
|
+
"staminaPermil": 0
|
89305
|
+
},
|
89306
|
+
{
|
89307
|
+
"level": 4,
|
89308
|
+
"description": "50コンボ以上時\n全員に6段階ダンス上昇効果[42ビート]\n全員の強化効果を1段階増強\nスタミナ295消費 ライブ中1回のみ ",
|
89309
|
+
"shortDescription": "\n\n\nスタミナ295消費 ライブ中1回のみ ",
|
89310
|
+
"requiredItemAmount": 180000,
|
89311
|
+
"requiredCardLevel": 170,
|
89312
|
+
"stamina": 295,
|
89313
|
+
"triggerId": "tg-combo-50",
|
89314
|
+
"probabilityPermil": 1000,
|
89315
|
+
"limitCount": 1,
|
89316
|
+
"skillDetails": [
|
89317
|
+
{
|
89318
|
+
"efficacyId": "ef-dance_up-6-target-all-42",
|
89319
|
+
"triggerId": ""
|
89320
|
+
},
|
89321
|
+
{
|
89322
|
+
"efficacyId": "ef-strength_effect_value_increase-1-target-all",
|
89323
|
+
"triggerId": ""
|
89324
|
+
}
|
89325
|
+
],
|
89326
|
+
"coolTime": 0,
|
89327
|
+
"staminaPermil": 0
|
89328
|
+
},
|
89329
|
+
{
|
89330
|
+
"level": 5,
|
89331
|
+
"description": "50コンボ以上時\n全員に6段階ダンス上昇効果[51ビート]\n全員の強化効果を1段階増強\nスタミナ358消費 ライブ中1回のみ ",
|
89332
|
+
"shortDescription": "\n\n\nスタミナ358消費 ライブ中1回のみ ",
|
89333
|
+
"requiredItemAmount": 330000,
|
89334
|
+
"requiredCardLevel": 210,
|
89335
|
+
"stamina": 358,
|
89336
|
+
"triggerId": "tg-combo-50",
|
89337
|
+
"probabilityPermil": 1000,
|
89338
|
+
"limitCount": 1,
|
89339
|
+
"skillDetails": [
|
89340
|
+
{
|
89341
|
+
"efficacyId": "ef-dance_up-6-target-all-51",
|
89342
|
+
"triggerId": ""
|
89343
|
+
},
|
89344
|
+
{
|
89345
|
+
"efficacyId": "ef-strength_effect_value_increase-1-target-all",
|
89346
|
+
"triggerId": ""
|
89347
|
+
}
|
89348
|
+
],
|
89349
|
+
"coolTime": 0,
|
89350
|
+
"staminaPermil": 0
|
89351
|
+
},
|
89352
|
+
{
|
89353
|
+
"level": 6,
|
89354
|
+
"description": "50コンボ以上時\n全員に7段階ダンス上昇効果[51ビート]\n全員の強化効果を1段階増強\nスタミナ418消費 ライブ中1回のみ ",
|
89355
|
+
"shortDescription": "\n\n\nスタミナ418消費 ライブ中1回のみ ",
|
89356
|
+
"requiredItemAmount": 380000,
|
89357
|
+
"requiredCardLevel": 230,
|
89358
|
+
"stamina": 418,
|
89359
|
+
"triggerId": "tg-combo-50",
|
89360
|
+
"probabilityPermil": 1000,
|
89361
|
+
"limitCount": 1,
|
89362
|
+
"skillDetails": [
|
89363
|
+
{
|
89364
|
+
"efficacyId": "ef-dance_up-7-target-all-51",
|
89365
|
+
"triggerId": ""
|
89366
|
+
},
|
89367
|
+
{
|
89368
|
+
"efficacyId": "ef-strength_effect_value_increase-1-target-all",
|
89369
|
+
"triggerId": ""
|
89370
|
+
}
|
89371
|
+
],
|
89372
|
+
"coolTime": 0,
|
89373
|
+
"staminaPermil": 0
|
89374
|
+
}
|
89375
|
+
],
|
89376
|
+
"assetId": ""
|
89377
|
+
},
|
88842
89378
|
{
|
88843
89379
|
"id": "sk-rui-01-casl-00-1",
|
88844
89380
|
"name": "気を付けてね!",
|
@@ -13499,6 +13499,26 @@
|
|
13499
13499
|
"skillTargetId": "target-dance-1",
|
13500
13500
|
"shortDescription": ""
|
13501
13501
|
},
|
13502
|
+
{
|
13503
|
+
"id": "ef-dance_boost-4-target-dance-2-20",
|
13504
|
+
"name": "ダンスタイプ2人にダンスブースト効果",
|
13505
|
+
"type": 57,
|
13506
|
+
"description": "ダンスタイプ2人に4段階ダンスブースト効果[20ビート]",
|
13507
|
+
"grade": 4,
|
13508
|
+
"maxGrade": 20,
|
13509
|
+
"skillTargetId": "target-dance-2",
|
13510
|
+
"shortDescription": ""
|
13511
|
+
},
|
13512
|
+
{
|
13513
|
+
"id": "ef-dance_boost-4-target-dance-2-23",
|
13514
|
+
"name": "ダンスタイプ2人にダンスブースト効果",
|
13515
|
+
"type": 57,
|
13516
|
+
"description": "ダンスタイプ2人に4段階ダンスブースト効果[23ビート]",
|
13517
|
+
"grade": 4,
|
13518
|
+
"maxGrade": 20,
|
13519
|
+
"skillTargetId": "target-dance-2",
|
13520
|
+
"shortDescription": ""
|
13521
|
+
},
|
13502
13522
|
{
|
13503
13523
|
"id": "ef-dance_boost-4-target-self-34",
|
13504
13524
|
"name": "自身にダンスブースト効果",
|
@@ -13529,6 +13549,26 @@
|
|
13529
13549
|
"skillTargetId": "target-character_type-1-2",
|
13530
13550
|
"shortDescription": ""
|
13531
13551
|
},
|
13552
|
+
{
|
13553
|
+
"id": "ef-dance_boost-5-target-dance-2-23",
|
13554
|
+
"name": "ダンスタイプ2人にダンスブースト効果",
|
13555
|
+
"type": 57,
|
13556
|
+
"description": "ダンスタイプ2人に5段階ダンスブースト効果[23ビート]",
|
13557
|
+
"grade": 5,
|
13558
|
+
"maxGrade": 20,
|
13559
|
+
"skillTargetId": "target-dance-2",
|
13560
|
+
"shortDescription": ""
|
13561
|
+
},
|
13562
|
+
{
|
13563
|
+
"id": "ef-dance_boost-5-target-dance-2-27",
|
13564
|
+
"name": "ダンスタイプ2人にダンスブースト効果",
|
13565
|
+
"type": 57,
|
13566
|
+
"description": "ダンスタイプ2人に5段階ダンスブースト効果[27ビート]",
|
13567
|
+
"grade": 5,
|
13568
|
+
"maxGrade": 20,
|
13569
|
+
"skillTargetId": "target-dance-2",
|
13570
|
+
"shortDescription": ""
|
13571
|
+
},
|
13532
13572
|
{
|
13533
13573
|
"id": "ef-dance_boost-5-target-self-37",
|
13534
13574
|
"name": "自身にダンスブースト効果",
|
@@ -13559,6 +13599,26 @@
|
|
13559
13599
|
"skillTargetId": "target-center",
|
13560
13600
|
"shortDescription": ""
|
13561
13601
|
},
|
13602
|
+
{
|
13603
|
+
"id": "ef-dance_boost-6-target-dance-2-27",
|
13604
|
+
"name": "ダンスタイプ2人にダンスブースト効果",
|
13605
|
+
"type": 57,
|
13606
|
+
"description": "ダンスタイプ2人に6段階ダンスブースト効果[27ビート]",
|
13607
|
+
"grade": 6,
|
13608
|
+
"maxGrade": 20,
|
13609
|
+
"skillTargetId": "target-dance-2",
|
13610
|
+
"shortDescription": ""
|
13611
|
+
},
|
13612
|
+
{
|
13613
|
+
"id": "ef-dance_boost-6-target-dance-2-31",
|
13614
|
+
"name": "ダンスタイプ2人にダンスブースト効果",
|
13615
|
+
"type": 57,
|
13616
|
+
"description": "ダンスタイプ2人に6段階ダンスブースト効果[31ビート]",
|
13617
|
+
"grade": 6,
|
13618
|
+
"maxGrade": 20,
|
13619
|
+
"skillTargetId": "target-dance-2",
|
13620
|
+
"shortDescription": ""
|
13621
|
+
},
|
13562
13622
|
{
|
13563
13623
|
"id": "ef-dance_boost-7-target-center-40",
|
13564
13624
|
"name": "センターにダンスブースト効果",
|
@@ -14889,6 +14949,16 @@
|
|
14889
14949
|
"skillTargetId": "target-all",
|
14890
14950
|
"shortDescription": ""
|
14891
14951
|
},
|
14952
|
+
{
|
14953
|
+
"id": "ef-dance_up-4-target-all-33",
|
14954
|
+
"name": "全員にダンス上昇効果",
|
14955
|
+
"type": 13,
|
14956
|
+
"description": "全員に4段階ダンス上昇効果[33ビート]",
|
14957
|
+
"grade": 4,
|
14958
|
+
"maxGrade": 20,
|
14959
|
+
"skillTargetId": "target-all",
|
14960
|
+
"shortDescription": ""
|
14961
|
+
},
|
14892
14962
|
{
|
14893
14963
|
"id": "ef-dance_up-4-target-all-34",
|
14894
14964
|
"name": "全員にダンス上昇効果",
|
@@ -15339,6 +15409,16 @@
|
|
15339
15409
|
"skillTargetId": "target-all",
|
15340
15410
|
"shortDescription": ""
|
15341
15411
|
},
|
15412
|
+
{
|
15413
|
+
"id": "ef-dance_up-5-target-all-33",
|
15414
|
+
"name": "全員にダンス上昇効果",
|
15415
|
+
"type": 13,
|
15416
|
+
"description": "全員に5段階ダンス上昇効果[33ビート]",
|
15417
|
+
"grade": 5,
|
15418
|
+
"maxGrade": 20,
|
15419
|
+
"skillTargetId": "target-all",
|
15420
|
+
"shortDescription": ""
|
15421
|
+
},
|
15342
15422
|
{
|
15343
15423
|
"id": "ef-dance_up-5-target-all-36",
|
15344
15424
|
"name": "全員にダンス上昇効果",
|
@@ -16019,6 +16099,16 @@
|
|
16019
16099
|
"skillTargetId": "target-all",
|
16020
16100
|
"shortDescription": ""
|
16021
16101
|
},
|
16102
|
+
{
|
16103
|
+
"id": "ef-dance_up-6-target-all-51",
|
16104
|
+
"name": "全員にダンス上昇効果",
|
16105
|
+
"type": 13,
|
16106
|
+
"description": "全員に6段階ダンス上昇効果[51ビート]",
|
16107
|
+
"grade": 6,
|
16108
|
+
"maxGrade": 20,
|
16109
|
+
"skillTargetId": "target-all",
|
16110
|
+
"shortDescription": ""
|
16111
|
+
},
|
16022
16112
|
{
|
16023
16113
|
"id": "ef-dance_up-6-target-center-20",
|
16024
16114
|
"name": "センターにダンス上昇効果",
|
@@ -16739,6 +16829,16 @@
|
|
16739
16829
|
"skillTargetId": "target-all",
|
16740
16830
|
"shortDescription": ""
|
16741
16831
|
},
|
16832
|
+
{
|
16833
|
+
"id": "ef-dance_up-7-target-all-51",
|
16834
|
+
"name": "全員にダンス上昇効果",
|
16835
|
+
"type": 13,
|
16836
|
+
"description": "全員に7段階ダンス上昇効果[51ビート]",
|
16837
|
+
"grade": 7,
|
16838
|
+
"maxGrade": 20,
|
16839
|
+
"skillTargetId": "target-all",
|
16840
|
+
"shortDescription": ""
|
16841
|
+
},
|
16742
16842
|
{
|
16743
16843
|
"id": "ef-dance_up-7-target-center-25",
|
16744
16844
|
"name": "センターにダンス上昇効果",
|
@@ -35921,7 +36021,7 @@
|
|
35921
36021
|
},
|
35922
36022
|
{
|
35923
36023
|
"id": "ef-strength_effect_assignment-active_skill_score_up-target-trigger",
|
35924
|
-
"name": "
|
36024
|
+
"name": "対象へAスキルスコア上昇効果譲渡",
|
35925
36025
|
"type": 52,
|
35926
36026
|
"description": "対象1人へAスキルスコア上昇効果譲渡",
|
35927
36027
|
"skillTargetId": "target-trigger",
|
@@ -263,10 +263,10 @@
|
|
263
263
|
"type": 4,
|
264
264
|
"characterIds": [
|
265
265
|
"char-ktn",
|
266
|
-
"char-mei",
|
267
266
|
"char-ngs",
|
268
|
-
"char-
|
269
|
-
"char-suz"
|
267
|
+
"char-mei",
|
268
|
+
"char-suz",
|
269
|
+
"char-ski"
|
270
270
|
]
|
271
271
|
},
|
272
272
|
{
|
@@ -274,10 +274,10 @@
|
|
274
274
|
"type": 4,
|
275
275
|
"characterIds": [
|
276
276
|
"char-ktn",
|
277
|
-
"char-mei",
|
278
277
|
"char-ngs",
|
279
|
-
"char-
|
280
|
-
"char-suz"
|
278
|
+
"char-mei",
|
279
|
+
"char-suz",
|
280
|
+
"char-ski"
|
281
281
|
]
|
282
282
|
},
|
283
283
|
{
|
@@ -285,10 +285,10 @@
|
|
285
285
|
"type": 4,
|
286
286
|
"characterIds": [
|
287
287
|
"char-ktn",
|
288
|
-
"char-mei",
|
289
288
|
"char-ngs",
|
290
|
-
"char-
|
291
|
-
"char-suz"
|
289
|
+
"char-mei",
|
290
|
+
"char-suz",
|
291
|
+
"char-ski"
|
292
292
|
]
|
293
293
|
},
|
294
294
|
{
|
@@ -296,10 +296,10 @@
|
|
296
296
|
"type": 4,
|
297
297
|
"characterIds": [
|
298
298
|
"char-ktn",
|
299
|
-
"char-mei",
|
300
299
|
"char-ngs",
|
301
|
-
"char-
|
302
|
-
"char-suz"
|
300
|
+
"char-mei",
|
301
|
+
"char-suz",
|
302
|
+
"char-ski"
|
303
303
|
]
|
304
304
|
},
|
305
305
|
{
|
@@ -307,10 +307,10 @@
|
|
307
307
|
"type": 4,
|
308
308
|
"characterIds": [
|
309
309
|
"char-ktn",
|
310
|
-
"char-mei",
|
311
310
|
"char-ngs",
|
312
|
-
"char-
|
313
|
-
"char-suz"
|
311
|
+
"char-mei",
|
312
|
+
"char-suz",
|
313
|
+
"char-ski"
|
314
314
|
]
|
315
315
|
},
|
316
316
|
{
|
package/out/package.json
CHANGED