diff options
Diffstat (limited to 'data/projectiles')
-rw-r--r-- | data/projectiles/beam.txt | 5 | ||||
-rw-r--r-- | data/projectiles/bigspit.txt | 5 | ||||
-rw-r--r-- | data/projectiles/fire1.txt | 5 | ||||
-rw-r--r-- | data/projectiles/projectile_template.txt | 5 | ||||
-rw-r--r-- | data/projectiles/projectile_template.txt~ | 4 | ||||
-rw-r--r-- | data/projectiles/psi.txt | 5 | ||||
-rw-r--r-- | data/projectiles/psi.txt~ | 5 | ||||
-rw-r--r-- | data/projectiles/spit.txt | 5 |
8 files changed, 39 insertions, 0 deletions
diff --git a/data/projectiles/beam.txt b/data/projectiles/beam.txt new file mode 100644 index 0000000..35b6c18 --- /dev/null +++ b/data/projectiles/beam.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | data/images/spit.bmp | ||
2 | data/sounds/piu | ||
3 | 0.3 | ||
4 | 10 | ||
5 | 1 | ||
diff --git a/data/projectiles/bigspit.txt b/data/projectiles/bigspit.txt new file mode 100644 index 0000000..3da95e6 --- /dev/null +++ b/data/projectiles/bigspit.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | data/images/bigspit.bmp | ||
2 | data/sounds/bigspit | ||
3 | 8 | ||
4 | 0 | ||
5 | 4 | ||
diff --git a/data/projectiles/fire1.txt b/data/projectiles/fire1.txt new file mode 100644 index 0000000..316f367 --- /dev/null +++ b/data/projectiles/fire1.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | data/images/fire1.bmp | ||
2 | data/sounds/fire | ||
3 | 2 | ||
4 | 10 | ||
5 | 3.5 | ||
diff --git a/data/projectiles/projectile_template.txt b/data/projectiles/projectile_template.txt new file mode 100644 index 0000000..66bd2de --- /dev/null +++ b/data/projectiles/projectile_template.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | data/projectile2.bmp #path of the imagefile | ||
2 | data/sounds/spit #path of the soundfile without n.wav for int n | ||
3 | 10 #damage | ||
4 | 2 #armorPiercing | ||
5 | 1.4142 #collisionSize | ||
diff --git a/data/projectiles/projectile_template.txt~ b/data/projectiles/projectile_template.txt~ new file mode 100644 index 0000000..9ae6fa9 --- /dev/null +++ b/data/projectiles/projectile_template.txt~ | |||
@@ -0,0 +1,4 @@ | |||
1 | data/projectile2.bmp #path of the imagefile | ||
2 | 10 #damage | ||
3 | 2 #armorPiercing | ||
4 | 1.4142 #collisionSize | ||
diff --git a/data/projectiles/psi.txt b/data/projectiles/psi.txt new file mode 100644 index 0000000..ed05829 --- /dev/null +++ b/data/projectiles/psi.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | data/images/psi.bmp | ||
2 | data/sounds/piu | ||
3 | 1.5 | ||
4 | 10000 | ||
5 | 2.2 | ||
diff --git a/data/projectiles/psi.txt~ b/data/projectiles/psi.txt~ new file mode 100644 index 0000000..ed05829 --- /dev/null +++ b/data/projectiles/psi.txt~ | |||
@@ -0,0 +1,5 @@ | |||
1 | data/images/psi.bmp | ||
2 | data/sounds/piu | ||
3 | 1.5 | ||
4 | 10000 | ||
5 | 2.2 | ||
diff --git a/data/projectiles/spit.txt b/data/projectiles/spit.txt new file mode 100644 index 0000000..90d0147 --- /dev/null +++ b/data/projectiles/spit.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | data/images/spit.bmp | ||
2 | data/sounds/spit | ||
3 | 1 | ||
4 | 0 | ||
5 | 1.4142 | ||