From: Samual Date: Tue, 27 Dec 2011 04:25:19 +0000 (-0500) Subject: Lower detonate delay on rocketlauncher (0.05 -> 0.02) X-Git-Tag: xonotic-v0.6.0~74^2~47 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=11585615d851166f11a1c1b0d36cf207b34e0881;p=xonotic%2Fxonotic-data.pk3dir.git Lower detonate delay on rocketlauncher (0.05 -> 0.02) --- diff --git a/balanceXPM.cfg b/balanceXPM.cfg index f5e47e67f..8fc0b1c02 100644 --- a/balanceXPM.cfg +++ b/balanceXPM.cfg @@ -603,7 +603,7 @@ set g_balance_rocketlauncher_animtime 0.35 set g_balance_rocketlauncher_ammo 4 set g_balance_rocketlauncher_health 30 // 30 // 5 hitpoints above maximum laser value -- this way lasers can't blow it up, but grenadelauncher still can most the time. set g_balance_rocketlauncher_damageforcescale 1 // low damage force scale so that it can still be affected by other hits, but not so much that it does a 90 degree turn -set g_balance_rocketlauncher_detonatedelay 0.05 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time +set g_balance_rocketlauncher_detonatedelay 0.02 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time set g_balance_rocketlauncher_guiderate 90 // max degrees per second set g_balance_rocketlauncher_guideratedelay 0.01 // immediate set g_balance_rocketlauncher_guidegoal 512 // goal distance for (non-laser) guiding (higher = less control, lower = erratic) diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index 05287f5b5..dffc9eab6 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -603,7 +603,7 @@ set g_balance_rocketlauncher_animtime 0.35 set g_balance_rocketlauncher_ammo 4 set g_balance_rocketlauncher_health 30 // 30 // 5 hitpoints above maximum laser value -- this way lasers can't blow it up, but grenadelauncher still can most the time. set g_balance_rocketlauncher_damageforcescale 1 // low damage force scale so that it can still be affected by other hits, but not so much that it does a 90 degree turn -set g_balance_rocketlauncher_detonatedelay 0.05 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time +set g_balance_rocketlauncher_detonatedelay 0.02 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time set g_balance_rocketlauncher_guiderate 90 // max degrees per second set g_balance_rocketlauncher_guideratedelay 0.01 // immediate set g_balance_rocketlauncher_guidegoal 512 // goal distance for (non-laser) guiding (higher = less control, lower = erratic)