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/weapons/weapon_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/weapons/weapon_template.txt')
-rw-r--r-- | data/weapons/weapon_template.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/weapons/weapon_template.txt b/data/weapons/weapon_template.txt new file mode 100644 index 0000000..b900b0c --- /dev/null +++ b/data/weapons/weapon_template.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | epic imbaweapon of massdestruction #name | ||
2 | data/weapon89.bmp #filename of image of weapon | ||
3 | 0.5 #energyusage | ||
4 | 1 #sellable | ||
5 | 10000 #cost (0 for auto (recommended)) | ||
6 | 2 #number of distinguished Projectiles | ||
7 | 1 #cooldown | ||
8 | 0.5 #startTimer | ||
9 | data/projectile11.txt #path | ||
10 | 0 #xSpeed | ||
11 | 700 #-ySpeed | ||
12 | 5 #cooldown | ||
13 | 0 #startTimer | ||
14 | data/projectile14.txt #path | ||
15 | 0 #xSpeed | ||
16 | 500 #-ySpeed | ||