mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-12 23:54:36 +00:00
Adjusted default config
This commit is contained in:
parent
e507cbd000
commit
3193d2f708
2 changed files with 2 additions and 102 deletions
|
@ -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!"
|
|
|
@ -25,7 +25,7 @@ admin = "admin.log"
|
||||||
|
|
||||||
[omnibot]
|
[omnibot]
|
||||||
minbots = -1
|
minbots = -1
|
||||||
maxbots = 10
|
maxbots = 16
|
||||||
|
|
||||||
[admin]
|
[admin]
|
||||||
history = 1
|
history = 1
|
||||||
|
@ -38,7 +38,7 @@ selection = 0
|
||||||
interval = 30
|
interval = 30
|
||||||
|
|
||||||
[game]
|
[game]
|
||||||
announcerevives = 1
|
announcerevives = 0
|
||||||
|
|
||||||
[voting]
|
[voting]
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
@ -60,9 +60,3 @@ bots = 1
|
||||||
|
|
||||||
[records]
|
[records]
|
||||||
bots = 0
|
bots = 0
|
||||||
|
|
||||||
[sprees]
|
|
||||||
file = "sprees.toml"
|
|
||||||
messages = 7
|
|
||||||
sounds = 3
|
|
||||||
records = 1
|
|
||||||
|
|
Loading…
Reference in a new issue