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