Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 34a67b42a8b608773d0344f5aa5c176825f281fa (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
 ;
; weapons.ini
;
; global cargo type definitions
; This file describes all weapons

[mine]
label=mine_dumb
name=Dumb mine
info=The dumb mine is the cheapest of all mines. It will remain stationary in space and explode if something touches it.
price=50

[mine]
label=mine_proxy
name=Proximity mine
price=250

[mine]
label=mine_smart
name=Smart mine
price=500

[cannon]
label=laser1
name=Laser cannon
price=1500
level=1

[cannon]
label=laser2
name=Improved laser cannon
price=5000
level=5

[cannon]
label=laser3
name=Advanced laser cannon
price=15000
level=15

[turret]
label=defenselaser1
name=Defense laser
level=5

[turret]
label=defenselaser2
name=Advanced Defense laser
level=15