hoshimi-venus 0.11.110 → 0.11.112
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 +1 -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/Skill.json +754 -0
- package/out/database/SkillEfficacy.json +412 -12
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Skill.json
CHANGED
@@ -50103,6 +50103,298 @@
|
|
50103
50103
|
],
|
50104
50104
|
"assetId": ""
|
50105
50105
|
},
|
50106
|
+
{
|
50107
|
+
"id": "sk-live-lba-passive_skill-111",
|
50108
|
+
"name": "ライブボーナス",
|
50109
|
+
"categoryType": 3,
|
50110
|
+
"levels": [
|
50111
|
+
{
|
50112
|
+
"level": 1,
|
50113
|
+
"description": "ボーカルタイプ2人に6段階ボーカル低下効果[40ビート]\nボーカルタイプ2人に9段階スコア上昇効果[30ビート]\nCT:55",
|
50114
|
+
"shortDescription": "\n\nCT:55",
|
50115
|
+
"probabilityPermil": 1000,
|
50116
|
+
"coolTime": 55,
|
50117
|
+
"skillDetails": [
|
50118
|
+
{
|
50119
|
+
"efficacyId": "ef-vocal_down-6-target-vocal-2-40",
|
50120
|
+
"triggerId": ""
|
50121
|
+
},
|
50122
|
+
{
|
50123
|
+
"efficacyId": "ef-score_up-9-target-vocal-2-30",
|
50124
|
+
"triggerId": ""
|
50125
|
+
}
|
50126
|
+
],
|
50127
|
+
"requiredItemAmount": 0,
|
50128
|
+
"requiredCardLevel": 0,
|
50129
|
+
"stamina": 0,
|
50130
|
+
"triggerId": "",
|
50131
|
+
"limitCount": 0,
|
50132
|
+
"staminaPermil": 0
|
50133
|
+
},
|
50134
|
+
{
|
50135
|
+
"level": 2,
|
50136
|
+
"description": "ボーカルタイプ2人に6段階ボーカル低下効果[44ビート]\nボーカルタイプ2人に9段階スコア上昇効果[34ビート]\nCT:55",
|
50137
|
+
"shortDescription": "\n\nCT:55",
|
50138
|
+
"requiredItemAmount": 1,
|
50139
|
+
"requiredCardLevel": 1,
|
50140
|
+
"probabilityPermil": 1000,
|
50141
|
+
"coolTime": 55,
|
50142
|
+
"skillDetails": [
|
50143
|
+
{
|
50144
|
+
"efficacyId": "ef-vocal_down-6-target-vocal-2-44",
|
50145
|
+
"triggerId": ""
|
50146
|
+
},
|
50147
|
+
{
|
50148
|
+
"efficacyId": "ef-score_up-9-target-vocal-2-34",
|
50149
|
+
"triggerId": ""
|
50150
|
+
}
|
50151
|
+
],
|
50152
|
+
"stamina": 0,
|
50153
|
+
"triggerId": "",
|
50154
|
+
"limitCount": 0,
|
50155
|
+
"staminaPermil": 0
|
50156
|
+
},
|
50157
|
+
{
|
50158
|
+
"level": 3,
|
50159
|
+
"description": "ボーカルタイプ2人に6段階ボーカル低下効果[48ビート]\nボーカルタイプ2人に9段階スコア上昇効果[37ビート]\nCT:55",
|
50160
|
+
"shortDescription": "\n\nCT:55",
|
50161
|
+
"requiredItemAmount": 1,
|
50162
|
+
"requiredCardLevel": 2,
|
50163
|
+
"probabilityPermil": 1000,
|
50164
|
+
"coolTime": 55,
|
50165
|
+
"skillDetails": [
|
50166
|
+
{
|
50167
|
+
"efficacyId": "ef-vocal_down-6-target-vocal-2-48",
|
50168
|
+
"triggerId": ""
|
50169
|
+
},
|
50170
|
+
{
|
50171
|
+
"efficacyId": "ef-score_up-9-target-vocal-2-37",
|
50172
|
+
"triggerId": ""
|
50173
|
+
}
|
50174
|
+
],
|
50175
|
+
"stamina": 0,
|
50176
|
+
"triggerId": "",
|
50177
|
+
"limitCount": 0,
|
50178
|
+
"staminaPermil": 0
|
50179
|
+
},
|
50180
|
+
{
|
50181
|
+
"level": 4,
|
50182
|
+
"description": "ボーカルタイプ2人に7段階ボーカル低下効果[48ビート]\nボーカルタイプ2人に9段階スコア上昇効果[39ビート]\nCT:55",
|
50183
|
+
"shortDescription": "\n\nCT:55",
|
50184
|
+
"requiredItemAmount": 1,
|
50185
|
+
"requiredCardLevel": 3,
|
50186
|
+
"probabilityPermil": 1000,
|
50187
|
+
"coolTime": 55,
|
50188
|
+
"skillDetails": [
|
50189
|
+
{
|
50190
|
+
"efficacyId": "ef-vocal_down-7-target-vocal-2-48",
|
50191
|
+
"triggerId": ""
|
50192
|
+
},
|
50193
|
+
{
|
50194
|
+
"efficacyId": "ef-score_up-9-target-vocal-2-39",
|
50195
|
+
"triggerId": ""
|
50196
|
+
}
|
50197
|
+
],
|
50198
|
+
"stamina": 0,
|
50199
|
+
"triggerId": "",
|
50200
|
+
"limitCount": 0,
|
50201
|
+
"staminaPermil": 0
|
50202
|
+
},
|
50203
|
+
{
|
50204
|
+
"level": 5,
|
50205
|
+
"description": "ボーカルタイプ2人に8段階ボーカル低下効果[48ビート]\nボーカルタイプ2人に9段階スコア上昇効果[49ビート]\nCT:55",
|
50206
|
+
"shortDescription": "\n\nCT:55",
|
50207
|
+
"requiredItemAmount": 1,
|
50208
|
+
"requiredCardLevel": 4,
|
50209
|
+
"probabilityPermil": 1000,
|
50210
|
+
"coolTime": 55,
|
50211
|
+
"skillDetails": [
|
50212
|
+
{
|
50213
|
+
"efficacyId": "ef-vocal_down-8-target-vocal-2-48",
|
50214
|
+
"triggerId": ""
|
50215
|
+
},
|
50216
|
+
{
|
50217
|
+
"efficacyId": "ef-score_up-9-target-vocal-2-49",
|
50218
|
+
"triggerId": ""
|
50219
|
+
}
|
50220
|
+
],
|
50221
|
+
"stamina": 0,
|
50222
|
+
"triggerId": "",
|
50223
|
+
"limitCount": 0,
|
50224
|
+
"staminaPermil": 0
|
50225
|
+
},
|
50226
|
+
{
|
50227
|
+
"level": 6,
|
50228
|
+
"description": "ボーカルタイプ2人に9段階ボーカル低下効果[48ビート]\nボーカルタイプ2人に10段階スコア上昇効果[49ビート]\nCT:55",
|
50229
|
+
"shortDescription": "\n\nCT:55",
|
50230
|
+
"requiredItemAmount": 1,
|
50231
|
+
"requiredCardLevel": 5,
|
50232
|
+
"probabilityPermil": 1000,
|
50233
|
+
"coolTime": 55,
|
50234
|
+
"skillDetails": [
|
50235
|
+
{
|
50236
|
+
"efficacyId": "ef-vocal_down-9-target-vocal-2-48",
|
50237
|
+
"triggerId": ""
|
50238
|
+
},
|
50239
|
+
{
|
50240
|
+
"efficacyId": "ef-score_up-10-target-vocal-2-49",
|
50241
|
+
"triggerId": ""
|
50242
|
+
}
|
50243
|
+
],
|
50244
|
+
"stamina": 0,
|
50245
|
+
"triggerId": "",
|
50246
|
+
"limitCount": 0,
|
50247
|
+
"staminaPermil": 0
|
50248
|
+
}
|
50249
|
+
],
|
50250
|
+
"assetId": ""
|
50251
|
+
},
|
50252
|
+
{
|
50253
|
+
"id": "sk-live-lba-passive_skill-112",
|
50254
|
+
"name": "ライブボーナス",
|
50255
|
+
"categoryType": 3,
|
50256
|
+
"levels": [
|
50257
|
+
{
|
50258
|
+
"level": 1,
|
50259
|
+
"description": "ダンスタイプ2人に6段階ダンス低下効果[40ビート]\nダンスタイプ2人に9段階スコア上昇効果[30ビート]\nCT:55",
|
50260
|
+
"shortDescription": "\n\nCT:55",
|
50261
|
+
"probabilityPermil": 1000,
|
50262
|
+
"coolTime": 55,
|
50263
|
+
"skillDetails": [
|
50264
|
+
{
|
50265
|
+
"efficacyId": "ef-dance_down-6-target-dance-2-40",
|
50266
|
+
"triggerId": ""
|
50267
|
+
},
|
50268
|
+
{
|
50269
|
+
"efficacyId": "ef-score_up-9-target-dance-2-30",
|
50270
|
+
"triggerId": ""
|
50271
|
+
}
|
50272
|
+
],
|
50273
|
+
"requiredItemAmount": 0,
|
50274
|
+
"requiredCardLevel": 0,
|
50275
|
+
"stamina": 0,
|
50276
|
+
"triggerId": "",
|
50277
|
+
"limitCount": 0,
|
50278
|
+
"staminaPermil": 0
|
50279
|
+
},
|
50280
|
+
{
|
50281
|
+
"level": 2,
|
50282
|
+
"description": "ダンスタイプ2人に6段階ダンス低下効果[44ビート]\nダンスタイプ2人に9段階スコア上昇効果[34ビート]\nCT:55",
|
50283
|
+
"shortDescription": "\n\nCT:55",
|
50284
|
+
"requiredItemAmount": 1,
|
50285
|
+
"requiredCardLevel": 1,
|
50286
|
+
"probabilityPermil": 1000,
|
50287
|
+
"coolTime": 55,
|
50288
|
+
"skillDetails": [
|
50289
|
+
{
|
50290
|
+
"efficacyId": "ef-dance_down-6-target-dance-2-44",
|
50291
|
+
"triggerId": ""
|
50292
|
+
},
|
50293
|
+
{
|
50294
|
+
"efficacyId": "ef-score_up-9-target-dance-2-34",
|
50295
|
+
"triggerId": ""
|
50296
|
+
}
|
50297
|
+
],
|
50298
|
+
"stamina": 0,
|
50299
|
+
"triggerId": "",
|
50300
|
+
"limitCount": 0,
|
50301
|
+
"staminaPermil": 0
|
50302
|
+
},
|
50303
|
+
{
|
50304
|
+
"level": 3,
|
50305
|
+
"description": "ダンスタイプ2人に6段階ダンス低下効果[48ビート]\nダンスタイプ2人に9段階スコア上昇効果[37ビート]\nCT:55",
|
50306
|
+
"shortDescription": "\n\nCT:55",
|
50307
|
+
"requiredItemAmount": 1,
|
50308
|
+
"requiredCardLevel": 2,
|
50309
|
+
"probabilityPermil": 1000,
|
50310
|
+
"coolTime": 55,
|
50311
|
+
"skillDetails": [
|
50312
|
+
{
|
50313
|
+
"efficacyId": "ef-dance_down-6-target-dance-2-48",
|
50314
|
+
"triggerId": ""
|
50315
|
+
},
|
50316
|
+
{
|
50317
|
+
"efficacyId": "ef-score_up-9-target-dance-2-37",
|
50318
|
+
"triggerId": ""
|
50319
|
+
}
|
50320
|
+
],
|
50321
|
+
"stamina": 0,
|
50322
|
+
"triggerId": "",
|
50323
|
+
"limitCount": 0,
|
50324
|
+
"staminaPermil": 0
|
50325
|
+
},
|
50326
|
+
{
|
50327
|
+
"level": 4,
|
50328
|
+
"description": "ダンスタイプ2人に7段階ダンス低下効果[48ビート]\nダンスタイプ2人に9段階スコア上昇効果[39ビート]\nCT:55",
|
50329
|
+
"shortDescription": "\n\nCT:55",
|
50330
|
+
"requiredItemAmount": 1,
|
50331
|
+
"requiredCardLevel": 3,
|
50332
|
+
"probabilityPermil": 1000,
|
50333
|
+
"coolTime": 55,
|
50334
|
+
"skillDetails": [
|
50335
|
+
{
|
50336
|
+
"efficacyId": "ef-dance_down-7-target-dance-2-48",
|
50337
|
+
"triggerId": ""
|
50338
|
+
},
|
50339
|
+
{
|
50340
|
+
"efficacyId": "ef-score_up-9-target-dance-2-39",
|
50341
|
+
"triggerId": ""
|
50342
|
+
}
|
50343
|
+
],
|
50344
|
+
"stamina": 0,
|
50345
|
+
"triggerId": "",
|
50346
|
+
"limitCount": 0,
|
50347
|
+
"staminaPermil": 0
|
50348
|
+
},
|
50349
|
+
{
|
50350
|
+
"level": 5,
|
50351
|
+
"description": "ダンスタイプ2人に8段階ダンス低下効果[48ビート]\nダンスタイプ2人に9段階スコア上昇効果[49ビート]\nCT:55",
|
50352
|
+
"shortDescription": "\n\nCT:55",
|
50353
|
+
"requiredItemAmount": 1,
|
50354
|
+
"requiredCardLevel": 4,
|
50355
|
+
"probabilityPermil": 1000,
|
50356
|
+
"coolTime": 55,
|
50357
|
+
"skillDetails": [
|
50358
|
+
{
|
50359
|
+
"efficacyId": "ef-dance_down-8-target-dance-2-48",
|
50360
|
+
"triggerId": ""
|
50361
|
+
},
|
50362
|
+
{
|
50363
|
+
"efficacyId": "ef-score_up-9-target-dance-2-49",
|
50364
|
+
"triggerId": ""
|
50365
|
+
}
|
50366
|
+
],
|
50367
|
+
"stamina": 0,
|
50368
|
+
"triggerId": "",
|
50369
|
+
"limitCount": 0,
|
50370
|
+
"staminaPermil": 0
|
50371
|
+
},
|
50372
|
+
{
|
50373
|
+
"level": 6,
|
50374
|
+
"description": "ダンスタイプ2人に9段階ダンス低下効果[48ビート]\nダンスタイプ2人に10段階スコア上昇効果[49ビート]\nCT:55",
|
50375
|
+
"shortDescription": "\n\nCT:55",
|
50376
|
+
"requiredItemAmount": 1,
|
50377
|
+
"requiredCardLevel": 5,
|
50378
|
+
"probabilityPermil": 1000,
|
50379
|
+
"coolTime": 55,
|
50380
|
+
"skillDetails": [
|
50381
|
+
{
|
50382
|
+
"efficacyId": "ef-dance_down-9-target-dance-2-48",
|
50383
|
+
"triggerId": ""
|
50384
|
+
},
|
50385
|
+
{
|
50386
|
+
"efficacyId": "ef-score_up-10-target-dance-2-49",
|
50387
|
+
"triggerId": ""
|
50388
|
+
}
|
50389
|
+
],
|
50390
|
+
"stamina": 0,
|
50391
|
+
"triggerId": "",
|
50392
|
+
"limitCount": 0,
|
50393
|
+
"staminaPermil": 0
|
50394
|
+
}
|
50395
|
+
],
|
50396
|
+
"assetId": ""
|
50397
|
+
},
|
50106
50398
|
{
|
50107
50399
|
"id": "sk-marathon-lba-passive_skill-critical_bonus_permil_up-1",
|
50108
50400
|
"name": "ライブボーナス",
|
@@ -117456,6 +117748,468 @@
|
|
117456
117748
|
],
|
117457
117749
|
"assetId": ""
|
117458
117750
|
},
|
117751
|
+
{
|
117752
|
+
"id": "sk-szk-05-yukt-00-1",
|
117753
|
+
"name": "なんか、顔、熱い……",
|
117754
|
+
"categoryType": 1,
|
117755
|
+
"levels": [
|
117756
|
+
{
|
117757
|
+
"level": 1,
|
117758
|
+
"description": "840%のスコア獲得、スキル成功率が高い程効果上昇\nスタミナ338消費 ",
|
117759
|
+
"shortDescription": "\nスタミナ338消費 ",
|
117760
|
+
"stamina": 338,
|
117761
|
+
"probabilityPermil": 1000,
|
117762
|
+
"skillDetails": [
|
117763
|
+
{
|
117764
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-8400-chart_dependence",
|
117765
|
+
"triggerId": ""
|
117766
|
+
}
|
117767
|
+
],
|
117768
|
+
"requiredItemAmount": 0,
|
117769
|
+
"requiredCardLevel": 0,
|
117770
|
+
"triggerId": "",
|
117771
|
+
"limitCount": 0,
|
117772
|
+
"coolTime": 0,
|
117773
|
+
"staminaPermil": 0
|
117774
|
+
},
|
117775
|
+
{
|
117776
|
+
"level": 2,
|
117777
|
+
"description": "950%のスコア獲得、スキル成功率が高い程効果上昇\nスタミナ383消費 ",
|
117778
|
+
"shortDescription": "\nスタミナ383消費 ",
|
117779
|
+
"requiredItemAmount": 500,
|
117780
|
+
"requiredCardLevel": 40,
|
117781
|
+
"stamina": 383,
|
117782
|
+
"probabilityPermil": 1000,
|
117783
|
+
"skillDetails": [
|
117784
|
+
{
|
117785
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-9500-chart_dependence",
|
117786
|
+
"triggerId": ""
|
117787
|
+
}
|
117788
|
+
],
|
117789
|
+
"triggerId": "",
|
117790
|
+
"limitCount": 0,
|
117791
|
+
"coolTime": 0,
|
117792
|
+
"staminaPermil": 0
|
117793
|
+
},
|
117794
|
+
{
|
117795
|
+
"level": 3,
|
117796
|
+
"description": "1060%のスコア獲得、スキル成功率が高い程効果上昇\nスタミナ427消費 ",
|
117797
|
+
"shortDescription": "\nスタミナ427消費 ",
|
117798
|
+
"requiredItemAmount": 2000,
|
117799
|
+
"requiredCardLevel": 60,
|
117800
|
+
"stamina": 427,
|
117801
|
+
"probabilityPermil": 1000,
|
117802
|
+
"skillDetails": [
|
117803
|
+
{
|
117804
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-10600-chart_dependence",
|
117805
|
+
"triggerId": ""
|
117806
|
+
}
|
117807
|
+
],
|
117808
|
+
"triggerId": "",
|
117809
|
+
"limitCount": 0,
|
117810
|
+
"coolTime": 0,
|
117811
|
+
"staminaPermil": 0
|
117812
|
+
},
|
117813
|
+
{
|
117814
|
+
"level": 4,
|
117815
|
+
"description": "1170%のスコア獲得、スキル成功率が高い程効果上昇\nスタミナ471消費 ",
|
117816
|
+
"shortDescription": "\nスタミナ471消費 ",
|
117817
|
+
"requiredItemAmount": 15000,
|
117818
|
+
"requiredCardLevel": 90,
|
117819
|
+
"stamina": 471,
|
117820
|
+
"probabilityPermil": 1000,
|
117821
|
+
"skillDetails": [
|
117822
|
+
{
|
117823
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-11700-chart_dependence",
|
117824
|
+
"triggerId": ""
|
117825
|
+
}
|
117826
|
+
],
|
117827
|
+
"triggerId": "",
|
117828
|
+
"limitCount": 0,
|
117829
|
+
"coolTime": 0,
|
117830
|
+
"staminaPermil": 0
|
117831
|
+
},
|
117832
|
+
{
|
117833
|
+
"level": 5,
|
117834
|
+
"description": "1280%のスコア獲得、スキル成功率が高い程効果上昇\nスタミナ515消費 ",
|
117835
|
+
"shortDescription": "\nスタミナ515消費 ",
|
117836
|
+
"requiredItemAmount": 100000,
|
117837
|
+
"requiredCardLevel": 150,
|
117838
|
+
"stamina": 515,
|
117839
|
+
"probabilityPermil": 1000,
|
117840
|
+
"skillDetails": [
|
117841
|
+
{
|
117842
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-12800-chart_dependence",
|
117843
|
+
"triggerId": ""
|
117844
|
+
}
|
117845
|
+
],
|
117846
|
+
"triggerId": "",
|
117847
|
+
"limitCount": 0,
|
117848
|
+
"coolTime": 0,
|
117849
|
+
"staminaPermil": 0
|
117850
|
+
},
|
117851
|
+
{
|
117852
|
+
"level": 6,
|
117853
|
+
"description": "1400%のスコア獲得、スキル成功率が高い程効果上昇\nスタミナ564消費 ",
|
117854
|
+
"shortDescription": "\nスタミナ564消費 ",
|
117855
|
+
"requiredItemAmount": 230000,
|
117856
|
+
"requiredCardLevel": 180,
|
117857
|
+
"stamina": 564,
|
117858
|
+
"probabilityPermil": 1000,
|
117859
|
+
"skillDetails": [
|
117860
|
+
{
|
117861
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-14000-chart_dependence",
|
117862
|
+
"triggerId": ""
|
117863
|
+
}
|
117864
|
+
],
|
117865
|
+
"triggerId": "",
|
117866
|
+
"limitCount": 0,
|
117867
|
+
"coolTime": 0,
|
117868
|
+
"staminaPermil": 0
|
117869
|
+
}
|
117870
|
+
],
|
117871
|
+
"assetId": "sk-szk-05-yukt-00-1"
|
117872
|
+
},
|
117873
|
+
{
|
117874
|
+
"id": "sk-szk-05-yukt-00-2",
|
117875
|
+
"name": "花火の下で交わる視線",
|
117876
|
+
"categoryType": 2,
|
117877
|
+
"levels": [
|
117878
|
+
{
|
117879
|
+
"level": 1,
|
117880
|
+
"description": "280%のスコア獲得、ダンス上昇状態の段階数が多い程効果上昇\n自身に4段階スキル成功率上昇効果[33ビート]\n[ライブバトルのみ]同じレーンの相手に4段階ダンス低下効果[33ビート]\nスタミナ173消費 CT:50",
|
117881
|
+
"shortDescription": "\n\n\nスタミナ173消費 CT:50",
|
117882
|
+
"stamina": 173,
|
117883
|
+
"probabilityPermil": 1000,
|
117884
|
+
"coolTime": 50,
|
117885
|
+
"skillDetails": [
|
117886
|
+
{
|
117887
|
+
"efficacyId": "ef-score_get_by_status_effect_type_grade-dance_up-2800-chart_dependence",
|
117888
|
+
"triggerId": ""
|
117889
|
+
},
|
117890
|
+
{
|
117891
|
+
"efficacyId": "ef-skill_success_rate_up-4-target-self-33",
|
117892
|
+
"triggerId": ""
|
117893
|
+
},
|
117894
|
+
{
|
117895
|
+
"efficacyId": "ef-dance_down-4-target-opponent_same_position-33",
|
117896
|
+
"triggerId": ""
|
117897
|
+
}
|
117898
|
+
],
|
117899
|
+
"requiredItemAmount": 0,
|
117900
|
+
"requiredCardLevel": 0,
|
117901
|
+
"triggerId": "",
|
117902
|
+
"limitCount": 0,
|
117903
|
+
"staminaPermil": 0
|
117904
|
+
},
|
117905
|
+
{
|
117906
|
+
"level": 2,
|
117907
|
+
"description": "280%のスコア獲得、ダンス上昇状態の段階数が多い程効果上昇\n自身に4段階スキル成功率上昇効果[38ビート]\n[ライブバトルのみ]同じレーンの相手に4段階ダンス低下効果[38ビート]\nスタミナ188消費 CT:50",
|
117908
|
+
"shortDescription": "\n\n\nスタミナ188消費 CT:50",
|
117909
|
+
"requiredItemAmount": 1000,
|
117910
|
+
"requiredCardLevel": 50,
|
117911
|
+
"stamina": 188,
|
117912
|
+
"probabilityPermil": 1000,
|
117913
|
+
"coolTime": 50,
|
117914
|
+
"skillDetails": [
|
117915
|
+
{
|
117916
|
+
"efficacyId": "ef-score_get_by_status_effect_type_grade-dance_up-2800-chart_dependence",
|
117917
|
+
"triggerId": ""
|
117918
|
+
},
|
117919
|
+
{
|
117920
|
+
"efficacyId": "ef-skill_success_rate_up-4-target-self-38",
|
117921
|
+
"triggerId": ""
|
117922
|
+
},
|
117923
|
+
{
|
117924
|
+
"efficacyId": "ef-dance_down-4-target-opponent_same_position-38",
|
117925
|
+
"triggerId": ""
|
117926
|
+
}
|
117927
|
+
],
|
117928
|
+
"triggerId": "",
|
117929
|
+
"limitCount": 0,
|
117930
|
+
"staminaPermil": 0
|
117931
|
+
},
|
117932
|
+
{
|
117933
|
+
"level": 3,
|
117934
|
+
"description": "280%のスコア獲得、ダンス上昇状態の段階数が多い程効果上昇\n自身に5段階スキル成功率上昇効果[38ビート]\n[ライブバトルのみ]同じレーンの相手に5段階ダンス低下効果[38ビート]\nスタミナ215消費 CT:50",
|
117935
|
+
"shortDescription": "\n\n\nスタミナ215消費 CT:50",
|
117936
|
+
"requiredItemAmount": 4000,
|
117937
|
+
"requiredCardLevel": 70,
|
117938
|
+
"stamina": 215,
|
117939
|
+
"probabilityPermil": 1000,
|
117940
|
+
"coolTime": 50,
|
117941
|
+
"skillDetails": [
|
117942
|
+
{
|
117943
|
+
"efficacyId": "ef-score_get_by_status_effect_type_grade-dance_up-2800-chart_dependence",
|
117944
|
+
"triggerId": ""
|
117945
|
+
},
|
117946
|
+
{
|
117947
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-self-38",
|
117948
|
+
"triggerId": ""
|
117949
|
+
},
|
117950
|
+
{
|
117951
|
+
"efficacyId": "ef-dance_down-5-target-opponent_same_position-38",
|
117952
|
+
"triggerId": ""
|
117953
|
+
}
|
117954
|
+
],
|
117955
|
+
"triggerId": "",
|
117956
|
+
"limitCount": 0,
|
117957
|
+
"staminaPermil": 0
|
117958
|
+
},
|
117959
|
+
{
|
117960
|
+
"level": 4,
|
117961
|
+
"description": "280%のスコア獲得、ダンス上昇状態の段階数が多い程効果上昇\n自身に5段階スキル成功率上昇効果[43ビート]\n[ライブバトルのみ]同じレーンの相手に5段階ダンス低下効果[43ビート]\nスタミナ233消費 CT:50",
|
117962
|
+
"shortDescription": "\n\n\nスタミナ233消費 CT:50",
|
117963
|
+
"requiredItemAmount": 30000,
|
117964
|
+
"requiredCardLevel": 110,
|
117965
|
+
"stamina": 233,
|
117966
|
+
"probabilityPermil": 1000,
|
117967
|
+
"coolTime": 50,
|
117968
|
+
"skillDetails": [
|
117969
|
+
{
|
117970
|
+
"efficacyId": "ef-score_get_by_status_effect_type_grade-dance_up-2800-chart_dependence",
|
117971
|
+
"triggerId": ""
|
117972
|
+
},
|
117973
|
+
{
|
117974
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-self-43",
|
117975
|
+
"triggerId": ""
|
117976
|
+
},
|
117977
|
+
{
|
117978
|
+
"efficacyId": "ef-dance_down-5-target-opponent_same_position-43",
|
117979
|
+
"triggerId": ""
|
117980
|
+
}
|
117981
|
+
],
|
117982
|
+
"triggerId": "",
|
117983
|
+
"limitCount": 0,
|
117984
|
+
"staminaPermil": 0
|
117985
|
+
},
|
117986
|
+
{
|
117987
|
+
"level": 5,
|
117988
|
+
"description": "280%のスコア獲得、ダンス上昇状態の段階数が多い程効果上昇\n自身に6段階スキル成功率上昇効果[43ビート]\n[ライブバトルのみ]同じレーンの相手に6段階ダンス低下効果[43ビート]\nスタミナ264消費 CT:50",
|
117989
|
+
"shortDescription": "\n\n\nスタミナ264消費 CT:50",
|
117990
|
+
"requiredItemAmount": 140000,
|
117991
|
+
"requiredCardLevel": 160,
|
117992
|
+
"stamina": 264,
|
117993
|
+
"probabilityPermil": 1000,
|
117994
|
+
"coolTime": 50,
|
117995
|
+
"skillDetails": [
|
117996
|
+
{
|
117997
|
+
"efficacyId": "ef-score_get_by_status_effect_type_grade-dance_up-2800-chart_dependence",
|
117998
|
+
"triggerId": ""
|
117999
|
+
},
|
118000
|
+
{
|
118001
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-self-43",
|
118002
|
+
"triggerId": ""
|
118003
|
+
},
|
118004
|
+
{
|
118005
|
+
"efficacyId": "ef-dance_down-6-target-opponent_same_position-43",
|
118006
|
+
"triggerId": ""
|
118007
|
+
}
|
118008
|
+
],
|
118009
|
+
"triggerId": "",
|
118010
|
+
"limitCount": 0,
|
118011
|
+
"staminaPermil": 0
|
118012
|
+
},
|
118013
|
+
{
|
118014
|
+
"level": 6,
|
118015
|
+
"description": "280%のスコア獲得、ダンス上昇状態の段階数が多い程効果上昇\n自身に6段階スキル成功率上昇効果[48ビート]\n[ライブバトルのみ]同じレーンの相手に6段階ダンス低下効果[48ビート]\nスタミナ285消費 CT:50",
|
118016
|
+
"shortDescription": "\n\n\nスタミナ285消費 CT:50",
|
118017
|
+
"requiredItemAmount": 280000,
|
118018
|
+
"requiredCardLevel": 200,
|
118019
|
+
"stamina": 285,
|
118020
|
+
"probabilityPermil": 1000,
|
118021
|
+
"coolTime": 50,
|
118022
|
+
"skillDetails": [
|
118023
|
+
{
|
118024
|
+
"efficacyId": "ef-score_get_by_status_effect_type_grade-dance_up-2800-chart_dependence",
|
118025
|
+
"triggerId": ""
|
118026
|
+
},
|
118027
|
+
{
|
118028
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-self-48",
|
118029
|
+
"triggerId": ""
|
118030
|
+
},
|
118031
|
+
{
|
118032
|
+
"efficacyId": "ef-dance_down-6-target-opponent_same_position-48",
|
118033
|
+
"triggerId": ""
|
118034
|
+
}
|
118035
|
+
],
|
118036
|
+
"triggerId": "",
|
118037
|
+
"limitCount": 0,
|
118038
|
+
"staminaPermil": 0
|
118039
|
+
}
|
118040
|
+
],
|
118041
|
+
"assetId": ""
|
118042
|
+
},
|
118043
|
+
{
|
118044
|
+
"id": "sk-szk-05-yukt-00-3",
|
118045
|
+
"name": "大胆過ぎるお買い物",
|
118046
|
+
"categoryType": 2,
|
118047
|
+
"levels": [
|
118048
|
+
{
|
118049
|
+
"level": 1,
|
118050
|
+
"description": "230%のスコア獲得、スキル成功率が高い程効果上昇\n自身に4段階スキル成功率上昇効果[35ビート]\n自身に4段階ダンス上昇効果[35ビート]\nスタミナ135消費 CT:50",
|
118051
|
+
"shortDescription": "\n\n\nスタミナ135消費 CT:50",
|
118052
|
+
"stamina": 135,
|
118053
|
+
"probabilityPermil": 1000,
|
118054
|
+
"coolTime": 50,
|
118055
|
+
"skillDetails": [
|
118056
|
+
{
|
118057
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-2300-chart_dependence",
|
118058
|
+
"triggerId": ""
|
118059
|
+
},
|
118060
|
+
{
|
118061
|
+
"efficacyId": "ef-skill_success_rate_up-4-target-self-35",
|
118062
|
+
"triggerId": ""
|
118063
|
+
},
|
118064
|
+
{
|
118065
|
+
"efficacyId": "ef-dance_up-4-target-self-35",
|
118066
|
+
"triggerId": ""
|
118067
|
+
}
|
118068
|
+
],
|
118069
|
+
"requiredItemAmount": 0,
|
118070
|
+
"requiredCardLevel": 0,
|
118071
|
+
"triggerId": "",
|
118072
|
+
"limitCount": 0,
|
118073
|
+
"staminaPermil": 0
|
118074
|
+
},
|
118075
|
+
{
|
118076
|
+
"level": 2,
|
118077
|
+
"description": "230%のスコア獲得、スキル成功率が高い程効果上昇\n自身に4段階スキル成功率上昇効果[40ビート]\n自身に4段階ダンス上昇効果[40ビート]\nスタミナ141消費 CT:50",
|
118078
|
+
"shortDescription": "\n\n\nスタミナ141消費 CT:50",
|
118079
|
+
"requiredItemAmount": 15000,
|
118080
|
+
"requiredCardLevel": 100,
|
118081
|
+
"stamina": 141,
|
118082
|
+
"probabilityPermil": 1000,
|
118083
|
+
"coolTime": 50,
|
118084
|
+
"skillDetails": [
|
118085
|
+
{
|
118086
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-2300-chart_dependence",
|
118087
|
+
"triggerId": ""
|
118088
|
+
},
|
118089
|
+
{
|
118090
|
+
"efficacyId": "ef-skill_success_rate_up-4-target-self-40",
|
118091
|
+
"triggerId": ""
|
118092
|
+
},
|
118093
|
+
{
|
118094
|
+
"efficacyId": "ef-dance_up-4-target-self-40",
|
118095
|
+
"triggerId": ""
|
118096
|
+
}
|
118097
|
+
],
|
118098
|
+
"triggerId": "",
|
118099
|
+
"limitCount": 0,
|
118100
|
+
"staminaPermil": 0
|
118101
|
+
},
|
118102
|
+
{
|
118103
|
+
"level": 3,
|
118104
|
+
"description": "230%のスコア獲得、スキル成功率が高い程効果上昇\n自身に5段階スキル成功率上昇効果[40ビート]\n自身に5段階ダンス上昇効果[40ビート]\nスタミナ153消費 CT:50",
|
118105
|
+
"shortDescription": "\n\n\nスタミナ153消費 CT:50",
|
118106
|
+
"requiredItemAmount": 60000,
|
118107
|
+
"requiredCardLevel": 130,
|
118108
|
+
"stamina": 153,
|
118109
|
+
"probabilityPermil": 1000,
|
118110
|
+
"coolTime": 50,
|
118111
|
+
"skillDetails": [
|
118112
|
+
{
|
118113
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-2300-chart_dependence",
|
118114
|
+
"triggerId": ""
|
118115
|
+
},
|
118116
|
+
{
|
118117
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-self-40",
|
118118
|
+
"triggerId": ""
|
118119
|
+
},
|
118120
|
+
{
|
118121
|
+
"efficacyId": "ef-dance_up-5-target-self-40",
|
118122
|
+
"triggerId": ""
|
118123
|
+
}
|
118124
|
+
],
|
118125
|
+
"triggerId": "",
|
118126
|
+
"limitCount": 0,
|
118127
|
+
"staminaPermil": 0
|
118128
|
+
},
|
118129
|
+
{
|
118130
|
+
"level": 4,
|
118131
|
+
"description": "240%のスコア獲得、スキル成功率が高い程効果上昇\n自身に5段階スキル成功率上昇効果[45ビート]\n自身に5段階ダンス上昇効果[45ビート]\nスタミナ165消費 CT:50",
|
118132
|
+
"shortDescription": "\n\n\nスタミナ165消費 CT:50",
|
118133
|
+
"requiredItemAmount": 180000,
|
118134
|
+
"requiredCardLevel": 170,
|
118135
|
+
"stamina": 165,
|
118136
|
+
"probabilityPermil": 1000,
|
118137
|
+
"coolTime": 50,
|
118138
|
+
"skillDetails": [
|
118139
|
+
{
|
118140
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-2400-chart_dependence",
|
118141
|
+
"triggerId": ""
|
118142
|
+
},
|
118143
|
+
{
|
118144
|
+
"efficacyId": "ef-skill_success_rate_up-5-target-self-45",
|
118145
|
+
"triggerId": ""
|
118146
|
+
},
|
118147
|
+
{
|
118148
|
+
"efficacyId": "ef-dance_up-5-target-self-45",
|
118149
|
+
"triggerId": ""
|
118150
|
+
}
|
118151
|
+
],
|
118152
|
+
"triggerId": "",
|
118153
|
+
"limitCount": 0,
|
118154
|
+
"staminaPermil": 0
|
118155
|
+
},
|
118156
|
+
{
|
118157
|
+
"level": 5,
|
118158
|
+
"description": "240%のスコア獲得、スキル成功率が高い程効果上昇\n自身に6段階スキル成功率上昇効果[45ビート]\n自身に6段階ダンス上昇効果[45ビート]\nスタミナ179消費 CT:50",
|
118159
|
+
"shortDescription": "\n\n\nスタミナ179消費 CT:50",
|
118160
|
+
"requiredItemAmount": 330000,
|
118161
|
+
"requiredCardLevel": 210,
|
118162
|
+
"stamina": 179,
|
118163
|
+
"probabilityPermil": 1000,
|
118164
|
+
"coolTime": 50,
|
118165
|
+
"skillDetails": [
|
118166
|
+
{
|
118167
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-2400-chart_dependence",
|
118168
|
+
"triggerId": ""
|
118169
|
+
},
|
118170
|
+
{
|
118171
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-self-45",
|
118172
|
+
"triggerId": ""
|
118173
|
+
},
|
118174
|
+
{
|
118175
|
+
"efficacyId": "ef-dance_up-6-target-self-45",
|
118176
|
+
"triggerId": ""
|
118177
|
+
}
|
118178
|
+
],
|
118179
|
+
"triggerId": "",
|
118180
|
+
"limitCount": 0,
|
118181
|
+
"staminaPermil": 0
|
118182
|
+
},
|
118183
|
+
{
|
118184
|
+
"level": 6,
|
118185
|
+
"description": "240%のスコア獲得、スキル成功率が高い程効果上昇\n自身に6段階スキル成功率上昇効果[50ビート]\n自身に6段階ダンス上昇効果[50ビート]\nスタミナ188消費 CT:50",
|
118186
|
+
"shortDescription": "\n\n\nスタミナ188消費 CT:50",
|
118187
|
+
"requiredItemAmount": 380000,
|
118188
|
+
"requiredCardLevel": 230,
|
118189
|
+
"stamina": 188,
|
118190
|
+
"probabilityPermil": 1000,
|
118191
|
+
"coolTime": 50,
|
118192
|
+
"skillDetails": [
|
118193
|
+
{
|
118194
|
+
"efficacyId": "ef-score_get_by_skill_success_rate_up-2400-chart_dependence",
|
118195
|
+
"triggerId": ""
|
118196
|
+
},
|
118197
|
+
{
|
118198
|
+
"efficacyId": "ef-skill_success_rate_up-6-target-self-50",
|
118199
|
+
"triggerId": ""
|
118200
|
+
},
|
118201
|
+
{
|
118202
|
+
"efficacyId": "ef-dance_up-6-target-self-50",
|
118203
|
+
"triggerId": ""
|
118204
|
+
}
|
118205
|
+
],
|
118206
|
+
"triggerId": "",
|
118207
|
+
"limitCount": 0,
|
118208
|
+
"staminaPermil": 0
|
118209
|
+
}
|
118210
|
+
],
|
118211
|
+
"assetId": ""
|
118212
|
+
},
|
117459
118213
|
{
|
117460
118214
|
"id": "sk-szk-05-yuru-00-1",
|
117461
118215
|
"name": "誰かの憧れに",
|