equipment_modules = {
	# Locomotive
	 wartime_locomotive_1 = {
		category = locomotive_type
	    parent = wartime_locomotive
		add_stats = {
			maximum_speed = 50
			build_cost_ic = 25
		}		

		can_convert_from = {
		   module = great_war_locomotive
		   convert_cost_ic = -10
	   }

		build_cost_resources = {
			steel = 1
		}
	 }

	 wartime_locomotive_2 = {
		category = locomotive_type
	    parent = wartime_locomotive_1
		add_stats = {
			maximum_speed = 55
			build_cost_ic = 20
		}		

		can_convert_from = {
		   module = great_war_locomotive
		   convert_cost_ic = -10
	   }

		build_cost_resources = {
			aluminium = 1
		}
	 }

	# AA Vagon Type
	 anti_air4_vagon = {
		category = aa_vagon_type
		parent = anti_air3_vagon
	 	add_stats = {
			air_attack = 12.5
	 		build_cost_ic = 27
			maximum_speed = -5
	 	}	

		can_convert_from = {
			module = anti_air3_vagon
			convert_cost_ic = 3
		}
		
		build_cost_resources = {
			steel = 1
		}
	 }
}