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