From 4fa5249d34d4a3e0b4c0bb4686de147baf61106c Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Sun, 10 Nov 2019 12:53:36 +0100 Subject: [PATCH] Adjusted default config --- config/sprees.toml | 94 ------------------------------------------- config/wolfadmin.toml | 10 +---- 2 files changed, 2 insertions(+), 102 deletions(-) delete mode 100644 config/sprees.toml diff --git a/config/sprees.toml b/config/sprees.toml deleted file mode 100644 index 3803599..0000000 --- a/config/sprees.toml +++ /dev/null @@ -1,94 +0,0 @@ -[[kill]] -amount = 5 -msg = "^dis on a ^2killing spree^d!" -sound = "killingspree.wav" - -[[kill]] -amount = 10 -msg = "^dis on a ^2rampage^d!" -sound = "rampage.wav" - -[[kill]] -amount = 15 -msg = "^dis ^2dominating^d!" -sound = "dominating.wav" - -[[kill]] -amount = 20 -msg = "^drevels in his ^2bloodbath^d!" -sound = "unstoppable.wav" - -[[kill]] -amount = 25 -msg = "^dis a walking ^2slaughterhouse^d!" -sound = "godlike.wav" - -[[kill]] -amount = 30 -msg = "^dwreaks ^2havoc ^dupon his foes^d!" -sound = "wickedsick.wav" - -[[kill]] -amount = 35 -msg = "^dcuts through enemies like a ^2god ^2of ^2war^d!" -sound = "potter.wav" - -[[kill]] -amount = 40 -msg = "^dis the ^2prophet of doom^d!" -sound = "holyshit.wav" - -[[death]] -amount = 10 -msg = "^dmust be having a bad day!" -sound = "humiliation.wav" - -[[death]] -amount = 15 -msg = "^dhis day just got worse!" -sound = "humiliation.wav" - -[[death]] -amount = 20 -msg = "^dtries to kill with flowers!" -sound = "humiliation.wav" - -[[death]] -amount = 25 -msg = "^dis getting his ass kicked!" -sound = "humiliation.wav" - -[[death]] -amount = 30 -msg = "^dis a death magnet!" -sound = "humiliation.wav" - -[[death]] -amount = 40 -msg = "^dneeds remedial combat training!" -sound = "humiliation.wav" - -[[death]] -amount = 50 -msg = "^dstill can't kill shit!" -sound = "humiliation.wav" - -[[revive]] -amount = 3 -msg = "^dis on a ^2revive spree^d!" - -[[revive]] -amount = 5 -msg = "^dis a ^2health dealer^d!" - -[[revive]] -amount = 10 -msg = "^dis a ^2perfect nurse^d!" - -[[revive]] -amount = 15 -msg = "^dis a ^2syringe maniac^d!" - -[[revive]] -amount = 25 -msg = "^dis the new ^2Dr. Frankenstein^d!" diff --git a/config/wolfadmin.toml b/config/wolfadmin.toml index 37b3231..d800ac1 100644 --- a/config/wolfadmin.toml +++ b/config/wolfadmin.toml @@ -25,7 +25,7 @@ admin = "admin.log" [omnibot] minbots = -1 -maxbots = 10 +maxbots = 16 [admin] history = 1 @@ -38,7 +38,7 @@ selection = 0 interval = 30 [game] -announcerevives = 1 +announcerevives = 0 [voting] timeout = 0 @@ -60,9 +60,3 @@ bots = 1 [records] bots = 0 - -[sprees] -file = "sprees.toml" -messages = 7 -sounds = 3 -records = 1