From 309f456c7264e79ff92d5e6efb1120edc9f701c8 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 7 Jul 2020 21:49:42 +1000 Subject: [PATCH] Add a vote option to the testing balance for the electro damage over time effect --- testing.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testing.cfg b/testing.cfg index f000a084a..f64bff94b 100644 --- a/testing.cfg +++ b/testing.cfg @@ -11,5 +11,7 @@ alias test_rocket_flying "settemp g_balance_devastator_remote_jump 1" alias test_ctf_stalemate90 "settemp g_ctf_stalemate_time 90" alias test_ctf_stalemate120 "settemp g_ctf_stalemate_time 120" -alias testing_enable "addvote test_blaster_switch ; addvote test_crylink_sec_horizontal ; addvote test_rocket_flying ; addvote test_ctf_stalemate90 ; addvote test_ctf_stalemate120" -alias testing_disable "delvote test_blaster_switch ; delvote test_crylink_sec_horizontal ; delvote test_rocket_flying ; delvote test_ctf_stalemate90 ; delvote test_ctf_stalemate120" +alias test_electro_combo_over_time "settemp g_balance_electro_combo_damage_interval 0.05 ; settemp g_balance_electro_combo_duration 1.5 ; settemp g_balance_electro_combo_power 3" + +alias testing_enable "addvote test_blaster_switch ; addvote test_crylink_sec_horizontal ; addvote test_rocket_flying ; addvote test_ctf_stalemate90 ; addvote test_ctf_stalemate120 ; addvote test_electro_combo_over_time" +alias testing_disable "delvote test_blaster_switch ; delvote test_crylink_sec_horizontal ; delvote test_rocket_flying ; delvote test_ctf_stalemate90 ; delvote test_ctf_stalemate120 ; delvote test_electro_combo_over_time" -- 2.39.2