sdvx6: option update (#17)
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
archibun
2026-08-18 18:56:35 -07:00
committed by GitHub
parent d66eee22df
commit 0d610abaf3

View File

@@ -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" },