From 8ff3f71b683e4793d88376f106790834cc7b11ea Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 20 Jan 2013 21:37:57 +0000 Subject: Added neutron turret. --- base/ini/weapons.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'base') 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 -- cgit v1.2.3