diff options
author | Reimar <Reimar@Leike.name> | 2015-12-12 16:20:42 +0100 |
---|---|---|
committer | Reimar <Reimar@Leike.name> | 2015-12-12 16:20:42 +0100 |
commit | 354cd9ff21e878c9a34866b0c3916e42e226d105 (patch) | |
tree | 8e6f2123e503c2f32eed35e629c6c0b9c01352d8 /data/ships | |
parent | 8c66c87d920340b116c539a56505b32629275b6a (diff) | |
download | RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.gz RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.bz2 RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.xz RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.zip |
Now taking env variable RCADE_DATA and RCADE_SAVE. Default: data/ and save/ . also old saves are not compatibleHEADmaster
Diffstat (limited to 'data/ships')
-rw-r--r-- | data/ships/EnemyShip_template.txt | 4 | ||||
-rw-r--r-- | data/ships/tork/capsule.txt | 2 | ||||
-rw-r--r-- | data/ships/tork/cruiser.txt | 6 | ||||
-rw-r--r-- | data/ships/tork/interceptor.txt | 8 | ||||
-rw-r--r-- | data/ships/tork/spacerocket.txt | 6 | ||||
-rw-r--r-- | data/ships/tork/sting.txt | 4 | ||||
-rw-r--r-- | data/ships/tork/tanker.txt | 2 | ||||
-rw-r--r-- | data/ships/user/UserShip_template.txt | 6 | ||||
-rw-r--r-- | data/ships/user/hornet.txt | 8 | ||||
-rw-r--r-- | data/ships/user/small_fighter.txt | 6 |
10 files changed, 26 insertions, 26 deletions
diff --git a/data/ships/EnemyShip_template.txt b/data/ships/EnemyShip_template.txt index 2fdb348..949fc14 100644 --- a/data/ships/EnemyShip_template.txt +++ b/data/ships/EnemyShip_template.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Spacerocket #name | 1 | Tork Spacerocket #name |
2 | data/images/tork_spacerocket.bmp #path of imagefile | 2 | images/tork_spacerocket.bmp #path of imagefile |
3 | 7 #maxhp | 3 | 7 #maxhp |
4 | 5 #armor | 4 | 5 #armor |
5 | 50 #moveSpeed | 5 | 50 #moveSpeed |
@@ -9,4 +9,4 @@ data/images/tork_spacerocket.bmp #path of imagefile | |||
9 | 3 #score | 9 | 3 #score |
10 | 1 #number of weapons | 10 | 1 #number of weapons |
11 | 0 -1 #relative Position of weapon | 11 | 0 -1 #relative Position of weapon |
12 | data/fireball.txt #path of weapon | 12 | fireball.txt #path of weapon |
diff --git a/data/ships/tork/capsule.txt b/data/ships/tork/capsule.txt index ae60c7f..94986a3 100644 --- a/data/ships/tork/capsule.txt +++ b/data/ships/tork/capsule.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Capsule | 1 | Tork Capsule |
2 | data/images/ship1.bmp | 2 | images/ship1.bmp |
3 | 0.6 | 3 | 0.6 |
4 | 10 | 4 | 10 |
5 | 140 | 5 | 140 |
diff --git a/data/ships/tork/cruiser.txt b/data/ships/tork/cruiser.txt index 11772da..5979ec0 100644 --- a/data/ships/tork/cruiser.txt +++ b/data/ships/tork/cruiser.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Cruiser | 1 | Tork Cruiser |
2 | data/images/tork_cruiser.bmp | 2 | images/tork_cruiser.bmp |
3 | 9 | 3 | 9 |
4 | 25 | 4 | 25 |
5 | 30 | 5 | 30 |
@@ -9,6 +9,6 @@ data/images/tork_cruiser.bmp | |||
9 | 0 | 9 | 0 |
10 | 2 | 10 | 2 |
11 | 0 3 | 11 | 0 3 |
12 | data/weapons/spitter1.txt | 12 | weapons/spitter1.txt |
13 | 0 0 | 13 | 0 0 |
14 | data/weapons/novaspitter1.txt | 14 | weapons/novaspitter1.txt |
diff --git a/data/ships/tork/interceptor.txt b/data/ships/tork/interceptor.txt index 40e3651..70d9b8b 100644 --- a/data/ships/tork/interceptor.txt +++ b/data/ships/tork/interceptor.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Interceptor | 1 | Tork Interceptor |
2 | data/images/tork_interceptor.bmp | 2 | images/tork_interceptor.bmp |
3 | 8 | 3 | 8 |
4 | 15 | 4 | 15 |
5 | 55 | 5 | 55 |
@@ -9,8 +9,8 @@ data/images/tork_interceptor.bmp | |||
9 | 0 | 9 | 0 |
10 | 3 | 10 | 3 |
11 | 5 6 | 11 | 5 6 |
12 | data/weapons/fireball1.txt | 12 | weapons/fireball1.txt |
13 | -5 6 | 13 | -5 6 |
14 | data/weapons/fireball1.txt | 14 | weapons/fireball1.txt |
15 | 0 2 | 15 | 0 2 |
16 | data/weapons/spitter2.txt | 16 | weapons/spitter2.txt |
diff --git a/data/ships/tork/spacerocket.txt b/data/ships/tork/spacerocket.txt index 6d0a929..5f39e43 100644 --- a/data/ships/tork/spacerocket.txt +++ b/data/ships/tork/spacerocket.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Spacerocket | 1 | Tork Spacerocket |
2 | data/images/ship2.bmp | 2 | images/ship2.bmp |
3 | 3 | 3 | 3 |
4 | 10 | 4 | 10 |
5 | 30 | 5 | 30 |
@@ -9,6 +9,6 @@ data/images/ship2.bmp | |||
9 | 0 | 9 | 0 |
10 | 2 | 10 | 2 |
11 | 4 4 | 11 | 4 4 |
12 | data/weapons/fireball1.txt | 12 | weapons/fireball1.txt |
13 | -4 4 | 13 | -4 4 |
14 | data/weapons/fireball1.txt | 14 | weapons/fireball1.txt |
diff --git a/data/ships/tork/sting.txt b/data/ships/tork/sting.txt index 4cd73b1..c29b3d0 100644 --- a/data/ships/tork/sting.txt +++ b/data/ships/tork/sting.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Sting | 1 | Tork Sting |
2 | data/images/tork_sting.bmp | 2 | images/tork_sting.bmp |
3 | 4 | 3 | 4 |
4 | 8 | 4 | 8 |
5 | 65 | 5 | 65 |
@@ -9,4 +9,4 @@ data/images/tork_sting.bmp | |||
9 | 0 | 9 | 0 |
10 | 1 | 10 | 1 |
11 | 0 0 | 11 | 0 0 |
12 | data/weapons/fireball1.txt | 12 | weapons/fireball1.txt |
diff --git a/data/ships/tork/tanker.txt b/data/ships/tork/tanker.txt index 04fd19a..9ede361 100644 --- a/data/ships/tork/tanker.txt +++ b/data/ships/tork/tanker.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Tork Tanker | 1 | Tork Tanker |
2 | data/images/tork_tanker.bmp | 2 | images/tork_tanker.bmp |
3 | 10 | 3 | 10 |
4 | 40 | 4 | 40 |
5 | 15 | 5 | 15 |
diff --git a/data/ships/user/UserShip_template.txt b/data/ships/user/UserShip_template.txt index ed29661..d26b4bf 100644 --- a/data/ships/user/UserShip_template.txt +++ b/data/ships/user/UserShip_template.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | small Fighter #name | 1 | small Fighter #name |
2 | data/images/small_fighter.bmp #path of imagefile | 2 | images/small_fighter.bmp #path of imagefile |
3 | 300 #cost | 3 | 300 #cost |
4 | 10 #maxhp | 4 | 10 #maxhp |
5 | 50 #armor | 5 | 50 #armor |
@@ -11,7 +11,7 @@ data/images/small_fighter.bmp #path of imagefile | |||
11 | 2 #number of weapons | 11 | 2 #number of weapons |
12 | 4 4 #relative Position of weapon | 12 | 4 4 #relative Position of weapon |
13 | 3 #maxSize of attached weapon | 13 | 3 #maxSize of attached weapon |
14 | data/fireball.txt #path of weapon | 14 | fireball.txt #path of weapon |
15 | 4 4 #relative Position of weapon | 15 | 4 4 #relative Position of weapon |
16 | 3 #maxSize of attached weapon | 16 | 3 #maxSize of attached weapon |
17 | data/fireball.txt #path of weapon | 17 | fireball.txt #path of weapon |
diff --git a/data/ships/user/hornet.txt b/data/ships/user/hornet.txt index d33c78c..e4e4535 100644 --- a/data/ships/user/hornet.txt +++ b/data/ships/user/hornet.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Hornet | 1 | Hornet |
2 | data/images/hornet.bmp | 2 | images/hornet.bmp |
3 | 750 | 3 | 750 |
4 | 23 | 4 | 23 |
5 | 25 | 5 | 25 |
@@ -11,10 +11,10 @@ data/images/hornet.bmp | |||
11 | 3 | 11 | 3 |
12 | 6 -6 | 12 | 6 -6 |
13 | 3 | 13 | 3 |
14 | data/weapons/empty.txt | 14 | weapons/empty.txt |
15 | -6 -6 | 15 | -6 -6 |
16 | 3 | 16 | 3 |
17 | data/weapons/empty.txt | 17 | weapons/empty.txt |
18 | 0 -3 | 18 | 0 -3 |
19 | 3 | 19 | 3 |
20 | data/weapons/empty.txt | 20 | weapons/empty.txt |
diff --git a/data/ships/user/small_fighter.txt b/data/ships/user/small_fighter.txt index 0501c22..46fc7e5 100644 --- a/data/ships/user/small_fighter.txt +++ b/data/ships/user/small_fighter.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | Small Fighter | 1 | Small Fighter |
2 | data/images/small_fighter.bmp | 2 | images/small_fighter.bmp |
3 | 0 | 3 | 0 |
4 | 15 | 4 | 15 |
5 | 10 | 5 | 10 |
@@ -11,7 +11,7 @@ data/images/small_fighter.bmp | |||
11 | 2 | 11 | 2 |
12 | 4 -2 | 12 | 4 -2 |
13 | 3 | 13 | 3 |
14 | data/weapons/beamer2.txt | 14 | weapons/beamer2.txt |
15 | -4 -2 | 15 | -4 -2 |
16 | 3 | 16 | 3 |
17 | data/weapons/empty.txt | 17 | weapons/empty.txt |