namespace = est_mechanicum

#Mechanicum 1, reduce upkeep cost of constructor when built.
ship_event = {
	id = est_mechanicum.1
	hide_window = yes
	is_triggered_only = yes
	
	trigger = {
		owner = {
			has_tradition = tr_est_mechanicum_1		
		}
	}

	immediate = {
		if = {
			limit = {
				is_ship_class = shipclass_constructor
			}
			add_modifier = {
				modifier = "mod_est_mechanicum_1"
				days = -1
			}		
		}
	}	
}
