diff options
-rw-r--r-- | base/ini/weapons.ini | 22 |
1 files changed, 22 insertions, 0 deletions
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 |