hoshimi-venus 0.9.6 → 0.9.8
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 +8798 -1
- package/out/database/Character.json +3752 -1
- package/out/database/GvgQuest.json +26 -0
- package/out/database/LeagueQuest.json +52 -0
- package/out/database/LiveAbility.json +28245 -1
- package/out/database/LiveBonus.json +512 -1
- package/out/database/LiveBonusGroup.json +514 -1
- package/out/database/Music.json +24628 -1
- package/out/database/MusicChartPattern.json +109166 -1
- package/out/database/Skill.json +107098 -1
- package/out/database/SkillEfficacy.json +41862 -1
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -1,4 +1,30 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"id": "",
|
4
|
+
"stageId": "",
|
5
|
+
"musicId": "",
|
6
|
+
"musicChartPatternId": "",
|
7
|
+
"position1AttributeType": 0,
|
8
|
+
"position2AttributeType": 0,
|
9
|
+
"position3AttributeType": 0,
|
10
|
+
"position4AttributeType": 0,
|
11
|
+
"position5AttributeType": 0,
|
12
|
+
"activeSkillWeightPermil": 0,
|
13
|
+
"specialSkillWeightPermil": 0,
|
14
|
+
"skillStaminaWeightPermil": 0,
|
15
|
+
"staminaRecoveryWeightPermil": 0,
|
16
|
+
"beatDanceWeightPermil": 0,
|
17
|
+
"beatVocalWeightPermil": 0,
|
18
|
+
"beatVisualWeightPermil": 0,
|
19
|
+
"maxCapacity": 0,
|
20
|
+
"mentalThreshold": 0,
|
21
|
+
"questPressureId": "",
|
22
|
+
"questCharacterAdvantageId": "",
|
23
|
+
"questAudienceAdvantageId": "",
|
24
|
+
"moodType": 0,
|
25
|
+
"liveBonusGroupId": "",
|
26
|
+
"liveSkipType": 0
|
27
|
+
},
|
2
28
|
{
|
3
29
|
"activeSkillWeightPermil": 2500,
|
4
30
|
"beatDanceWeightPermil": 600,
|
@@ -1,4 +1,56 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"id": "league-quest-season-007-b",
|
4
|
+
"stageId": "stage-live-dome-00-02",
|
5
|
+
"musicId": "music-tri-003",
|
6
|
+
"musicChartPatternId": "chart-tri-003-001",
|
7
|
+
"position1AttributeType": 3,
|
8
|
+
"position2AttributeType": 2,
|
9
|
+
"position3AttributeType": 2,
|
10
|
+
"position4AttributeType": 2,
|
11
|
+
"position5AttributeType": 3,
|
12
|
+
"activeSkillWeightPermil": 2000,
|
13
|
+
"specialSkillWeightPermil": 1500,
|
14
|
+
"skillStaminaWeightPermil": 2000,
|
15
|
+
"staminaRecoveryWeightPermil": 1000,
|
16
|
+
"beatDanceWeightPermil": 200,
|
17
|
+
"beatVocalWeightPermil": 400,
|
18
|
+
"beatVisualWeightPermil": 400,
|
19
|
+
"maxCapacity": 26000,
|
20
|
+
"mentalThreshold": 50,
|
21
|
+
"questPressureId": "quest_pressure-2",
|
22
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
23
|
+
"liveBonusGroupId": "live-bonus-group-083",
|
24
|
+
"liveSkipType": 1,
|
25
|
+
"questCharacterAdvantageId": "",
|
26
|
+
"moodType": 0
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"id": "league-quest-season-007-a",
|
30
|
+
"stageId": "stage-live-dome-00-02",
|
31
|
+
"musicId": "music-tri-005",
|
32
|
+
"musicChartPatternId": "chart-tri-005-001",
|
33
|
+
"position1AttributeType": 2,
|
34
|
+
"position2AttributeType": 2,
|
35
|
+
"position3AttributeType": 2,
|
36
|
+
"position4AttributeType": 1,
|
37
|
+
"position5AttributeType": 2,
|
38
|
+
"activeSkillWeightPermil": 2000,
|
39
|
+
"specialSkillWeightPermil": 1500,
|
40
|
+
"skillStaminaWeightPermil": 2000,
|
41
|
+
"staminaRecoveryWeightPermil": 1000,
|
42
|
+
"beatDanceWeightPermil": 200,
|
43
|
+
"beatVocalWeightPermil": 600,
|
44
|
+
"beatVisualWeightPermil": 200,
|
45
|
+
"maxCapacity": 26000,
|
46
|
+
"mentalThreshold": 50,
|
47
|
+
"questPressureId": "quest_pressure-2",
|
48
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
49
|
+
"liveBonusGroupId": "live-bonus-group-083",
|
50
|
+
"liveSkipType": 1,
|
51
|
+
"questCharacterAdvantageId": "",
|
52
|
+
"moodType": 0
|
53
|
+
},
|
2
54
|
{
|
3
55
|
"id": "league-quest-season-006-b",
|
4
56
|
"stageId": "stage-live-dome-04-01",
|