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.ini53
1 files changed, 51 insertions, 2 deletions
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini
index 35aa3c5..a51f8de 100644
--- a/base/ini/weapons.ini
+++ b/base/ini/weapons.ini
@@ -233,7 +233,7 @@ level=1
; ------------------------------------------------------------------
; ION
-; Ion-base weapons are used by the Lindblade military.
+; Ion-based weapons are used by the Lindblade military.
[cannon]
label=ion1
@@ -372,6 +372,55 @@ level=25
sound=neutron
; ------------------------------------------------------------------
+; PLASMA
+; Balls of hot, ionized gas
+
+[cannon]
+label=plasma1
+name=Plasma cannon
+price=50000
+level=10
+
+ [projectile]
+ ; speed of a projectile generated by this weapon, in meters per second
+ speed=850
+ ; interval between two consecutive shots, in milliseconds
+ interval=1000
+ ; range is the distance a projectile can travel before it dies, in meters
+ range=7500
+ ; lifespan of a single projectile, in milliseconds (setting range sets lifespan)
+ ;lifespan=5000
+ ; damage done by the projectile
+ damage=75
+ ; projectile model
+ model=plasma1
+ ; sound to play if the projectile is fired
+ sound=plasma
+
+
+[turret]
+label=turretplasma1
+name=Plasma turret
+price=50000
+level=10
+
+ [projectile]
+ ; speed of a projectile generated by this weapon, in meters per second
+ speed=850
+ ; interval between two consecutive shots, in milliseconds
+ interval=1000
+ ; range is the distance a projectile can travel before it dies, in meters
+ range=7500
+ ; lifespan of a single projectile, in milliseconds (setting range sets lifespan)
+ ;lifespan=5000
+ ; damage done by the projectile
+ damage=75
+ ; projectile model
+ model=plasma1
+ ; sound to play if the projectile is fired
+ sound=plasma
+
+; ------------------------------------------------------------------
; METRION
; Metrion-based weapons are overpowered
@@ -398,7 +447,7 @@ level=45
sound=metrion
; ------------------------------------------------------------------
; SINGULARITY
-; Metrion-based weapons are totally overpowered
+; Fires miniature quantum singularities
[cannon]
label=singularity1