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:
parent
323419c497
commit
33ed4f02c7
@ -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) => {
|
||||
|
3
static/DefaultCpdConfig.json
Normal file
3
static/DefaultCpdConfig.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"EvergreenLevel": 1.0
|
||||
}
|
15304
static/EvergreenGameChangerProperties.json
Normal file
15304
static/EvergreenGameChangerProperties.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user