diff options
author | Reimar <Reimar@Leike.name> | 2015-12-08 11:31:35 +0100 |
---|---|---|
committer | Reimar <Reimar@Leike.name> | 2015-12-08 11:31:35 +0100 |
commit | e3a66514d57ff4acf2f02df7d86bd2cf8be0e730 (patch) | |
tree | 686eabd8aac2f2eb9d0b3429fe0feee3f031904a /data/ships/user/UserShip_template.txt | |
download | RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar.gz RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar.bz2 RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.tar.xz RCade-e3a66514d57ff4acf2f02df7d86bd2cf8be0e730.zip |
initial commit
Diffstat (limited to 'data/ships/user/UserShip_template.txt')
-rw-r--r-- | data/ships/user/UserShip_template.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
1 | small Fighter #name | ||
2 | data/images/small_fighter.bmp #path of imagefile | ||
3 | 300 #cost | ||
4 | 10 #maxhp | ||
5 | 50 #armor | ||
6 | 200 #moveSpeed | ||
7 | 200 #handling | ||
8 | 10 #maxEnergy | ||
9 | 2 #energyProduction | ||
10 | 5 #collisionSize | ||
11 | 2 #number of weapons | ||
12 | 4 4 #relative Position of weapon | ||
13 | 3 #maxSize of attached weapon | ||
14 | data/fireball.txt #path of weapon | ||
15 | 4 4 #relative Position of weapon | ||
16 | 3 #maxSize of attached weapon | ||
17 | data/fireball.txt #path of weapon | ||