From 7e5e9ac1c394a7ed957085efa9bcf598c975aa6e Mon Sep 17 00:00:00 2001 From: mina <143211829+ursamina@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:57:37 +0100 Subject: [PATCH] configs --- config/de/mari_023/ae2wtlib.json5 | 3 +++ config/defaultoptions-common.toml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 config/de/mari_023/ae2wtlib.json5 create mode 100644 config/defaultoptions-common.toml diff --git a/config/de/mari_023/ae2wtlib.json5 b/config/de/mari_023/ae2wtlib.json5 new file mode 100644 index 0000000..9f1a54c --- /dev/null +++ b/config/de/mari_023/ae2wtlib.json5 @@ -0,0 +1,3 @@ +{ + "magnetCardRange": 16.0 +} \ No newline at end of file diff --git a/config/defaultoptions-common.toml b/config/defaultoptions-common.toml new file mode 100644 index 0000000..b2b45c3 --- /dev/null +++ b/config/defaultoptions-common.toml @@ -0,0 +1,6 @@ +#The default difficulty selected for newly created worlds. +#Allowed Values: PEACEFUL, EASY, NORMAL, HARD +defaultDifficulty = "PEACEFUL" +#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? +lockDifficulty = false +