Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Tue Mar 11 14:17:34 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-03-11 19:17:34 UTC

Log message:

rebalanced, now 50 damage per shell

Modified files:
     qc/w_shotgun.qc qc/w_dbshotgun.qc

------=MIME.dd4f3152426740457a45cd7380bada84
Content-Type: text/plain; name="dpmod.20030311.191734.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030311.191734.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/w_dbshotgun.qc
diff -u dpmod/qc/w_dbshotgun.qc:1.6 dpmod/qc/w_dbshotgun.qc:1.7
--- dpmod/qc/w_dbshotgun.qc:1.6	Sat Feb 22 04:27:26 2003
+++ dpmod/qc/w_dbshotgun.qc	Tue Mar 11 14:17:24 2003
@@ -66,7 +66,7 @@
 };
 
 //float DBSHOTGUNBUCKSHOT = 80;
-float DBSHOTGUNEXPLOSIVESLUG = 85;
+float DBSHOTGUNEXPLOSIVESLUG = 50;
 
 .float shotgunmode, shotgunshells;
 void(void(entity t, entity a, string m, float dtyp) obitfunc, float spreadboost) W_DBShotgunFireShell =
@@ -115,7 +115,7 @@
 	if (self.wload > 1)
 	{
 		while (self.wload > 0)
-			W_DBShotgunFireShell(Obituary_DBShotgunDouble, 0.02);
+			W_DBShotgunFireShell(Obituary_DBShotgunDouble, 0);
 	}
 	else
 		W_DBShotgunSingleFireCode();
Index: dpmod/qc/w_shotgun.qc
diff -u dpmod/qc/w_shotgun.qc:1.5 dpmod/qc/w_shotgun.qc:1.6
--- dpmod/qc/w_shotgun.qc:1.5	Thu Feb 20 03:58:15 2003
+++ dpmod/qc/w_shotgun.qc	Tue Mar 11 14:17:24 2003
@@ -13,7 +13,7 @@
 };
 
 //float SHOTGUNBUCKSHOT = 75;
-float SHOTGUNEXPLOSIVESLUG = 95;
+float SHOTGUNEXPLOSIVESLUG = 50;
 
 .float shotgunmode;
 void() W_SingleShotgunFireCode =


More information about the twilight-commits mailing list