Difference between revisions of "UFO-Scripts/aircraftmanagement.ufo"
Jump to navigation
Jump to search
(No difference)
|
Latest revision as of 20:26, 27 August 2009
Aircraft
- speed (V_FLOAT)
- Speed of the aircraft on geoscape. 1.0 equals about 160 km/h.
- name (V_TRANSLATION_STRING)
- 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 }