expand_the_franchise = {
	type = country

	allow = {
		government = merchant_republic
		num_of_league_members = 6
		NOT = {
			num_of_league_members = 8
		}
	}
	
	abort = {
		or = {
			is_subject = yes
			is_lesser_in_union = yes
		}
	}
	
	success = {
		num_of_league_members = 10
	}
	
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			idea = national_trade_policy
		}
	}
	
	effect = {
		add_country_modifier = {
			name = "boom_economy"
			duration = 1460
		}
	}
}

secure_trade_rights = {
	type = country
	
	allow = {
		government = merchant_republic
		num_of_trade_rights = 3
		NOT = {
			num_of_trade_rights = 5
		}
	}
	
	abort = {
		NOT = {
			num_of_trade_rights = 3
		}
	}
	
	success = {
		num_of_trade_rights = 5
	}
	
	chance = {
		factor = 1500
	}
	
	effect = {
		add_country_modifier = {
			name = "boom_economy"
			duration = 1460
		}
	}
}

restore_currency = {
	type = country
	
	allow = {
		government = merchant_republic
		inflation = 10
		NOT = {
			inflation = 20
		}
	}
	
	abort = {
		inflation = 20
	}
	
	success = {
		NOT = {
			inflation = 6
		}
	}
	
	chance = {
		factor = 500
		modifier = {
			factor = 2
			idea = national_bank
		}
	}
	
	effect = {
		add_country_modifier = {
			name = "boom_economy"
			duration = 1460
		}
		inflation = -1
		treasury = 300
	}
}