Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2020-07-15 10:20:33 +0200
committerStijn Buys <ingar@telenet.be>2020-07-15 10:20:33 +0200
commitd59aad4bc5ad233267b474ed49aa6e1d94a29a0e (patch)
tree681ce8b872a8a8f46e26e4725c8ac12144c9143d /base/ini/weapons.ini
parentf0d1d1afa1f47b42ff6f75a4b3c19b31f1be03fe (diff)
Updated Yserlone, added plasma cannons and turrets.
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