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/templates.ini')
-rw-r--r--base/ini/templates.ini36
1 files changed, 36 insertions, 0 deletions
diff --git a/base/ini/templates.ini b/base/ini/templates.ini
new file mode 100644
index 0000000..fb869be
--- /dev/null
+++ b/base/ini/templates.ini
@@ -0,0 +1,36 @@
+;
+; templates.ini
+; entity templates
+;
+
+; the navpoint template is used by the game code
+[template]
+label=navpoint
+model=maps/static/navpoint
+radius=0.25
+
+; the cargopod template is used by the game code
+[template]
+label=cargopod
+model=maps/cargo/pod
+radius=0.25
+
+[template]
+label=ship_small
+radius=0.25
+
+[template]
+label=ship_medium
+radius=0.5
+
+[template]
+label=ship_large
+radius=1
+
+[template]
+label=cruiser
+radius=2
+
+[template]
+label=battleship
+radius=2