UFO-Scripts/aircraftmanagement.ufo

From UFO:AI
< UFO-Scripts
Revision as of 21:26, 27 August 2009 by Mattn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Aircraft

Speed of the aircraft on geoscape. 1.0 equals about 160 km/h.
The name of the aircraft for menu and lists

Example

aircraft craft_dropship
{
	speed	10.0
	name	"_Dropship"
	type	transporter
	model	"dropship"
	price	100000
	building	building_hangar
	size	8
	fuel	100000
	fuelsize	100000
	image	air_dropship
}