plane = {
	icon = 19
	
	type = land
	sprite = Plane
	active = no
	unit_type = special
	
	#Core Abilities
	priority = 45
	max_strength = 3
	default_organisation = 30
	maximum_speed = 5.00


	#Building Costs
	build_time = 120
	build_cost = {
		aeroplanes = 10
		small_arms = 10
		canned_food = 10
		wine = 10
		fuel = 5
	}
	
	supply_consumption = 1.0
	supply_cost = {
		aeroplanes = 0.008
		small_arms = 0.008
		canned_food = 0.04
		wine = 0.008
		fuel = 0.2
	}
	

	#Land Abilties
	reconnaissance = 10
	attack = 1
	defence = 1
	discipline = 1.0
	support = 0.5
}
