From e4478a86afb652836ea776b4f528dff3a5ac064f Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 24 Feb 2022 10:49:56 +0000 Subject: [PATCH] Add 'Open_L1/node/config/tmpl.game.json' --- Open_L1/node/config/tmpl.game.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Open_L1/node/config/tmpl.game.json diff --git a/Open_L1/node/config/tmpl.game.json b/Open_L1/node/config/tmpl.game.json new file mode 100644 index 0000000..2995bfb --- /dev/null +++ b/Open_L1/node/config/tmpl.game.json @@ -0,0 +1,10 @@ +{ + "PVP": "true", // PVE= false + "Autoloot": "true", + "AutolootRange": "12", + "NoobMaxLVL": "20", + "NoobProtection": "true", + "ProtectionLVLRange": "10", + "MaxPartySize": "8", + "MaxChatPartySize": "16", +} \ No newline at end of file