Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-01-20 21:37:57 +0000
committerStijn Buys <ingar@osirion.org>2013-01-20 21:37:57 +0000
commit8ff3f71b683e4793d88376f106790834cc7b11ea (patch)
tree2f809e1b5425fd0784e970ba9c2c12a046061a0d
parent26928ae9f059ce89f9701cfaf91371143c784460 (diff)
Added neutron turret.
-rw-r--r--base/ini/weapons.ini22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini
index b968309..7fa5dba 100644
--- a/base/ini/weapons.ini
+++ b/base/ini/weapons.ini
@@ -222,6 +222,28 @@ level=25
; sound to play if the projectile is fired
sound=neutron
+[turret]
+label=turretneutron1
+name=Neutron Turret
+price=27000
+level=25
+
+ [projectile]
+ ; speed of a projectile generated by this weapon, in meters per second
+ speed=1250
+ ; interval between two consecutive shots, in milliseconds
+ interval=1000
+ ; range is the distance a projectile can travel before it dies, in meters
+ range=8000
+ ; lifespan of a single projectile, in milliseconds (setting range sets lifespan)
+ ;lifespan=5000
+ ; damage done by the projectile
+ damage=25
+ ; projectile model
+ model=neutron1
+ ; sound to play if the projectile is fired
+ sound=neutron
+
; ------------------------------------------------------------------
; METRION
; Metrion-based weapons are overpowered