about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-08-04 01:53:26 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-08-04 01:53:26 +0000
commit7bf877d252032c00404410d52ed5fd610a80589d (patch)
treeed14c0c59377d39d902c82b569de019f4f54ed2e /datasrc
parente4304d5c90b3479021136b3ce4f77822a89394ae (diff)
downloadzcatch-7bf877d252032c00404410d52ed5fd610a80589d.tar.gz
zcatch-7bf877d252032c00404410d52ed5fd610a80589d.zip
balance fixes
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/server.dts1
-rw-r--r--datasrc/teewars.ds8
2 files changed, 8 insertions, 1 deletions
diff --git a/datasrc/server.dts b/datasrc/server.dts
index 46a97bfc..e4b6935f 100644
--- a/datasrc/server.dts
+++ b/datasrc/server.dts
@@ -9,6 +9,7 @@ struct weapon {
 	int meleereach = meleereach@1
 	int ammoregentime = ammoregentime@1
 	int maxammo = maxammo@1
+	int costammo = costammo@1
 	int duration = duration@1
 	int movetime = movetime@1
 	int velocity = velocity@1
diff --git a/datasrc/teewars.ds b/datasrc/teewars.ds
index 096fc326..43208901 100644
--- a/datasrc/teewars.ds
+++ b/datasrc/teewars.ds
@@ -324,6 +324,7 @@ weapons {
 		muzzleoffsetx 50.0
 		muzzleoffsety 6.0
 		maxammo 10
+		costammo 1
 		recoil 10
 		firedelay 100
 		muzzleduration 5
@@ -349,6 +350,7 @@ weapons {
 		muzzleoffsetx 0.0
 		muzzleoffsety 0.0
 		maxammo 10
+		costammo 1
 		recoil 10
 		firedelay 600
 		muzzleduration 0
@@ -377,6 +379,7 @@ weapons {
 		muzzleoffsetx 70.0
 		muzzleoffsety 6.0
 		maxammo 10
+		costammo 2
 		recoil 10
 		firedelay 600
 		muzzleduration 5
@@ -402,6 +405,7 @@ weapons {
 		muzzleoffsetx 0.0
 		muzzleoffsety 0.0
 		maxammo 10
+		costammo 0
 		recoil 10
 		firedelay 150
 		muzzleduration 0
@@ -409,7 +413,7 @@ weapons {
 		offsetx 4.0
 		offsety -20.0
 		meleedamage 1
-		meleereach 25
+		meleereach 40
 		ammoregentime 0
 		duration -1
 		movetime 0
@@ -426,6 +430,7 @@ weapons {
 		muzzleoffsetx 0.0
 		muzzleoffsety 0.0
 		maxammo 10
+		costammo 1
 		recoil 10
 		firedelay 100
 		muzzleduration 0
@@ -453,6 +458,7 @@ weapons {
 		muzzleoffsetx 40.0
 		muzzleoffsety -4.0
 		maxammo 0
+		costammo 0
 		recoil 0
 		firedelay 800
 		muzzleduration 0