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.ini26
1 files changed, 24 insertions, 2 deletions
diff --git a/base/ini/weapons.ini b/base/ini/weapons.ini
index 1a444e7..4c2192c 100644
--- a/base/ini/weapons.ini
+++ b/base/ini/weapons.ini
@@ -1,8 +1,12 @@
;
; weapons.ini
;
-; global cargo type definitions
-; This file describes all weapons
+; global weapon type definitions
+; This file describes all weapon types
+
+; ------------------------------------------------------------------
+; MINES
+;
[mine]
label=mine_dumb
@@ -23,12 +27,26 @@ name=Smart mine
price=15000
damage=250
+; ------------------------------------------------------------------
+; CANNONS
+;
+
[cannon]
label=laser1
name=Laser cannon
+; default purchase price
price=1500
+; player level required to buy his weapon
level=1
+ [projectile]
+ ; speed of a projectile generated by this weapon, in meters per second
+ speed=1000
+ ; interval between two consecutive shots, in milliseconds
+ interval=250
+ ; lifespan of a single projectile, in milliseconds
+ lifespan=5000
+
[cannon]
label=laser2
name=Improved laser cannon
@@ -41,6 +59,10 @@ name=Advanced laser cannon
price=15000
level=15
+; ------------------------------------------------------------------
+; TURRETS
+;
+
[turret]
label=defenselaser1
name=Defense laser