technologies = {

	pyrotron_unit_tech = {
		research_cost = 7.0

		dependencies = {
			blocked_unit_tech = 1
		}

		on_research_complete_limit = {
			NOT = {
				has_template_containing_unit = pyrotron_robot
			}
		}
		on_research_complete = {
			hidden_effect = {
				load_oob = "unlock_pyrotron"
			}
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		folder = {
			name = fallout_focus_tree_folder
			position = { x = @Row_unit3 y = @Col_1 }
		}

		enable_subunits = {
			pyrotron_robot
		}

		ai_will_do = {
			factor = 0
		}
	}

}