hoshimi-venus 0.10.4 → 0.10.6
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 +1 -9139
- package/out/database/Character.json +1 -3759
- package/out/database/LeagueQuest.json +52 -0
- package/out/database/LiveAbility.json +1 -29179
- package/out/database/LiveBonus.json +1 -548
- package/out/database/LiveBonusGroup.json +1 -550
- package/out/database/MarathonQuest.json +1 -1632
- package/out/database/Music.json +1 -1
- package/out/database/MusicChartPattern.json +1 -110438
- package/out/database/Quest.json +1 -110928
- package/out/database/RaidQuest.json +371 -0
- package/out/database/Setting.json +290 -1
- package/out/database/Skill.json +1 -111564
- package/out/database/SkillEfficacy.json +1 -43062
- package/out/database/SkillTrigger.json +1 -631
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -1,4 +1,56 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"id": "league-quest-season-013-b",
|
4
|
+
"stageId": "stage-live-hall-03-02",
|
5
|
+
"musicId": "music-mna-007",
|
6
|
+
"musicChartPatternId": "chart-mna-007-001",
|
7
|
+
"position1AttributeType": 1,
|
8
|
+
"position2AttributeType": 3,
|
9
|
+
"position3AttributeType": 1,
|
10
|
+
"position4AttributeType": 3,
|
11
|
+
"position5AttributeType": 1,
|
12
|
+
"activeSkillWeightPermil": 2500,
|
13
|
+
"specialSkillWeightPermil": 1500,
|
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-008",
|
24
|
+
"liveSkipType": 1,
|
25
|
+
"questCharacterAdvantageId": "",
|
26
|
+
"moodType": 0
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"id": "league-quest-season-013-a",
|
30
|
+
"stageId": "stage-live-hall-03-02",
|
31
|
+
"musicId": "music-thrx-001",
|
32
|
+
"musicChartPatternId": "chart-thrx-001-001",
|
33
|
+
"position1AttributeType": 2,
|
34
|
+
"position2AttributeType": 3,
|
35
|
+
"position3AttributeType": 2,
|
36
|
+
"position4AttributeType": 2,
|
37
|
+
"position5AttributeType": 3,
|
38
|
+
"activeSkillWeightPermil": 2000,
|
39
|
+
"specialSkillWeightPermil": 1000,
|
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-007",
|
50
|
+
"liveSkipType": 1,
|
51
|
+
"questCharacterAdvantageId": "",
|
52
|
+
"moodType": 0
|
53
|
+
},
|
2
54
|
{
|
3
55
|
"id": "league-quest-season-012-b",
|
4
56
|
"stageId": "stage-live-hall-01-01",
|