﻿@misc_inventions = "gfx/interface/icons/culture_innovations/innovation_misc_inventions.dds"

innovation_mtxxx_slots_1 = {
	group = culture_group_civic
	culture_era = culture_era_tribal
	icon = @misc_inventions

	# Could this hide the innovation from the innovations window but still let it be added to the culture via add_innovation?
	potential = { always = no }
	can_progress = { always = no }

	culture_modifier = {
		culture_tradition_max_add = 1
	}

	flag = global_regular
	flag = tribal_era_regular
}

innovation_mtxxx_slots_5 = {
	group = culture_group_civic
	culture_era = culture_era_tribal
	icon = @misc_inventions

	# Could this hide the innovation from the innovations window but still let it be added to the culture via add_innovation?
	potential = { always = no }
	can_progress = { always = no }

	culture_modifier = {
		culture_tradition_max_add = 5
	}

	flag = global_regular
	flag = tribal_era_regular
}

innovation_mtxxx_slots_10 = {
	group = culture_group_civic
	culture_era = culture_era_tribal
	icon = @misc_inventions

	# Could this hide the innovation from the innovations window but still let it be added to the culture via add_innovation?
	potential = { always = no }
	can_progress = { always = no }

	culture_modifier = {
		culture_tradition_max_add = 10
	}

	flag = global_regular
	flag = tribal_era_regular
}

innovation_mtxxx_slots_20 = {
	group = culture_group_civic
	culture_era = culture_era_tribal
	icon = @misc_inventions

	# Could this hide the innovation from the innovations window but still let it be added to the culture via add_innovation?
	potential = { always = no }
	can_progress = { always = no }

	culture_modifier = {
		culture_tradition_max_add = 20
	}

	flag = global_regular
	flag = tribal_era_regular
}
