### ################################################# ###
###           Mega-Construction Projects Edict        ###
### ################################################# ###

#country_edict = {
#	name = "nhsc_mega_construction"
#
#	modifier = {
#		megastructure_build_speed_mult = 0.25
#		tile_resource_food_mult = -0.25
#		tile_resource_energy_mult = -0.25
#		tile_resource_minerals_mult = -0.25
#		tile_resource_unity_mult = -0.1
#		pop_happiness = -0.05
#	}
#	
#	influence_cost = 1
#	
#	potential = {
#		has_ascension_perk = ap_galactic_wonders
#	}
#		
#	allow = {
#		NOT = {
#			has_country_edict = "nhsc_millennium_project"
#		}
#	}
#	
#	ai_weight = {
#		weight = 1		
#	}	
#}

### ################################################# ###
###               Millennium Projects Edict           ###
### ################################################# ###

#country_edict = {
#	name = "nhsc_millennium_project"
#
#	modifier = {
#		megastructure_build_speed_mult = 0.5
#		tile_resource_food_mult = -0.5
#		tile_resource_energy_mult = -0.5
#		tile_resource_minerals_mult = -0.5
#		tile_resource_unity_mult = -0.2
#		pop_happiness = -0.1
#	}
#	
#	influence_cost = 2
#	
#	potential = {
#		has_ascension_perk = ap_galactic_wonders
#	}
#		
#	allow = {
#		NOT = {
#			has_country_edict = "nhsc_mega_construction"
#		}
#	}
#	
#	ai_weight = {
#		weight = 1		
#	}	
#}