From: MirceaKitsune Date: Thu, 16 Sep 2010 17:55:18 +0000 (+0300) Subject: Better defaults for Onslaught. You can only damage generators / control points with... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=169280eb11543304f6d9e05891e15596c4ed31ed;p=voretournament%2Fvoretournament.git Better defaults for Onslaught. You can only damage generators / control points with grabber alt fire currently, so don't make this a nightmare :P To be tested with the upcoming onslaught maps --- diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index 750056b8..fb392077 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -588,11 +588,11 @@ set g_ca_warmup 10 "how long the players will have time to run around the map be // onslaught seta g_onslaught 0 "Onslaught: take control points towards the enemy generator and then destroy it" -set g_onslaught_gen_health 5000 -set g_onslaught_cp_health 1000 +set g_onslaught_gen_health 2000 +set g_onslaught_cp_health 200 set g_onslaught_cp_buildhealth 100 set g_onslaught_cp_buildtime 10 -set g_onslaught_cp_regen 20 +set g_onslaught_cp_regen 5 // assault seta g_assault 0 "Assault: attack the enemy base as fast as you can, then defend the base against the enemy for that time to win"