From afa125d9c3cca376a0c53e3a362f1a037031f54e Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 30 Sep 2011 10:42:53 -0400 Subject: [PATCH] set g_projectiles_damage 2 by default (all damage, including by enemies, is calculated) --- balance25.cfg | 2 +- balanceFruit.cfg | 2 +- balanceLeeStricklin.cfg | 2 +- balanceXonotic.cfg | 2 +- balancetZork.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/balance25.cfg b/balance25.cfg index 4e21074ff..a9df90f34 100644 --- a/balance25.cfg +++ b/balance25.cfg @@ -155,7 +155,7 @@ set g_balance_firetransfer_time 0.9 set g_balance_firetransfer_damage 0.8 set g_throughfloor_damage 1 set g_throughfloor_force 1 -set g_projectiles_damage 1 +set g_projectiles_damage 2 // possible values: // -2: absolutely no damage to projectiles (no exceptions) // -1: no damage other than the exceptions (electro combo, hagar join explode, minelayer mines) diff --git a/balanceFruit.cfg b/balanceFruit.cfg index cf5622c20..90bf733cc 100644 --- a/balanceFruit.cfg +++ b/balanceFruit.cfg @@ -155,7 +155,7 @@ set g_balance_firetransfer_time 0.9 set g_balance_firetransfer_damage 0.8 set g_throughfloor_damage 0.7 set g_throughfloor_force 0.8 -set g_projectiles_damage 1 +set g_projectiles_damage 2 // possible values: // -2: absolutely no damage to projectiles (no exceptions) // -1: no damage other than the exceptions (electro combo, hagar join explode, minelayer mines) diff --git a/balanceLeeStricklin.cfg b/balanceLeeStricklin.cfg index 242a1ae7b..3d015897f 100644 --- a/balanceLeeStricklin.cfg +++ b/balanceLeeStricklin.cfg @@ -155,7 +155,7 @@ set g_balance_firetransfer_time 0.9 set g_balance_firetransfer_damage 0.8 set g_throughfloor_damage 0.4 set g_throughfloor_force 0.7 -set g_projectiles_damage 1 +set g_projectiles_damage 2 // possible values: // -2: absolutely no damage to projectiles (no exceptions) // -1: no damage other than the exceptions (electro combo, hagar join explode, minelayer mines) diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index b14ff5d05..8364559d5 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -155,7 +155,7 @@ set g_balance_firetransfer_time 0.9 set g_balance_firetransfer_damage 0.8 set g_throughfloor_damage 0.5 set g_throughfloor_force 0.75 -set g_projectiles_damage 1 +set g_projectiles_damage 2 // possible values: // -2: absolutely no damage to projectiles (no exceptions) // -1: no damage other than the exceptions (electro combo, hagar join explode, minelayer mines) diff --git a/balancetZork.cfg b/balancetZork.cfg index 778f2f410..e22f1f548 100644 --- a/balancetZork.cfg +++ b/balancetZork.cfg @@ -155,7 +155,7 @@ set g_balance_firetransfer_time 0.9 set g_balance_firetransfer_damage 0.8 set g_throughfloor_damage 0.5 set g_throughfloor_force 0.7 -set g_projectiles_damage 1 +set g_projectiles_damage 2 // possible values: // -2: absolutely no damage to projectiles (no exceptions) // -1: no damage other than the exceptions (electro combo, hagar join explode, minelayer mines) -- 2.39.2