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/Card.json
CHANGED
@@ -9838,6 +9838,66 @@
|
|
9838
9838
|
"displayPositionY2": 0.0,
|
9839
9839
|
"homeTalks": []
|
9840
9840
|
},
|
9841
|
+
{
|
9842
|
+
"id": "card-szk-05-yukt-00",
|
9843
|
+
"assetId": "szk-05-yukt-00",
|
9844
|
+
"name": "大輪彩る夏夜の一瞬",
|
9845
|
+
"description": "あれ……なんか、顔、熱い……\r\nでも……嫌じゃ、ない……\r\n浴衣を着るって言った時とは、違う、ドキドキ……",
|
9846
|
+
"type": 1,
|
9847
|
+
"characterId": "char-szk",
|
9848
|
+
"initialRarity": 5,
|
9849
|
+
"cardParameterId": "card-param-01",
|
9850
|
+
"vocalRatioPermil": 278,
|
9851
|
+
"danceRatioPermil": 434,
|
9852
|
+
"visualRatioPermil": 318,
|
9853
|
+
"staminaRatioPermil": 900,
|
9854
|
+
"cardLevelReleaseId": "card_level_release_1",
|
9855
|
+
"skillId1": "sk-szk-05-yukt-00-1",
|
9856
|
+
"skillId2": "sk-szk-05-yukt-00-2",
|
9857
|
+
"skillId3": "sk-szk-05-yukt-00-3",
|
9858
|
+
"liveAbilityId": "lba-mental_add",
|
9859
|
+
"order": 297,
|
9860
|
+
"releaseDate": "1689303600000",
|
9861
|
+
"rewardCostumeId": "cos-szk-yukt-00",
|
9862
|
+
"imageType1": 3,
|
9863
|
+
"displayPositionX1": 0.132,
|
9864
|
+
"displayScale1": 1.0,
|
9865
|
+
"highlightDisplayPositionX1": -0.182,
|
9866
|
+
"highlightDisplayPositionY1": 0.213,
|
9867
|
+
"highlightDisplayScale1": 0.7,
|
9868
|
+
"imageType2": 3,
|
9869
|
+
"displayPositionX2": 0.132,
|
9870
|
+
"displayScale2": 1.0,
|
9871
|
+
"highlightDisplayPositionX2": -0.182,
|
9872
|
+
"highlightDisplayPositionY2": 0.213,
|
9873
|
+
"highlightDisplayScale2": 0.7,
|
9874
|
+
"obtainMessage": "あれ、なんか、顔、熱い……",
|
9875
|
+
"stories": [
|
9876
|
+
{
|
9877
|
+
"storyId": "st-card-szk-05-yukt-00-01"
|
9878
|
+
},
|
9879
|
+
{
|
9880
|
+
"storyId": "st-card-szk-05-yukt-00-02"
|
9881
|
+
},
|
9882
|
+
{
|
9883
|
+
"storyId": "st-card-szk-05-yukt-00-03"
|
9884
|
+
}
|
9885
|
+
],
|
9886
|
+
"messages": [
|
9887
|
+
{
|
9888
|
+
"messageId": "message-card-szk-05-yukt-00",
|
9889
|
+
"telephoneId": ""
|
9890
|
+
},
|
9891
|
+
{
|
9892
|
+
"telephoneId": "tel-card-szk-05-yukt-00",
|
9893
|
+
"messageId": ""
|
9894
|
+
}
|
9895
|
+
],
|
9896
|
+
"activityAbilityId": "",
|
9897
|
+
"displayPositionY1": 0.0,
|
9898
|
+
"displayPositionY2": 0.0,
|
9899
|
+
"homeTalks": []
|
9900
|
+
},
|
9841
9901
|
{
|
9842
9902
|
"id": "card-szk-05-yuru-00",
|
9843
9903
|
"assetId": "szk-05-yuru-00",
|
@@ -17998,6 +17998,164 @@
|
|
17998
17998
|
],
|
17999
17999
|
"description": ""
|
18000
18000
|
},
|
18001
|
+
{
|
18002
|
+
"id": "live-lba-passive_skill-111",
|
18003
|
+
"name": "ボーカルタイプ2人にボーカル低下効果\nボーカルタイプ2人にスコア上昇効果",
|
18004
|
+
"levels": [
|
18005
|
+
{
|
18006
|
+
"level": 1,
|
18007
|
+
"description": "パッシブスキル発動",
|
18008
|
+
"type": 13,
|
18009
|
+
"value": 1,
|
18010
|
+
"skillId": "sk-live-lba-passive_skill-111",
|
18011
|
+
"shortDescription": "",
|
18012
|
+
"requiredItemAmount": 0,
|
18013
|
+
"requiredCardLevel": 0,
|
18014
|
+
"moodType": 0,
|
18015
|
+
"backgroundRankType": 0
|
18016
|
+
},
|
18017
|
+
{
|
18018
|
+
"level": 2,
|
18019
|
+
"description": "パッシブスキル発動",
|
18020
|
+
"type": 13,
|
18021
|
+
"requiredItemAmount": 1,
|
18022
|
+
"requiredCardLevel": 1,
|
18023
|
+
"value": 2,
|
18024
|
+
"skillId": "sk-live-lba-passive_skill-111",
|
18025
|
+
"shortDescription": "",
|
18026
|
+
"moodType": 0,
|
18027
|
+
"backgroundRankType": 0
|
18028
|
+
},
|
18029
|
+
{
|
18030
|
+
"level": 3,
|
18031
|
+
"description": "パッシブスキル発動",
|
18032
|
+
"type": 13,
|
18033
|
+
"requiredItemAmount": 1,
|
18034
|
+
"requiredCardLevel": 2,
|
18035
|
+
"value": 3,
|
18036
|
+
"skillId": "sk-live-lba-passive_skill-111",
|
18037
|
+
"shortDescription": "",
|
18038
|
+
"moodType": 0,
|
18039
|
+
"backgroundRankType": 0
|
18040
|
+
},
|
18041
|
+
{
|
18042
|
+
"level": 4,
|
18043
|
+
"description": "パッシブスキル発動",
|
18044
|
+
"type": 13,
|
18045
|
+
"requiredItemAmount": 1,
|
18046
|
+
"requiredCardLevel": 3,
|
18047
|
+
"value": 4,
|
18048
|
+
"skillId": "sk-live-lba-passive_skill-111",
|
18049
|
+
"shortDescription": "",
|
18050
|
+
"moodType": 0,
|
18051
|
+
"backgroundRankType": 0
|
18052
|
+
},
|
18053
|
+
{
|
18054
|
+
"level": 5,
|
18055
|
+
"description": "パッシブスキル発動",
|
18056
|
+
"type": 13,
|
18057
|
+
"requiredItemAmount": 1,
|
18058
|
+
"requiredCardLevel": 4,
|
18059
|
+
"value": 5,
|
18060
|
+
"skillId": "sk-live-lba-passive_skill-111",
|
18061
|
+
"shortDescription": "",
|
18062
|
+
"moodType": 0,
|
18063
|
+
"backgroundRankType": 0
|
18064
|
+
},
|
18065
|
+
{
|
18066
|
+
"level": 6,
|
18067
|
+
"description": "パッシブスキル発動",
|
18068
|
+
"type": 13,
|
18069
|
+
"requiredItemAmount": 1,
|
18070
|
+
"requiredCardLevel": 5,
|
18071
|
+
"value": 6,
|
18072
|
+
"skillId": "sk-live-lba-passive_skill-111",
|
18073
|
+
"shortDescription": "",
|
18074
|
+
"moodType": 0,
|
18075
|
+
"backgroundRankType": 0
|
18076
|
+
}
|
18077
|
+
],
|
18078
|
+
"description": ""
|
18079
|
+
},
|
18080
|
+
{
|
18081
|
+
"id": "live-lba-passive_skill-112",
|
18082
|
+
"name": "ダンスタイプ2人にダンス低下効果\nダンスタイプ2人にスコア上昇効果",
|
18083
|
+
"levels": [
|
18084
|
+
{
|
18085
|
+
"level": 1,
|
18086
|
+
"description": "パッシブスキル発動",
|
18087
|
+
"type": 13,
|
18088
|
+
"value": 1,
|
18089
|
+
"skillId": "sk-live-lba-passive_skill-112",
|
18090
|
+
"shortDescription": "",
|
18091
|
+
"requiredItemAmount": 0,
|
18092
|
+
"requiredCardLevel": 0,
|
18093
|
+
"moodType": 0,
|
18094
|
+
"backgroundRankType": 0
|
18095
|
+
},
|
18096
|
+
{
|
18097
|
+
"level": 2,
|
18098
|
+
"description": "パッシブスキル発動",
|
18099
|
+
"type": 13,
|
18100
|
+
"requiredItemAmount": 1,
|
18101
|
+
"requiredCardLevel": 1,
|
18102
|
+
"value": 2,
|
18103
|
+
"skillId": "sk-live-lba-passive_skill-112",
|
18104
|
+
"shortDescription": "",
|
18105
|
+
"moodType": 0,
|
18106
|
+
"backgroundRankType": 0
|
18107
|
+
},
|
18108
|
+
{
|
18109
|
+
"level": 3,
|
18110
|
+
"description": "パッシブスキル発動",
|
18111
|
+
"type": 13,
|
18112
|
+
"requiredItemAmount": 1,
|
18113
|
+
"requiredCardLevel": 2,
|
18114
|
+
"value": 3,
|
18115
|
+
"skillId": "sk-live-lba-passive_skill-112",
|
18116
|
+
"shortDescription": "",
|
18117
|
+
"moodType": 0,
|
18118
|
+
"backgroundRankType": 0
|
18119
|
+
},
|
18120
|
+
{
|
18121
|
+
"level": 4,
|
18122
|
+
"description": "パッシブスキル発動",
|
18123
|
+
"type": 13,
|
18124
|
+
"requiredItemAmount": 1,
|
18125
|
+
"requiredCardLevel": 3,
|
18126
|
+
"value": 4,
|
18127
|
+
"skillId": "sk-live-lba-passive_skill-112",
|
18128
|
+
"shortDescription": "",
|
18129
|
+
"moodType": 0,
|
18130
|
+
"backgroundRankType": 0
|
18131
|
+
},
|
18132
|
+
{
|
18133
|
+
"level": 5,
|
18134
|
+
"description": "パッシブスキル発動",
|
18135
|
+
"type": 13,
|
18136
|
+
"requiredItemAmount": 1,
|
18137
|
+
"requiredCardLevel": 4,
|
18138
|
+
"value": 5,
|
18139
|
+
"skillId": "sk-live-lba-passive_skill-112",
|
18140
|
+
"shortDescription": "",
|
18141
|
+
"moodType": 0,
|
18142
|
+
"backgroundRankType": 0
|
18143
|
+
},
|
18144
|
+
{
|
18145
|
+
"level": 6,
|
18146
|
+
"description": "パッシブスキル発動",
|
18147
|
+
"type": 13,
|
18148
|
+
"requiredItemAmount": 1,
|
18149
|
+
"requiredCardLevel": 5,
|
18150
|
+
"value": 6,
|
18151
|
+
"skillId": "sk-live-lba-passive_skill-112",
|
18152
|
+
"shortDescription": "",
|
18153
|
+
"moodType": 0,
|
18154
|
+
"backgroundRankType": 0
|
18155
|
+
}
|
18156
|
+
],
|
18157
|
+
"description": ""
|
18158
|
+
},
|
18001
18159
|
{
|
18002
18160
|
"id": "marathon-lba-accessory_parameter_up",
|
18003
18161
|
"name": "アクセサリー効果上昇",
|
@@ -646,5 +646,17 @@
|
|
646
646
|
"name": "ライブボーナス",
|
647
647
|
"liveAbilityId": "live-lba-passive_skill-109",
|
648
648
|
"liveAbilityLevel": 5
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"id": "live-lba-passive_skill-111",
|
652
|
+
"name": "ライブボーナス",
|
653
|
+
"liveAbilityId": "live-lba-passive_skill-111",
|
654
|
+
"liveAbilityLevel": 5
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"id": "live-lba-passive_skill-112",
|
658
|
+
"name": "ライブボーナス",
|
659
|
+
"liveAbilityId": "live-lba-passive_skill-112",
|
660
|
+
"liveAbilityLevel": 5
|
649
661
|
}
|
650
662
|
]
|
@@ -648,5 +648,17 @@
|
|
648
648
|
"liveBonusIds": [
|
649
649
|
"live-lba-passive_skill-109"
|
650
650
|
]
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"groupId": "live-bonus-group-111",
|
654
|
+
"liveBonusIds": [
|
655
|
+
"live-lba-passive_skill-111"
|
656
|
+
]
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"groupId": "live-bonus-group-112",
|
660
|
+
"liveBonusIds": [
|
661
|
+
"live-lba-passive_skill-112"
|
662
|
+
]
|
651
663
|
}
|
652
664
|
]
|