From dd48897c73a087c7b24607af0034457650832200 Mon Sep 17 00:00:00 2001 From: SolisClient Date: Mon, 16 Oct 2023 06:45:28 +0000 Subject: [PATCH] feat: update databases --- database/LeagueQuest.json | 52 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/database/LeagueQuest.json b/database/LeagueQuest.json index 73ddb32..ad5ee3b 100644 --- a/database/LeagueQuest.json +++ b/database/LeagueQuest.json @@ -1,4 +1,56 @@ [ + { + "id": "league-quest-season-042-b", + "stageId": "stage-live-hall-03-02", + "musicId": "music-mna-007", + "musicChartPatternId": "chart-mna-007-001", + "position1AttributeType": 1, + "position2AttributeType": 2, + "position3AttributeType": 1, + "position4AttributeType": 2, + "position5AttributeType": 1, + "activeSkillWeightPermil": 2500, + "specialSkillWeightPermil": 2000, + "skillStaminaWeightPermil": 2000, + "staminaRecoveryWeightPermil": 1000, + "beatDanceWeightPermil": 600, + "beatVocalWeightPermil": 200, + "beatVisualWeightPermil": 200, + "maxCapacity": 6000, + "mentalThreshold": 50, + "questPressureId": "quest_pressure-2", + "questAudienceAdvantageId": "quest_audience_advantage_1", + "liveBonusGroupId": "live-bonus-group-080", + "liveSkipType": 1, + "questCharacterAdvantageId": "", + "moodType": 0 + }, + { + "id": "league-quest-season-042-a", + "stageId": "stage-live-hall-03-02", + "musicId": "music-tri-004", + "musicChartPatternId": "chart-tri-004-001", + "position1AttributeType": 3, + "position2AttributeType": 2, + "position3AttributeType": 3, + "position4AttributeType": 2, + "position5AttributeType": 3, + "activeSkillWeightPermil": 2500, + "specialSkillWeightPermil": 2000, + "skillStaminaWeightPermil": 2000, + "staminaRecoveryWeightPermil": 1000, + "beatDanceWeightPermil": 200, + "beatVocalWeightPermil": 400, + "beatVisualWeightPermil": 400, + "maxCapacity": 6000, + "mentalThreshold": 50, + "questPressureId": "quest_pressure-2", + "questAudienceAdvantageId": "quest_audience_advantage_1", + "liveBonusGroupId": "live-bonus-group-080", + "liveSkipType": 1, + "questCharacterAdvantageId": "", + "moodType": 0 + }, { "id": "league-quest-season-041-b", "stageId": "stage-live-hall-02-02", diff --git a/package.json b/package.json index 4ced2b0..1ceebd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoshimi-venus", - "version": "0.16.4", + "version": "0.16.5", "author": "vibbit (https://github.com/MalitsPlus)", "description": "Venus System Library (tentative)", "keywords": [],