From 24963256e101e2725d9cf8ec33f29bf668a49a51 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Wed, 6 Jul 2022 18:04:30 +1000 Subject: [PATCH] Avorion: add additional scenario settings --- avorionconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/avorionconfig.json b/avorionconfig.json index 862138a..5da25d1 100644 --- a/avorionconfig.json +++ b/avorionconfig.json @@ -112,7 +112,9 @@ "DefaultValue":"normal", "EnumValues": { "creative":"Creative", - "normal":"Normal" + "normal":"Normal", + "classic":"Classic", + "freeplay":"FreePlay" } }, { @@ -209,4 +211,4 @@ "Placeholder":"0 - 1", "EnumValues":{} } -] \ No newline at end of file +]