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": "" +}