Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 4bee8c5e8cc0ce0b63b7fe1ed37a4485213ab054 (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
;
; 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.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