PhaseWeb3-Vue/src/constants/gameOptions/ddrOptions.js
Trenton Zimmer 7a258bb8ea
Some checks failed
Build / build (push) Has been cancelled
Move ddr options to right file
2025-11-12 11:36:15 -05:00

107 lines
2.4 KiB
JavaScript

export const DDROptions = {
11: [
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on the bulletin board.",
type: "LargeText",
},
],
12: [
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on the bulletin board.",
type: "LargeText",
},
],
13: [
{
id: "bemani_evt",
name: "Active BEMANI Event",
help: "Sets the enabled BEMANI event.",
type: "Array",
options: [
{ id: 0, label: "No Event" },
{ id: 1, label: "APPEND TRAVEL" },
],
},
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on the bulletin board.",
type: "LargeText",
},
],
14: [
{
id: "bemani_evt",
name: "Active BEMANI Event",
help: "Sets the enabled BEMANI event.",
type: "Array",
options: [
{ id: 0, label: "No Event" },
{ id: 1, label: "私立BEMANI学園" },
{ id: 2, label: "jubeat・GITADORA・DDRのTriple Journey" },
{ id: 3, label: "KONAMI Arcade Championship 2013" },
],
},
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on the bulletin board.",
type: "LargeText",
},
],
15: [
{
id: "enable_hills",
name: "Yuniver Hills",
help: "Enable or disable the Yuniver Hills event.",
type: "Boolean",
},
{
id: "info_text",
name: "Information Message",
help: "An announcement displayed on the bulletin board.",
type: "LargeText",
},
],
16: [
{
id: "enable_heat3",
name: "Force 3 Heat Bars",
help: "Game will give 3 heat bars at the logout screen.",
type: "Boolean",
},
{
id: "disable_howto",
name: "Disable How To Play",
help: "Disables the How To Play screen in the demo loop.",
type: "Boolean",
},
{
id: "unlock_all",
name: "Force Unlock",
help: "Fully unlocks the game.",
type: "Boolean",
},
],
18: [
{
id: "disableunlock",
name: "Disable Force Unlock",
help: "Does not unlock the game.",
type: "Boolean",
},
],
19: [
{
id: "disableunlock",
name: "Disable Force Unlock",
help: "Does not unlock the game.",
type: "Boolean",
},
],
};