From d59aad4bc5ad233267b474ed49aa6e1d94a29a0e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Jul 2020 10:20:33 +0200 Subject: Updated Yserlone, added plasma cannons and turrets. --- base/ini/weapons.ini | 53 +++++++++++++++++++++++++++++++++++++++++++++++-- base/ini/zones/yser.ini | 20 +++++++++++++++++++ 2 files changed, 71 insertions(+), 2 deletions(-) (limited to 'base/ini') 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 @@ -371,6 +371,55 @@ level=25 ; sound to play if the projectile is fired 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 diff --git a/base/ini/zones/yser.ini b/base/ini/zones/yser.ini index 017c34c..f1d2867 100644 --- a/base/ini/zones/yser.ini +++ b/base/ini/zones/yser.ini @@ -43,9 +43,29 @@ location=-672 104 16 angles=0 45 0 radius=4 faction=mercenaries +; type of turrets +turret=turretplasma1 info=Starbase Yserlone is the headquarters of the Mercenaries Guild. It is considered inpenetrable by hostile forces. + ; weapons for sale at this station + + [weapon] + label=plasma1 + amount=-1 + + [weapon] + label=turretplasma1 + amount=-1 + + ; ships for sale at this station + + [ship] + label=talon + + [ship] + label=enforcer + ; ------------------------------------------------------------------ ; GROUND JUMPGATE -- cgit v1.2.3