mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-04-24 06:48:56 -05:00
107 lines
2.4 KiB
JavaScript
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",
|
|
},
|
|
],
|
|
};
|