Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ini/weapons.ini')
-rw-r--r--base/ini/weapons.ini56
1 files changed, 52 insertions, 4 deletions
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini
index d52620c..2c35c3f 100644
--- a/base/ini/weapons.ini
+++ b/base/ini/weapons.ini
@@ -207,13 +207,61 @@ level=15
sound=laser
; ------------------------------------------------------------------
+; ION
+; Ion-base weapons are used by the Lindblade military.
+
+[cannon]
+label=ion1
+name=Ion cannon
+price=60000
+level=15
+
+ [projectile]
+ ; speed of a projectile generated by this weapon, in meters per second
+ speed=1650
+ ; interval between two consecutive shots, in milliseconds
+ interval=500
+ ; range is the distance a projectile can travel before it dies, in meters
+ range=8500
+ ; lifespan of a single projectile, in milliseconds (setting range sets lifespan)
+ ; lifespan=5000
+ ; damage done by the projectile
+ damage=45
+ ; projectile model
+ model=ion1
+ ; sound to play if the projectile is fired
+ sound=ion
+
+[turret]
+label=turretion1
+name=Ion turret
+price=60000
+level=15
+
+ [projectile]
+ ; speed of a projectile generated by this weapon, in meters per second
+ speed=1650
+ ; interval between two consecutive shots, in milliseconds
+ interval=500
+ ; range is the distance a projectile can travel before it dies, in meters
+ range=8500
+ ; lifespan of a single projectile, in milliseconds (setting range sets lifespan)
+ ; lifespan=5000
+ ; damage done by the projectile
+ damage=45
+ ; projectile model
+ model=ion1
+ ; sound to play if the projectile is fired
+ sound=ion
+
+; ------------------------------------------------------------------
; NEUTRON
-; Neutron-based weapons are used by ?
+; Neutron-based weapons are used by the Praetorian Guard
[cannon]
label=neutron1
name=Neutron cannon
-price=27000
+price=125000
level=25
[projectile]
@@ -235,7 +283,7 @@ level=25
[cannon]
label=neutron2
name=Improved neutron cannon
-price=122000
+price=175000
level=45
[projectile]
@@ -257,7 +305,7 @@ level=45
[turret]
label=turretneutron1
name=Neutron turret
-price=27000
+price=150000
level=25
[projectile]