From 0d610abaf331a76bb8cb5f0b11468898c8603f58 Mon Sep 17 00:00:00 2001 From: archibun <285294811+archibun@users.noreply.github.com> Date: Tue, 18 Aug 2026 18:56:35 -0700 Subject: [PATCH] sdvx6: option update (#17) --- src/constants/gameOptions/sdvxOptions.js | 54 ++++++++---------------- 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/src/constants/gameOptions/sdvxOptions.js b/src/constants/gameOptions/sdvxOptions.js index 0522449..8873b09 100644 --- a/src/constants/gameOptions/sdvxOptions.js +++ b/src/constants/gameOptions/sdvxOptions.js @@ -283,6 +283,21 @@ export const SDVXOptions = { { id: 22, label: "GITADORA Special Stamp!" }, ], }, + { + id: "forced_event", + name: "Force Enable Event", + help: "Select a scheduled event to force enable.", + type: "Array", + options: [ + { id: 0, label: "None" }, + { id: 1, label: "Valentine's Day 2024" }, + { id: 2, label: "White Day 2024" }, + { id: 3, label: "April Fools 2025" }, + { id: 4, label: "Halloween" }, + { id: 5, label: "Christmas 2023" }, + { id: 6, label: "New Years" }, + ], + }, { id: "disable_omega", name: "Disable OMEGA DIMENSION", @@ -307,48 +322,13 @@ export const SDVXOptions = { help: "Force enable the Konami 50th Anniversary Logo", type: "Boolean", }, - { - id: "enable_valentines", - name: "Enable Valentine's Day 2024 Event", - help: "Force enable the Valentine's Day 2024 Event", - type: "Boolean", - }, - { - id: "enable_whiteday", - name: "Enable White Day 2024 Event", - help: "Force enable the White Day 2024 Event", - type: "Boolean", - }, - { - id: "enable_aprilfools", - name: "Enable April Fools 2025 Event", - help: "Force enable the April Fools 2025 Event", - type: "Boolean", - }, - { - id: "enable_halloween", - name: "Enable Halloween Event", - help: "Force enable the Halloween Event", - type: "Boolean", - }, - { - id: "enable_christmas", - name: "Enable Christmas 2023 Event", - help: "Force enable the Christmas 2023 Event", - type: "Boolean", - }, - { - id: "enable_newyear", - name: "Enable New Years Event", - help: "Force enable the New Years Event", - type: "Boolean", - }, { id: "chara_go1", name: "Game Over Character #1", help: "Sets a character on the Game Over screen.", type: "Array", options: [ + { id: 10000, label: "Random" }, { id: 0, label: "Rasis" }, { id: 1, label: "Grace" }, { id: 2, label: "Right" }, @@ -490,6 +470,7 @@ export const SDVXOptions = { help: "Sets a character on the Game Over screen.", type: "Array", options: [ + { id: 10000, label: "Random" }, { id: 0, label: "Rasis" }, { id: 1, label: "Grace" }, { id: 2, label: "Right" }, @@ -631,6 +612,7 @@ export const SDVXOptions = { help: "Sets a character on the Game Over screen.", type: "Array", options: [ + { id: 10000, label: "Random" }, { id: 0, label: "Rasis" }, { id: 1, label: "Grace" }, { id: 2, label: "Right" },