tank = {
	icon = 20
	
	type = land
	sprite = Tank
	active = no
	unit_type = special
	
	#Core Abilities
	priority = 50
	max_strength = 3
	default_organisation = 30
	maximum_speed = 5.00


	#Building Costs
	build_time = 120
	build_cost = {
		barrels = 10
		artillery = 10
		canned_food = 10
		fuel = 5
	}
	
	supply_consumption = 1.0
	supply_cost = {
		barrels = 0.08
		artillery = 0.08
		canned_food = 0.04
		fuel = 0.2
	}
	

	#Land Abilties
	reconnaissance = 0
	attack = 10
	defence = 5
	discipline = 1.5
	support = 0.0
	maneuver = 1
}
