From: Mario Date: Tue, 7 Jul 2020 11:49:42 +0000 (+1000) Subject: Add a vote option to the testing balance for the electro damage over time effect X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=309f456c7264e79ff92d5e6efb1120edc9f701c8;p=xonotic%2Fxonotic-data.pk3dir.git Add a vote option to the testing balance for the electro damage over time effect --- 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"