mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-07-19 01:06:02 -05:00
This commit is contained in:
parent
9ca0b7466d
commit
e3e40896e5
28
src/constants/gameOptions/lovePlusOptions.js
Normal file
28
src/constants/gameOptions/lovePlusOptions.js
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
export const LovePlusOptions = {
|
||||
2: [
|
||||
{
|
||||
id: "medal_link",
|
||||
name: "LovePlus MEDAL Link",
|
||||
help: "Enable data linking between LovePlus MEDAL. (not supported)",
|
||||
type: "Boolean",
|
||||
},
|
||||
{
|
||||
id: "3ds_link",
|
||||
name: "3DS Link",
|
||||
help: "Enable linking between 3DS LovePlus and LovePlus Arcade. Not currently supported on SpiceTools.",
|
||||
type: "Boolean",
|
||||
},
|
||||
{
|
||||
id: "summer_theme",
|
||||
name: "Summer Theme",
|
||||
help: "Enables a game-wide Summer theme. Unlocks the beach as a date spot.",
|
||||
type: "Boolean",
|
||||
},
|
||||
{
|
||||
id: "info_text",
|
||||
name: "Information Message",
|
||||
help: "An announcement displayed on a bulletin board in attract mode.",
|
||||
type: "LargeText",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
@ -4,6 +4,7 @@ import { DDRClassOptions } from "@/constants/gameOptions/ddrclassOptions";
|
|||
import { DDROptions } from "@/constants/gameOptions/ddrOptions";
|
||||
import { GFDMOptions } from "@/constants/gameOptions/gfdmOptions";
|
||||
import { IIDXOptions } from "@/constants/gameOptions/iidxOptions";
|
||||
import { LovePlusOptions } from "@/constants/gameOptions/lovePlusOptions";
|
||||
import { MusecaOptions } from "@/constants/gameOptions/musecaOptions";
|
||||
import { NostalgiaOptions } from "@/constants/gameOptions/nostalgiaOptions";
|
||||
import { PaseliChargeOptions } from "@/constants/gameOptions/paseliOptions";
|
||||
|
|
@ -1571,6 +1572,7 @@ export const gameData = [
|
|||
playerHeaders: [
|
||||
{ text: "Girlfriend", value: "gf", sortable: true, width: 100 },
|
||||
],
|
||||
gameOptions: LovePlusOptions,
|
||||
versions: [
|
||||
{
|
||||
id: VersionConstants.LOVEPLUS_ARCADE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user