hoshimi-venus 0.15.1 → 0.15.3
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 +0 -52
- package/out/database/PvpQuest.json +26 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -103,58 +103,6 @@
|
|
103
103
|
"questCharacterAdvantageId": "",
|
104
104
|
"moodType": 0
|
105
105
|
},
|
106
|
-
{
|
107
|
-
"id": "league-quest-season-039-b",
|
108
|
-
"stageId": "stage-live-hall-00-00",
|
109
|
-
"musicId": "music-moon-005",
|
110
|
-
"musicChartPatternId": "chart-moon-005-001",
|
111
|
-
"position1AttributeType": 1,
|
112
|
-
"position2AttributeType": 3,
|
113
|
-
"position3AttributeType": 1,
|
114
|
-
"position4AttributeType": 1,
|
115
|
-
"position5AttributeType": 3,
|
116
|
-
"activeSkillWeightPermil": 2000,
|
117
|
-
"specialSkillWeightPermil": 1000,
|
118
|
-
"skillStaminaWeightPermil": 2500,
|
119
|
-
"staminaRecoveryWeightPermil": 1000,
|
120
|
-
"beatDanceWeightPermil": 400,
|
121
|
-
"beatVocalWeightPermil": 200,
|
122
|
-
"beatVisualWeightPermil": 400,
|
123
|
-
"maxCapacity": 1000,
|
124
|
-
"mentalThreshold": 50,
|
125
|
-
"questPressureId": "quest_pressure-2",
|
126
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
127
|
-
"liveBonusGroupId": "live-bonus-group-140",
|
128
|
-
"liveSkipType": 1,
|
129
|
-
"questCharacterAdvantageId": "",
|
130
|
-
"moodType": 0
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"id": "league-quest-season-039-a",
|
134
|
-
"stageId": "stage-live-hall-00-00",
|
135
|
-
"musicId": "music-unit-002",
|
136
|
-
"musicChartPatternId": "chart-unit-002-001",
|
137
|
-
"position1AttributeType": 2,
|
138
|
-
"position2AttributeType": 3,
|
139
|
-
"position3AttributeType": 2,
|
140
|
-
"position4AttributeType": 3,
|
141
|
-
"position5AttributeType": 2,
|
142
|
-
"activeSkillWeightPermil": 2000,
|
143
|
-
"specialSkillWeightPermil": 1000,
|
144
|
-
"skillStaminaWeightPermil": 2500,
|
145
|
-
"staminaRecoveryWeightPermil": 1000,
|
146
|
-
"beatDanceWeightPermil": 200,
|
147
|
-
"beatVocalWeightPermil": 400,
|
148
|
-
"beatVisualWeightPermil": 400,
|
149
|
-
"maxCapacity": 1000,
|
150
|
-
"mentalThreshold": 50,
|
151
|
-
"questPressureId": "quest_pressure-2",
|
152
|
-
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
153
|
-
"liveBonusGroupId": "live-bonus-group-140",
|
154
|
-
"liveSkipType": 1,
|
155
|
-
"questCharacterAdvantageId": "",
|
156
|
-
"moodType": 0
|
157
|
-
},
|
158
106
|
{
|
159
107
|
"id": "league-quest-season-021-b",
|
160
108
|
"stageId": "stage-live-hall-02-03",
|
@@ -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