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/ships.ini')
-rw-r--r--base/ini/ships.ini32
1 files changed, 31 insertions, 1 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
index a8f2fc5..2b15ccb 100644
--- a/base/ini/ships.ini
+++ b/base/ini/ships.ini
@@ -1,4 +1,4 @@
-; ;
+;
; ships.ini
;
; global ship type definitions
@@ -6,6 +6,36 @@
;
; ------------------------------------------------------------------ ;
+; TEMPLATES
+; ------------------------------------------------------------------ ;
+
+; templates define default settings, like radius
+
+[template]
+label=ship_small
+radius=0.25
+
+[template]
+label=ship_medium
+radius=0.5
+
+[template]
+label=ship_large
+radius=1
+
+[template]
+label=ship_cruiser
+radius=5
+
+[template]
+label=ship_battleship
+radius=5
+
+[template]
+label=ship_capital
+radius=10
+
+; ------------------------------------------------------------------ ;
; MERCHANT
; ------------------------------------------------------------------ ;