From 021afeda9b9d21df54807d83b5c8ddd6553c98bd Mon Sep 17 00:00:00 2001 From: jenz Date: Fri, 20 Dec 2024 02:03:43 +0100 Subject: [PATCH] readding json file with secrets removed --- .../torchlight3/config.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 torchlight_changes_unloze/torchlight3/config.json diff --git a/torchlight_changes_unloze/torchlight3/config.json b/torchlight_changes_unloze/torchlight3/config.json new file mode 100755 index 00000000..7dd50d23 --- /dev/null +++ b/torchlight_changes_unloze/torchlight3/config.json @@ -0,0 +1,62 @@ +{ + "VoiceServer": + { + "Host": "127.0.0.1", + "Port": 28015, + "SampleRate": 22050 + }, + "SMAPIServer": + { + "Host": "127.0.0.1", + "Port": 39376 + }, + + "AudioLimits": + { + "2": + { + "Uses": 1, + "TotalTime": 5.0, + "MaxLength": 5.0, + "DelayFactor": 3.0 + }, + "3": + { + "Uses": 2, + "TotalTime": 7.5, + "MaxLength": 7.5, + "DelayFactor": 3.0 + }, + "4": + { + "Uses": 5, + "TotalTime": 10.0, + "MaxLength": 5.0, + "DelayFactor": 3.0 + }, + "5": + { + "Uses": 15, + "TotalTime": 25.0, + "MaxLength": 5.0, + "DelayFactor": 3.0 + } + }, + "AntiSpam": + { + "ImmunityLevel": 9, + "MaxUsageSpan": 100, + "MaxUsageTime": 100, + "PunishDelay": 50, + "StopLevel": 6, + "ChatCooldown": 15 + }, + "Advertiser": + { + "MaxSpan": 30, + "AdStop": 10 + }, + + "WolframAPIKey": "", + "OpenWeatherAPIKey": "" +}