# 0 - General Purpose
model = {
	cost						= 5
	buildtime 					= 80 #90
	defaultorganisation 				= 9000 #30
	morale						= 9000 #30
	manpower					= 3 #1
	maxspeed					= 18
	surfacedetectioncapability			= 0
	airdetectioncapability				= 0
	subdetectioncapability				= 0
	visibility					= 999 #90
	seadefence					= 0
	airdefence					= 0
	seaattack					= 0
	convoyattack					= 0
	airattack					= 0
	subattack					= 0
	shorebombardment				= 0
	transportcapability				= 40
	range						= 3000
	supplyconsumption				= 0.9 #0.3
	fuelconsumption					= 3 #1
	distance					= 0.1
	equipment = { manpower = 1000 transport = 1 }
}


# 1 - alien
model = {
	cost						= 1
	buildtime 					= 1
	defaultorganisation 				= 9000
	morale						= 9000
	manpower					= 1
	maxspeed					= 50
	surfacedetectioncapability			= 0
	airdetectioncapability				= 0
	subdetectioncapability				= 0
	visibility					= 999
	seadefence					= 999
	airdefence					= 999
	seaattack					= 0
	convoyattack					= 0
	airattack					= 50
	subattack					= 0
	shorebombardment				= 0
	transportcapability				= 40
	range						= 99999
	supplyconsumption				= 0.01
	fuelconsumption					= 0
	distance					= 0.1
	equipment = { transport = 1 }
}