Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-13 14:26:00 +0000
committerStijn Buys <ingar@osirion.org>2010-11-13 14:26:00 +0000
commit45287616d06ab1deb39fff10b1a09d4fbde151d8 (patch)
tree0d105dc2f90ea2d93962887578c10d9155e1a199 /base/ini/templates.ini
parentfe9e13c8736f5207e680ec23dc1143ec0c949523 (diff)
moved shipmodel templates to ships.ini
Diffstat (limited to 'base/ini/templates.ini')
-rw-r--r--base/ini/templates.ini27
1 files changed, 2 insertions, 25 deletions
diff --git a/base/ini/templates.ini b/base/ini/templates.ini
index 4bee8c5..c433682 100644
--- a/base/ini/templates.ini
+++ b/base/ini/templates.ini
@@ -1,7 +1,8 @@
;
; templates.ini
-; entity templates
;
+; entity templates define a set of default settings that
+; can be applied to an entity or ship type
; the navpoint template is used by the game code
[template]
@@ -14,27 +15,3 @@ radius=0.25
label=cargopod
model=maps/cargo/pod
radius=0.1
-
-[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