effect_infrastructure_boost = {
	hidden_effect = {
		if = {
			limit = {
				has_idea = SWE_fifty_inf_bonus
			}
			140 = {
				add_state_modifier = {
					modifier = { 
						production_speed_infrastructure_factor = 0.5 
					}
				}
			}
		}
	}
}