hoshimi-venus 0.15.0 → 0.15.2
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/LeagueQuest.json +52 -0
- package/out/database/PvpQuest.json +26 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -1,4 +1,56 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"id": "league-quest-season-041-b",
|
4
|
+
"stageId": "stage-live-hall-02-02",
|
5
|
+
"musicId": "music-sun-004",
|
6
|
+
"musicChartPatternId": "chart-sun-004-001",
|
7
|
+
"position1AttributeType": 3,
|
8
|
+
"position2AttributeType": 1,
|
9
|
+
"position3AttributeType": 3,
|
10
|
+
"position4AttributeType": 1,
|
11
|
+
"position5AttributeType": 3,
|
12
|
+
"activeSkillWeightPermil": 2500,
|
13
|
+
"specialSkillWeightPermil": 1500,
|
14
|
+
"skillStaminaWeightPermil": 2000,
|
15
|
+
"staminaRecoveryWeightPermil": 1000,
|
16
|
+
"beatDanceWeightPermil": 200,
|
17
|
+
"beatVocalWeightPermil": 200,
|
18
|
+
"beatVisualWeightPermil": 600,
|
19
|
+
"maxCapacity": 3800,
|
20
|
+
"mentalThreshold": 50,
|
21
|
+
"questPressureId": "quest_pressure-2",
|
22
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
23
|
+
"liveBonusGroupId": "live-bonus-group-145",
|
24
|
+
"liveSkipType": 1,
|
25
|
+
"questCharacterAdvantageId": "",
|
26
|
+
"moodType": 0
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"id": "league-quest-season-041-a",
|
30
|
+
"stageId": "stage-live-hall-02-02",
|
31
|
+
"musicId": "music-hsm-009",
|
32
|
+
"musicChartPatternId": "chart-hsm-009-001",
|
33
|
+
"position1AttributeType": 2,
|
34
|
+
"position2AttributeType": 2,
|
35
|
+
"position3AttributeType": 1,
|
36
|
+
"position4AttributeType": 1,
|
37
|
+
"position5AttributeType": 2,
|
38
|
+
"activeSkillWeightPermil": 2500,
|
39
|
+
"specialSkillWeightPermil": 1500,
|
40
|
+
"skillStaminaWeightPermil": 2000,
|
41
|
+
"staminaRecoveryWeightPermil": 1000,
|
42
|
+
"beatDanceWeightPermil": 200,
|
43
|
+
"beatVocalWeightPermil": 600,
|
44
|
+
"beatVisualWeightPermil": 200,
|
45
|
+
"maxCapacity": 3800,
|
46
|
+
"mentalThreshold": 50,
|
47
|
+
"questPressureId": "quest_pressure-2",
|
48
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
49
|
+
"liveBonusGroupId": "live-bonus-group-144",
|
50
|
+
"liveSkipType": 1,
|
51
|
+
"questCharacterAdvantageId": "",
|
52
|
+
"moodType": 0
|
53
|
+
},
|
2
54
|
{
|
3
55
|
"id": "league-quest-season-040-b",
|
4
56
|
"stageId": "stage-live-hall-01-02",
|
@@ -1,4 +1,30 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"id": "pvp-quest-080",
|
4
|
+
"stageId": "stage-live-hall-00-03",
|
5
|
+
"musicId": "music-unit-005",
|
6
|
+
"musicChartPatternId": "chart-unit-005-001",
|
7
|
+
"position1AttributeType": 2,
|
8
|
+
"position2AttributeType": 3,
|
9
|
+
"position3AttributeType": 2,
|
10
|
+
"position4AttributeType": 3,
|
11
|
+
"position5AttributeType": 2,
|
12
|
+
"activeSkillWeightPermil": 2500,
|
13
|
+
"specialSkillWeightPermil": 1000,
|
14
|
+
"skillStaminaWeightPermil": 2000,
|
15
|
+
"staminaRecoveryWeightPermil": 1000,
|
16
|
+
"beatDanceWeightPermil": 200,
|
17
|
+
"beatVocalWeightPermil": 400,
|
18
|
+
"beatVisualWeightPermil": 400,
|
19
|
+
"maxCapacity": 2600,
|
20
|
+
"mentalThreshold": 50,
|
21
|
+
"questPressureId": "quest_pressure-2",
|
22
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
23
|
+
"liveBonusGroupId": "live-bonus-group-141",
|
24
|
+
"liveSkipType": 1,
|
25
|
+
"questCharacterAdvantageId": "",
|
26
|
+
"moodType": 0
|
27
|
+
},
|
2
28
|
{
|
3
29
|
"id": "pvp-quest-079",
|
4
30
|
"stageId": "stage-live-hall-01-00",
|
package/out/package.json
CHANGED