1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-02-23 03:35:25 +01:00

Add Evergreen GCs and default CPD config

This commit is contained in:
AnthonyFuller 2023-01-29 04:33:43 +00:00
parent 323419c497
commit 33ed4f02c7
3 changed files with 15311 additions and 0 deletions

@ -106,6 +106,8 @@ import PeacockGameChangerProperties from "../static/PeacockGameChangerProperties
import MultiplayerPresets from "../static/MultiplayerPresets.json"
import LobbySlimTemplate from "../static/LobbySlimTemplate.json"
import MasteryDataForLocationTemplate from "../static/MasteryDataForLocationTemplate.json"
import DefaultCpdConfig from "../static/DefaultCpdConfig.json"
import EvergreenGameChangerProperties from "../static/EvergreenGameChangerProperties.json"
import type { GameVersion } from "./types/types"
import { fastClone } from "./utils"
@ -198,6 +200,8 @@ const configs: Record<string, unknown> = {
MultiplayerPresets,
LobbySlimTemplate,
MasteryDataForLocationTemplate,
DefaultCpdConfig,
EvergreenGameChangerProperties,
}
Object.keys(configs).forEach((cfg) => {

@ -0,0 +1,3 @@
{
"EvergreenLevel": 1.0
}

File diff suppressed because it is too large Load Diff