Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 652c26110afd9e099598cda31da3c90e354f2cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
;
; templates.ini
;
; 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]
label=navpoint
model=maps/static/navpoint
radius=0.20

; the cargopod template is used by the game code
[template]
label=cargopod
model=maps/static/cargopod
radius=0.1

; the spacemine template is used by the game code
[template]
label=spacemine
; default mine model
model=maps/static/spacemine
radius=0.1

; the jumppoint template is used by the game code
[template]
label=jumppoint
color=0.0 0.8 0.8
colorsecond=0.6 0.6 0.6

; the jumpgate template is used by the game code
[template]
label=jumpgate
model=maps/static/jumpgate
radius=8