hoshimi-venus 0.16.5 → 0.16.7
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 +61 -0
- package/out/database/Character.json +1 -0
- package/out/database/LeagueQuest.json +0 -156
- package/out/database/LiveAbility.json +474 -0
- package/out/database/LiveBonus.json +36 -0
- package/out/database/LiveBonusGroup.json +36 -0
- package/out/database/Quest.json +1150 -0
- package/out/database/Skill.json +1449 -15
- package/out/database/SkillEfficacy.json +400 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Card.json
CHANGED
@@ -2491,6 +2491,67 @@
|
|
2491
2491
|
"messages": [],
|
2492
2492
|
"homeTalks": []
|
2493
2493
|
},
|
2494
|
+
{
|
2495
|
+
"id": "card-kan-05-chna-00",
|
2496
|
+
"assetId": "kan-05-chna-00",
|
2497
|
+
"name": "主役はkanaかな?",
|
2498
|
+
"description": "ま、超可愛いkanaがやるからネタになるんであって\r\n素人にはお勧めしないけど",
|
2499
|
+
"type": 1,
|
2500
|
+
"characterId": "char-kan",
|
2501
|
+
"initialRarity": 5,
|
2502
|
+
"cardParameterId": "card-param-01",
|
2503
|
+
"vocalRatioPermil": 435,
|
2504
|
+
"danceRatioPermil": 318,
|
2505
|
+
"visualRatioPermil": 277,
|
2506
|
+
"staminaRatioPermil": 900,
|
2507
|
+
"cardLevelReleaseId": "card_level_release_1",
|
2508
|
+
"skillId1": "sk-kan-05-chna-00-1",
|
2509
|
+
"skillId2": "sk-kan-05-chna-00-2",
|
2510
|
+
"skillId3": "sk-kan-05-chna-00-3",
|
2511
|
+
"liveAbilityId": "lba-vocal_multiply",
|
2512
|
+
"order": 320,
|
2513
|
+
"releaseDate": "1697598000000",
|
2514
|
+
"rewardCostumeId": "cos-kan-chna-00",
|
2515
|
+
"imageType1": 3,
|
2516
|
+
"displayPositionX1": -0.183,
|
2517
|
+
"displayScale1": 1.0,
|
2518
|
+
"highlightDisplayPositionX1": -0.05,
|
2519
|
+
"highlightDisplayPositionY1": 0.23,
|
2520
|
+
"highlightDisplayScale1": 0.7,
|
2521
|
+
"imageType2": 3,
|
2522
|
+
"displayPositionX2": -0.183,
|
2523
|
+
"displayScale2": 1.0,
|
2524
|
+
"highlightDisplayPositionX2": -0.05,
|
2525
|
+
"highlightDisplayPositionY2": 0.23,
|
2526
|
+
"highlightDisplayScale2": 0.7,
|
2527
|
+
"obtainMessage": "大事な仕事があるけぇ、\nわくわくして眠れんかったわ",
|
2528
|
+
"stories": [
|
2529
|
+
{
|
2530
|
+
"storyId": "st-card-kan-05-chna-00-01"
|
2531
|
+
},
|
2532
|
+
{
|
2533
|
+
"storyId": "st-card-kan-05-chna-00-02"
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"storyId": "st-card-kan-05-chna-00-03"
|
2537
|
+
}
|
2538
|
+
],
|
2539
|
+
"messages": [
|
2540
|
+
{
|
2541
|
+
"messageId": "message-card-kan-05-chna-00",
|
2542
|
+
"telephoneId": ""
|
2543
|
+
},
|
2544
|
+
{
|
2545
|
+
"telephoneId": "tel-card-kan-05-chna-00",
|
2546
|
+
"messageId": ""
|
2547
|
+
}
|
2548
|
+
],
|
2549
|
+
"activityAbilityId": "",
|
2550
|
+
"displayPositionY1": 0.0,
|
2551
|
+
"displayPositionY2": 0.0,
|
2552
|
+
"rewardHairId": "",
|
2553
|
+
"homeTalks": []
|
2554
|
+
},
|
2494
2555
|
{
|
2495
2556
|
"id": "card-kan-05-idol-00",
|
2496
2557
|
"assetId": "kan-05-idol-00",
|
@@ -1,160 +1,4 @@
|
|
1
1
|
[
|
2
|
-
{
|
3
|
-
"id": "league-quest-season-042-b",
|
4
|
-
"stageId": "stage-live-hall-03-02",
|
5
|
-
"musicId": "music-mna-007",
|
6
|
-
"musicChartPatternId": "chart-mna-007-001",
|
7
|
-
"position1AttributeType": 1,
|
8
|
-
"position2AttributeType": 2,
|
9
|
-
"position3AttributeType": 1,
|
10
|
-
"position4AttributeType": 2,
|
11
|
-
"position5AttributeType": 1,
|
12
|
-
"activeSkillWeightPermil": 2500,
|
13
|
-
"specialSkillWeightPermil": 2000,
|
14
|
-
"skillStaminaWeightPermil": 2000,
|
15
|
-
"staminaRecoveryWeightPermil": 1000,
|
16
|
-
"beatDanceWeightPermil": 600,
|
17
|
-
"beatVocalWeightPermil": 200,
|
18
|
-
"beatVisualWeightPermil": 200,
|
19
|
-
"maxCapacity": 6000,
|
20
|
-
"mentalThreshold": 50,
|
21
|
-
"questPressureId": "quest_pressure-2",
|
22
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
23
|
-
"liveBonusGroupId": "live-bonus-group-080",
|
24
|
-
"liveSkipType": 1,
|
25
|
-
"questCharacterAdvantageId": "",
|
26
|
-
"moodType": 0
|
27
|
-
},
|
28
|
-
{
|
29
|
-
"id": "league-quest-season-042-a",
|
30
|
-
"stageId": "stage-live-hall-03-02",
|
31
|
-
"musicId": "music-tri-004",
|
32
|
-
"musicChartPatternId": "chart-tri-004-001",
|
33
|
-
"position1AttributeType": 3,
|
34
|
-
"position2AttributeType": 2,
|
35
|
-
"position3AttributeType": 3,
|
36
|
-
"position4AttributeType": 2,
|
37
|
-
"position5AttributeType": 3,
|
38
|
-
"activeSkillWeightPermil": 2500,
|
39
|
-
"specialSkillWeightPermil": 2000,
|
40
|
-
"skillStaminaWeightPermil": 2000,
|
41
|
-
"staminaRecoveryWeightPermil": 1000,
|
42
|
-
"beatDanceWeightPermil": 200,
|
43
|
-
"beatVocalWeightPermil": 400,
|
44
|
-
"beatVisualWeightPermil": 400,
|
45
|
-
"maxCapacity": 6000,
|
46
|
-
"mentalThreshold": 50,
|
47
|
-
"questPressureId": "quest_pressure-2",
|
48
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
49
|
-
"liveBonusGroupId": "live-bonus-group-080",
|
50
|
-
"liveSkipType": 1,
|
51
|
-
"questCharacterAdvantageId": "",
|
52
|
-
"moodType": 0
|
53
|
-
},
|
54
|
-
{
|
55
|
-
"id": "league-quest-season-041-b",
|
56
|
-
"stageId": "stage-live-hall-02-02",
|
57
|
-
"musicId": "music-sun-004",
|
58
|
-
"musicChartPatternId": "chart-sun-004-001",
|
59
|
-
"position1AttributeType": 3,
|
60
|
-
"position2AttributeType": 1,
|
61
|
-
"position3AttributeType": 3,
|
62
|
-
"position4AttributeType": 1,
|
63
|
-
"position5AttributeType": 3,
|
64
|
-
"activeSkillWeightPermil": 2500,
|
65
|
-
"specialSkillWeightPermil": 1500,
|
66
|
-
"skillStaminaWeightPermil": 2000,
|
67
|
-
"staminaRecoveryWeightPermil": 1000,
|
68
|
-
"beatDanceWeightPermil": 200,
|
69
|
-
"beatVocalWeightPermil": 200,
|
70
|
-
"beatVisualWeightPermil": 600,
|
71
|
-
"maxCapacity": 3800,
|
72
|
-
"mentalThreshold": 50,
|
73
|
-
"questPressureId": "quest_pressure-2",
|
74
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
75
|
-
"liveBonusGroupId": "live-bonus-group-145",
|
76
|
-
"liveSkipType": 1,
|
77
|
-
"questCharacterAdvantageId": "",
|
78
|
-
"moodType": 0
|
79
|
-
},
|
80
|
-
{
|
81
|
-
"id": "league-quest-season-041-a",
|
82
|
-
"stageId": "stage-live-hall-02-02",
|
83
|
-
"musicId": "music-hsm-009",
|
84
|
-
"musicChartPatternId": "chart-hsm-009-001",
|
85
|
-
"position1AttributeType": 2,
|
86
|
-
"position2AttributeType": 2,
|
87
|
-
"position3AttributeType": 1,
|
88
|
-
"position4AttributeType": 1,
|
89
|
-
"position5AttributeType": 2,
|
90
|
-
"activeSkillWeightPermil": 2500,
|
91
|
-
"specialSkillWeightPermil": 1500,
|
92
|
-
"skillStaminaWeightPermil": 2000,
|
93
|
-
"staminaRecoveryWeightPermil": 1000,
|
94
|
-
"beatDanceWeightPermil": 200,
|
95
|
-
"beatVocalWeightPermil": 600,
|
96
|
-
"beatVisualWeightPermil": 200,
|
97
|
-
"maxCapacity": 3800,
|
98
|
-
"mentalThreshold": 50,
|
99
|
-
"questPressureId": "quest_pressure-2",
|
100
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
101
|
-
"liveBonusGroupId": "live-bonus-group-144",
|
102
|
-
"liveSkipType": 1,
|
103
|
-
"questCharacterAdvantageId": "",
|
104
|
-
"moodType": 0
|
105
|
-
},
|
106
|
-
{
|
107
|
-
"id": "league-quest-season-040-b",
|
108
|
-
"stageId": "stage-live-hall-01-02",
|
109
|
-
"musicId": "music-mna-008",
|
110
|
-
"musicChartPatternId": "chart-mna-008-001",
|
111
|
-
"position1AttributeType": 1,
|
112
|
-
"position2AttributeType": 3,
|
113
|
-
"position3AttributeType": 1,
|
114
|
-
"position4AttributeType": 3,
|
115
|
-
"position5AttributeType": 1,
|
116
|
-
"activeSkillWeightPermil": 2500,
|
117
|
-
"specialSkillWeightPermil": 1000,
|
118
|
-
"skillStaminaWeightPermil": 2000,
|
119
|
-
"staminaRecoveryWeightPermil": 1000,
|
120
|
-
"beatDanceWeightPermil": 400,
|
121
|
-
"beatVocalWeightPermil": 200,
|
122
|
-
"beatVisualWeightPermil": 400,
|
123
|
-
"maxCapacity": 2900,
|
124
|
-
"mentalThreshold": 50,
|
125
|
-
"questPressureId": "quest_pressure-2",
|
126
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
127
|
-
"liveBonusGroupId": "live-bonus-group-142",
|
128
|
-
"liveSkipType": 1,
|
129
|
-
"questCharacterAdvantageId": "",
|
130
|
-
"moodType": 0
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"id": "league-quest-season-040-a",
|
134
|
-
"stageId": "stage-live-hall-01-02",
|
135
|
-
"musicId": "music-liz-003",
|
136
|
-
"musicChartPatternId": "chart-liz-003-001",
|
137
|
-
"position1AttributeType": 2,
|
138
|
-
"position2AttributeType": 1,
|
139
|
-
"position3AttributeType": 2,
|
140
|
-
"position4AttributeType": 2,
|
141
|
-
"position5AttributeType": 1,
|
142
|
-
"activeSkillWeightPermil": 2500,
|
143
|
-
"specialSkillWeightPermil": 1000,
|
144
|
-
"skillStaminaWeightPermil": 2000,
|
145
|
-
"staminaRecoveryWeightPermil": 1000,
|
146
|
-
"beatDanceWeightPermil": 400,
|
147
|
-
"beatVocalWeightPermil": 400,
|
148
|
-
"beatVisualWeightPermil": 200,
|
149
|
-
"maxCapacity": 2900,
|
150
|
-
"mentalThreshold": 50,
|
151
|
-
"questPressureId": "quest_pressure-2",
|
152
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
153
|
-
"liveBonusGroupId": "live-bonus-group-141",
|
154
|
-
"liveSkipType": 1,
|
155
|
-
"questCharacterAdvantageId": "",
|
156
|
-
"moodType": 0
|
157
|
-
},
|
158
2
|
{
|
159
3
|
"id": "league-quest-season-021-b",
|
160
4
|
"stageId": "stage-live-hall-02-03",
|