diff options
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/server.dts | 1 | ||||
| -rw-r--r-- | datasrc/teewars.ds | 8 |
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 |