Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: d3238b9a4a1b31e6b1dcd2a4d9be216706a1ed47 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
;
; templates.ini
;
; entity templates define a set of default settings that
; can be applied to an entity or ship type

; generic solar unit
[template]
label=solarunit
model=maps/common/solarunit
radius=2.0
color=128 64 0

; generic storage tanks
[template]
label=storagetanks
name=Storage tanks
model=maps/common/storagetanks

; generic storage unit
[template]
label=storageunit
name=Storage unit
model=maps/common/storageunit

; the navpoint template is used by the game code
[template]
label=navpoint
model=maps/common/navpoint
radius=0.20

; 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/common/jumpgate
radius=8

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

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