about summary refs log tree commit diff
path: root/datasrc/server.dts
diff options
context:
space:
mode:
authorOlle Rosenquist <phobos99@gmail.com>2007-07-21 19:25:10 +0000
committerOlle Rosenquist <phobos99@gmail.com>2007-07-21 19:25:10 +0000
commit15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d (patch)
tree536833e6dc9b7952ace6ba01ea42d49ba7921bd9 /datasrc/server.dts
parent5423ba10051ae7ee96c3273276286acc54b51660 (diff)
downloadzcatch-15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d.tar.gz
zcatch-15f4eda1239d7e4f5b4e6992dcfe0dddb525a26d.zip
Updated stuff
Diffstat (limited to 'datasrc/server.dts')
-rw-r--r--datasrc/server.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/datasrc/server.dts b/datasrc/server.dts
index 41277b60..3631336f 100644
--- a/datasrc/server.dts
+++ b/datasrc/server.dts
@@ -1,5 +1,24 @@
+struct weapon {
+	int firedelay = firedelay@1
+	int meleedamage = meleedamage@1
+	int meleereach = meleereach@1
+	int ammoregentime = ammoregentime@1
+	int maxammo = maxammo@1
+	int duration = duration@1
+	int movetime = movetime@1
+	int velocity = velocity@1
+}
+
+struct playerstats {
+	int maxhealth = maxhealth@1
+	int maxarmor = maxarmor@1
+}
+
 struct data_container {
+	array:weapon weapons = weapons.*
+	array:playerstats playerinfo = playerstats.*
 }
 
 const array:int sound = sounds.*
 const array:int weapon = weapons.*
+const array:int gametype = playerstats.*
\ No newline at end of file