summaryrefslogtreecommitdiff
path: root/data/ships
diff options
context:
space:
mode:
authorReimar <Reimar@Leike.name>2015-12-08 11:31:35 +0100
committerReimar <Reimar@Leike.name>2015-12-08 11:31:35 +0100
commite3a66514d57ff4acf2f02df7d86bd2cf8be0e730 (patch)
tree686eabd8aac2f2eb9d0b3429fe0feee3f031904a /data/ships
downloadRCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar
RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar.gz
RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar.bz2
RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar.xz
RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.zip
initial commit
Diffstat (limited to 'data/ships')
-rw-r--r--data/ships/EnemyShip_template.txt12
-rw-r--r--data/ships/tork/capsule.txt10
-rw-r--r--data/ships/tork/capsule.txt~10
-rw-r--r--data/ships/tork/cruiser.txt14
-rw-r--r--data/ships/tork/cruiser.txt~14
-rw-r--r--data/ships/tork/interceptor.txt16
-rw-r--r--data/ships/tork/interceptor.txt~16
-rw-r--r--data/ships/tork/spacerocket.txt14
-rw-r--r--data/ships/tork/spacerocket.txt~14
-rw-r--r--data/ships/tork/sting.txt12
-rw-r--r--data/ships/tork/sting.txt~12
-rw-r--r--data/ships/tork/stinger.txt~12
-rw-r--r--data/ships/tork/tanker.txt10
-rw-r--r--data/ships/tork/tanker.txt~10
-rw-r--r--data/ships/tork/tork_interceptor.txt~16
-rw-r--r--data/ships/tork/tork_spacerocket.txt~14
-rw-r--r--data/ships/user/UserShip_template.txt17
-rw-r--r--data/ships/user/UserShip_template.txt~16
-rw-r--r--data/ships/user/hornet.txt20
-rw-r--r--data/ships/user/hornet.txt~20
-rw-r--r--data/ships/user/small_fighter.txt17
-rw-r--r--data/ships/user/small_fighter.txt~17
-rw-r--r--data/ships/user/userships.txt2
-rw-r--r--data/ships/user/userships.txt~1
24 files changed, 316 insertions, 0 deletions
diff --git a/data/ships/EnemyShip_template.txt b/data/ships/EnemyShip_template.txt
new file mode 100644
index 0000000..2fdb348
--- /dev/null
+++ b/data/ships/EnemyShip_template.txt
@@ -0,0 +1,12 @@
1Tork Spacerocket #name
2data/images/tork_spacerocket.bmp #path of imagefile
37 #maxhp
45 #armor
550 #moveSpeed
64 #collisionSize
73 #Gold
83 #exp
93 #score
101 #number of weapons
110 -1 #relative Position of weapon
12data/fireball.txt #path of weapon
diff --git a/data/ships/tork/capsule.txt b/data/ships/tork/capsule.txt
new file mode 100644
index 0000000..ae60c7f
--- /dev/null
+++ b/data/ships/tork/capsule.txt
@@ -0,0 +1,10 @@
1Tork Capsule
2data/images/ship1.bmp
30.6
410
5140
65.5
70
80
90
100
diff --git a/data/ships/tork/capsule.txt~ b/data/ships/tork/capsule.txt~
new file mode 100644
index 0000000..eeb2813
--- /dev/null
+++ b/data/ships/tork/capsule.txt~
@@ -0,0 +1,10 @@
1Tork Capsule
2data/images/ship1.bmp
30.6
410
5140
65.5
71
81
91
100
diff --git a/data/ships/tork/cruiser.txt b/data/ships/tork/cruiser.txt
new file mode 100644
index 0000000..11772da
--- /dev/null
+++ b/data/ships/tork/cruiser.txt
@@ -0,0 +1,14 @@
1Tork Cruiser
2data/images/tork_cruiser.bmp
39
425
530
611.5
70
80
90
102
110 3
12data/weapons/spitter1.txt
130 0
14data/weapons/novaspitter1.txt
diff --git a/data/ships/tork/cruiser.txt~ b/data/ships/tork/cruiser.txt~
new file mode 100644
index 0000000..15e8459
--- /dev/null
+++ b/data/ships/tork/cruiser.txt~
@@ -0,0 +1,14 @@
1Tork Cruiser
2data/images/tork_cruiser.bmp
39
425
530
611.5
79
820
914
102
110 3
12data/weapons/spitter1.txt
130 0
14data/weapons/novaspitter1.txt
diff --git a/data/ships/tork/interceptor.txt b/data/ships/tork/interceptor.txt
new file mode 100644
index 0000000..40e3651
--- /dev/null
+++ b/data/ships/tork/interceptor.txt
@@ -0,0 +1,16 @@
1Tork Interceptor
2data/images/tork_interceptor.bmp
38
415
555
69
70
80
90
103
115 6
12data/weapons/fireball1.txt
13-5 6
14data/weapons/fireball1.txt
150 2
16data/weapons/spitter2.txt
diff --git a/data/ships/tork/interceptor.txt~ b/data/ships/tork/interceptor.txt~
new file mode 100644
index 0000000..b28ea59
--- /dev/null
+++ b/data/ships/tork/interceptor.txt~
@@ -0,0 +1,16 @@
1Tork Interceptor
2data/images/tork_interceptor.bmp
38
415
555
69
77
815
98
103
115 6
12data/weapons/fireball1.txt
13-5 6
14data/weapons/fireball1.txt
150 2
16data/weapons/spitter2.txt
diff --git a/data/ships/tork/spacerocket.txt b/data/ships/tork/spacerocket.txt
new file mode 100644
index 0000000..6d0a929
--- /dev/null
+++ b/data/ships/tork/spacerocket.txt
@@ -0,0 +1,14 @@
1Tork Spacerocket
2data/images/ship2.bmp
33
410
530
68
70
80
90
102
114 4
12data/weapons/fireball1.txt
13-4 4
14data/weapons/fireball1.txt
diff --git a/data/ships/tork/spacerocket.txt~ b/data/ships/tork/spacerocket.txt~
new file mode 100644
index 0000000..ba1d457
--- /dev/null
+++ b/data/ships/tork/spacerocket.txt~
@@ -0,0 +1,14 @@
1Tork Spacerocket
2data/images/ship2.bmp
33
410
530
68
73
84
93
102
114 4
12data/weapons/fireball1.txt
13-4 4
14data/weapons/fireball1.txt
diff --git a/data/ships/tork/sting.txt b/data/ships/tork/sting.txt
new file mode 100644
index 0000000..4cd73b1
--- /dev/null
+++ b/data/ships/tork/sting.txt
@@ -0,0 +1,12 @@
1Tork Sting
2data/images/tork_sting.bmp
34
48
565
69
70
80
90
101
110 0
12data/weapons/fireball1.txt
diff --git a/data/ships/tork/sting.txt~ b/data/ships/tork/sting.txt~
new file mode 100644
index 0000000..b17b4a6
--- /dev/null
+++ b/data/ships/tork/sting.txt~
@@ -0,0 +1,12 @@
1Tork Sting
2data/images/tork_sting.bmp
34
48
565
69
74
84
95
101
110 0
12data/weapons/fireball1.txt
diff --git a/data/ships/tork/stinger.txt~ b/data/ships/tork/stinger.txt~
new file mode 100644
index 0000000..ee04032
--- /dev/null
+++ b/data/ships/tork/stinger.txt~
@@ -0,0 +1,12 @@
1Tork Stinger
2data/images/tork_stinger.bmp
34
48
565
69
74
84
94
101
110 0
12data/weapons/fireball1.txt
diff --git a/data/ships/tork/tanker.txt b/data/ships/tork/tanker.txt
new file mode 100644
index 0000000..04fd19a
--- /dev/null
+++ b/data/ships/tork/tanker.txt
@@ -0,0 +1,10 @@
1Tork Tanker
2data/images/tork_tanker.bmp
310
440
515
611
70
80
90
100
diff --git a/data/ships/tork/tanker.txt~ b/data/ships/tork/tanker.txt~
new file mode 100644
index 0000000..e7d8cba
--- /dev/null
+++ b/data/ships/tork/tanker.txt~
@@ -0,0 +1,10 @@
1Tork Tanker
2data/images/tork_tanker.bmp
310
440
515
611
730
86
915
100
diff --git a/data/ships/tork/tork_interceptor.txt~ b/data/ships/tork/tork_interceptor.txt~
new file mode 100644
index 0000000..129b903
--- /dev/null
+++ b/data/ships/tork/tork_interceptor.txt~
@@ -0,0 +1,16 @@
1Tork Interceptor
2data/images/tork_interceptor.bmp
38
415
555
67
712
86
96
103
115 6
12data/fireball1.txt
13-5 6
14data/fireball1.txt
150 2
16data/spitter2.txt
diff --git a/data/ships/tork/tork_spacerocket.txt~ b/data/ships/tork/tork_spacerocket.txt~
new file mode 100644
index 0000000..22bcada
--- /dev/null
+++ b/data/ships/tork/tork_spacerocket.txt~
@@ -0,0 +1,14 @@
1Tork Spacerocket
2data/images/ship2.bmp
33
410
530
68
75
82
93
102
114 4
12data/fireball1.txt
13-4 4
14data/fireball1.txt
diff --git a/data/ships/user/UserShip_template.txt b/data/ships/user/UserShip_template.txt
new file mode 100644
index 0000000..ed29661
--- /dev/null
+++ b/data/ships/user/UserShip_template.txt
@@ -0,0 +1,17 @@
1small Fighter #name
2data/images/small_fighter.bmp #path of imagefile
3300 #cost
410 #maxhp
550 #armor
6200 #moveSpeed
7200 #handling
810 #maxEnergy
92 #energyProduction
105 #collisionSize
112 #number of weapons
124 4 #relative Position of weapon
133 #maxSize of attached weapon
14data/fireball.txt #path of weapon
154 4 #relative Position of weapon
163 #maxSize of attached weapon
17data/fireball.txt #path of weapon
diff --git a/data/ships/user/UserShip_template.txt~ b/data/ships/user/UserShip_template.txt~
new file mode 100644
index 0000000..8512129
--- /dev/null
+++ b/data/ships/user/UserShip_template.txt~
@@ -0,0 +1,16 @@
1small Fighter #name
2data/images/small_fighter.bmp #path of imagefile
310 #maxhp
450 #armor
5200 #moveSpeed
6200 #handling
710 #maxEnergy
82 #energyProduction
95 #collisionSize
102 #number of weapons
114 4 #relative Position of weapon
123 #maxSize of attached weapon
13data/fireball.txt #path of weapon
144 4 #relative Position of weapon
153 #maxSize of attached weapon
16data/fireball.txt #path of weapon
diff --git a/data/ships/user/hornet.txt b/data/ships/user/hornet.txt
new file mode 100644
index 0000000..d33c78c
--- /dev/null
+++ b/data/ships/user/hornet.txt
@@ -0,0 +1,20 @@
1Hornet
2data/images/hornet.bmp
3750
423
525
6270
7250
840
94.5
106
113
126 -6
133
14data/weapons/empty.txt
15-6 -6
163
17data/weapons/empty.txt
180 -3
193
20data/weapons/empty.txt
diff --git a/data/ships/user/hornet.txt~ b/data/ships/user/hornet.txt~
new file mode 100644
index 0000000..c427bb2
--- /dev/null
+++ b/data/ships/user/hornet.txt~
@@ -0,0 +1,20 @@
1Hornet
2data/images/hornet.bmp
30
423
525
6270
7250
840
94.5
106
113
126 -6
133
14data/weapons/empty.txt
15-6 -6
163
17data/weapons/empty.txt
180 -3
193
20data/weapons/empty.txt
diff --git a/data/ships/user/small_fighter.txt b/data/ships/user/small_fighter.txt
new file mode 100644
index 0000000..0501c22
--- /dev/null
+++ b/data/ships/user/small_fighter.txt
@@ -0,0 +1,17 @@
1Small Fighter
2data/images/small_fighter.bmp
30
415
510
6190
7300
810
93
105
112
124 -2
133
14data/weapons/beamer2.txt
15-4 -2
163
17data/weapons/empty.txt
diff --git a/data/ships/user/small_fighter.txt~ b/data/ships/user/small_fighter.txt~
new file mode 100644
index 0000000..0501c22
--- /dev/null
+++ b/data/ships/user/small_fighter.txt~
@@ -0,0 +1,17 @@
1Small Fighter
2data/images/small_fighter.bmp
30
415
510
6190
7300
810
93
105
112
124 -2
133
14data/weapons/beamer2.txt
15-4 -2
163
17data/weapons/empty.txt
diff --git a/data/ships/user/userships.txt b/data/ships/user/userships.txt
new file mode 100644
index 0000000..d3e1633
--- /dev/null
+++ b/data/ships/user/userships.txt
@@ -0,0 +1,2 @@
1small_fighter.txt
2hornet.txt
diff --git a/data/ships/user/userships.txt~ b/data/ships/user/userships.txt~
new file mode 100644
index 0000000..d44c218
--- /dev/null
+++ b/data/ships/user/userships.txt~
@@ -0,0 +1 @@
small_fighter.txt