hoshimi-venus 0.5.0 → 0.5.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/Card.json +1 -8585
- package/out/database/CardParameter.json +1 -4682
- package/out/database/CardRarity.json +1 -62
- package/out/database/Character.json +1 -3743
- package/out/database/LeagueQuest.json +48 -0
- package/out/database/LiveAbility.json +1 -27692
- package/out/database/LiveBonus.json +1 -488
- package/out/database/LiveBonusGroup.json +1 -490
- package/out/database/MarathonQuest.json +1 -0
- package/out/database/Music.json +1 -24029
- package/out/database/MusicChartPattern.json +1 -107582
- package/out/database/Quest.json +1 -103537
- package/out/database/RaidQuest.json +28 -0
- package/out/database/Setting.json +1 -278
- package/out/database/Skill.json +1 -104420
- package/out/database/SkillEfficacy.json +1 -40962
- package/out/database/SkillTarget.json +1 -227
- package/out/database/SkillTrigger.json +1 -576
- package/out/db/dao/quest_dao.d.ts +3 -1
- package/out/db/dao/quest_dao.js +15 -1
- package/out/db/dao/quest_dao.js.map +1 -1
- package/out/db/wrapper/quest_wrapper.js +2 -2
- package/out/db/wrapper/quest_wrapper.js.map +1 -1
- package/out/types/quest_types.d.ts +3 -4
- package/package.json +1 -1
@@ -1,4 +1,52 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"activeSkillWeightPermil": 2000,
|
4
|
+
"beatDanceWeightPermil": 400,
|
5
|
+
"beatVisualWeightPermil": 200,
|
6
|
+
"beatVocalWeightPermil": 400,
|
7
|
+
"id": "league-quest-season-004-a",
|
8
|
+
"liveBonusGroupId": "live-bonus-group-076",
|
9
|
+
"liveSkipType": 1,
|
10
|
+
"maxCapacity": 16000,
|
11
|
+
"mentalThreshold": 50,
|
12
|
+
"musicChartPatternId": "chart-unit-001-001",
|
13
|
+
"musicId": "music-unit-001",
|
14
|
+
"position1AttributeType": 1,
|
15
|
+
"position2AttributeType": 2,
|
16
|
+
"position3AttributeType": 2,
|
17
|
+
"position4AttributeType": 1,
|
18
|
+
"position5AttributeType": 2,
|
19
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
20
|
+
"questPressureId": "quest_pressure-2",
|
21
|
+
"skillStaminaWeightPermil": 2000,
|
22
|
+
"specialSkillWeightPermil": 1500,
|
23
|
+
"stageId": "stage-live-dome-02-01",
|
24
|
+
"staminaRecoveryWeightPermil": 1500
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"activeSkillWeightPermil": 2000,
|
28
|
+
"beatDanceWeightPermil": 200,
|
29
|
+
"beatVisualWeightPermil": 400,
|
30
|
+
"beatVocalWeightPermil": 400,
|
31
|
+
"id": "league-quest-season-004-b",
|
32
|
+
"liveBonusGroupId": "live-bonus-group-076",
|
33
|
+
"liveSkipType": 1,
|
34
|
+
"maxCapacity": 16000,
|
35
|
+
"mentalThreshold": 50,
|
36
|
+
"musicChartPatternId": "chart-sun-001-001",
|
37
|
+
"musicId": "music-sun-001",
|
38
|
+
"position1AttributeType": 2,
|
39
|
+
"position2AttributeType": 3,
|
40
|
+
"position3AttributeType": 2,
|
41
|
+
"position4AttributeType": 3,
|
42
|
+
"position5AttributeType": 2,
|
43
|
+
"questAudienceAdvantageId": "quest_audience_advantage_1",
|
44
|
+
"questPressureId": "quest_pressure-2",
|
45
|
+
"skillStaminaWeightPermil": 2000,
|
46
|
+
"specialSkillWeightPermil": 1500,
|
47
|
+
"stageId": "stage-live-dome-02-01",
|
48
|
+
"staminaRecoveryWeightPermil": 1500
|
49
|
+
},
|
2
50
|
{
|
3
51
|
"activeSkillWeightPermil": 1000,
|
4
52
|
"beatDanceWeightPermil": 300,
|