1// ==============
2// INSTALLATION
3// ==============
4
5installation radartower
6{
7	name		"_Radar Tower"
8	model		"geoscape/radar"
9	image		"pics/geoscape/radar"
10	cost		10000
11	radar_range	8
12	radar_tracking_range	19
13	max_damage		1
14	buildtime	7
15	type		"radartower"
16
17	description	"_The radar tower is an unmanned installation that can be placed anywhere in the world to boost our detection range. It is cheap to build and highly useful, but its camouflage is not very effective. Alien craft may detect the active scanning and attempt to destroy the tower once they find it. It is recommended that radar towers be protected with SAM sites."
18}
19
20installation ufoyard
21{
22	name		"_UFO Yard"
23	model		"geoscape/ufoyard"
24	image		"pics/geoscape/ufoyard"
25	cost		30000
26	radar_range	0
27	max_ufo_stored	6
28	max_damage		100
29	buildtime	11
30	type		"ufoyard"
31
32	description	"_The UFO Yard is a camouflaged storage field for captured UFOs. It can be placed anywhere in the world to store captured UFOs for dismantling and research, and can transfer UFOs to other Yards. UFOs stored in a Yard can be researched and/or dismantled from any PHALANX base with appropriate facilities, but these activities proceed more slowly the further away the UFO Yard is from the base."
33}
34
35installation samsite
36{
37	name		"_SAM Site"
38	model		"geoscape/samlauncher"
39	image		"pics/geoscape/defence"
40	cost		20000
41	radar_range	0
42	max_batteries	2
43	max_damage		1
44	buildtime	3
45	type		"samsite"
46
47	description "_The SAM site is an unmanned installation that can be placed anywhere in the world to automatically engage detected UFOs with surface-to-air missiles. It is cheap to build and highly useful, but its camouflage is not very effective. Alien craft may detect the missile launches and attempt to destroy the site once they find it. The SAM site is sturdy but will succumb to repeated bombing. Missile reloads are delivered free to our sites by UN forces."
48}
49
50installation orbit
51{
52	name			"_Orbital Rocket Launcher"
53	model			"geoscape/orbit"
54	image			"pics/geoscape/orbit"
55	cost			200000
56	radar_range		0
57	max_damage		0
58	buildtime		0
59	type			"orbit"
60	once			true
61
62	description 	"_The Orbital Rocket Launcher is a large installation built into the ground which is capable of launching a heavy payload beyond earth's atmosphere to knock down an orbiting UFO."
63}
64